]> Pileus Git - ~andy/linux/blob - drivers/usb/host/pci-quirks.h
Merge remote-tracking branch 'asoc/fix/dma' into asoc-linus
[~andy/linux] / drivers / usb / host / pci-quirks.h
1 #ifndef __LINUX_USB_PCI_QUIRKS_H
2 #define __LINUX_USB_PCI_QUIRKS_H
3
4 #ifdef CONFIG_PCI
5 void uhci_reset_hc(struct pci_dev *pdev, unsigned long base);
6 int uhci_check_and_reset_hc(struct pci_dev *pdev, unsigned long base);
7 int usb_amd_find_chipset_info(void);
8 void usb_amd_dev_put(void);
9 void usb_amd_quirk_pll_disable(void);
10 void usb_amd_quirk_pll_enable(void);
11 void usb_enable_intel_xhci_ports(struct pci_dev *xhci_pdev);
12 void usb_disable_xhci_ports(struct pci_dev *xhci_pdev);
13 void sb800_prefetch(struct device *dev, int on);
14 #else
15 struct pci_dev;
16 static inline void usb_amd_quirk_pll_disable(void) {}
17 static inline void usb_amd_quirk_pll_enable(void) {}
18 static inline void usb_amd_dev_put(void) {}
19 static inline void usb_disable_xhci_ports(struct pci_dev *xhci_pdev) {}
20 static inline void sb800_prefetch(struct device *dev, int on) {}
21 #endif  /* CONFIG_PCI */
22
23 #endif  /*  __LINUX_USB_PCI_QUIRKS_H  */