cregit-Linux how code gets into the kernel

Release 4.7 drivers/usb/host/pci-quirks.h

Directory: drivers/usb/host
#ifndef __LINUX_USB_PCI_QUIRKS_H

#define __LINUX_USB_PCI_QUIRKS_H

#ifdef CONFIG_PCI
void uhci_reset_hc(struct pci_dev *pdev, unsigned long base);
int uhci_check_and_reset_hc(struct pci_dev *pdev, unsigned long base);
int usb_amd_find_chipset_info(void);
int usb_hcd_amd_remote_wakeup_quirk(struct pci_dev *pdev);
bool usb_amd_hang_symptom_quirk(void);
bool usb_amd_prefetch_quirk(void);
void usb_amd_dev_put(void);
void usb_amd_quirk_pll_disable(void);
void usb_amd_quirk_pll_enable(void);
void usb_enable_intel_xhci_ports(struct pci_dev *xhci_pdev);
void usb_disable_xhci_ports(struct pci_dev *xhci_pdev);
void sb800_prefetch(struct device *dev, int on);
#else
struct pci_dev;

static inline void usb_amd_quirk_pll_disable(void) {}

Contributors

PersonTokensPropCommitsCommitProp
andiry xuandiry xu8100.00%1100.00%
Total8100.00%1100.00%


static inline void usb_amd_quirk_pll_enable(void) {}

Contributors

PersonTokensPropCommitsCommitProp
andiry xuandiry xu8100.00%1100.00%
Total8100.00%1100.00%


static inline void usb_amd_dev_put(void) {}

Contributors

PersonTokensPropCommitsCommitProp
andiry xuandiry xu8100.00%1100.00%
Total8100.00%1100.00%


static inline void usb_disable_xhci_ports(struct pci_dev *xhci_pdev) {}

Contributors

PersonTokensPropCommitsCommitProp
moiz sonasathmoiz sonasath11100.00%1100.00%
Total11100.00%1100.00%


static inline void sb800_prefetch(struct device *dev, int on) {}

Contributors

PersonTokensPropCommitsCommitProp
manjunath goudarmanjunath goudar14100.00%1100.00%
Total14100.00%1100.00%

#endif /* CONFIG_PCI */ #endif /* __LINUX_USB_PCI_QUIRKS_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
andiry xuandiry xu5632.94%19.09%
adrian bunkadrian bunk3520.59%19.09%
manjunath goudarmanjunath goudar2615.29%19.09%
sarah sharpsarah sharp1710.00%218.18%
huang ruihuang rui127.06%218.18%
moiz sonasathmoiz sonasath116.47%19.09%
konrad zapalowiczkonrad zapalowicz95.29%19.09%
randy dunlaprandy dunlap31.76%19.09%
mathias nymanmathias nyman10.59%19.09%
Total170100.00%11100.00%
Directory: drivers/usb/host
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}