Merge remote-tracking branch 'asoc/fix/rt5645' into asoc-linus
[deliverable/linux.git] / drivers / usb / host / pci-quirks.h
CommitLineData
75e2df60
AB
1#ifndef __LINUX_USB_PCI_QUIRKS_H
2#define __LINUX_USB_PCI_QUIRKS_H
3
ad93562b 4#ifdef CONFIG_PCI
75e2df60
AB
5void uhci_reset_hc(struct pci_dev *pdev, unsigned long base);
6int uhci_check_and_reset_hc(struct pci_dev *pdev, unsigned long base);
ad93562b 7int usb_amd_find_chipset_info(void);
342a7493 8int usb_hcd_amd_remote_wakeup_quirk(struct pci_dev *pdev);
3ad145b6 9bool usb_amd_hang_symptom_quirk(void);
02c123ee 10bool usb_amd_prefetch_quirk(void);
ad93562b
AX
11void usb_amd_dev_put(void);
12void usb_amd_quirk_pll_disable(void);
13void usb_amd_quirk_pll_enable(void);
26b76798 14void usb_enable_intel_xhci_ports(struct pci_dev *xhci_pdev);
e95829f4 15void usb_disable_xhci_ports(struct pci_dev *xhci_pdev);
2621d011 16void sb800_prefetch(struct device *dev, int on);
ad93562b 17#else
c4d949b7 18struct pci_dev;
ad93562b
AX
19static inline void usb_amd_quirk_pll_disable(void) {}
20static inline void usb_amd_quirk_pll_enable(void) {}
21static inline void usb_amd_dev_put(void) {}
29636578 22static inline void usb_disable_xhci_ports(struct pci_dev *xhci_pdev) {}
2621d011 23static inline void sb800_prefetch(struct device *dev, int on) {}
ad93562b 24#endif /* CONFIG_PCI */
75e2df60
AB
25
26#endif /* __LINUX_USB_PCI_QUIRKS_H */
This page took 0.80777 seconds and 5 git commands to generate.