cregit-Linux how code gets into the kernel

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

Directory: drivers/usb/host
#ifndef __LINUX_USB_PCI_QUIRKS_H

#define __LINUX_USB_PCI_QUIRKS_H

#ifdef CONFIG_USB_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 Brienza8100.00%1100.00%
Total8100.00%1100.00%


static inline void usb_amd_quirk_pll_enable(void) {}

Contributors

PersonTokensPropCommitsCommitProp
Andiry Brienza8100.00%1100.00%
Total8100.00%1100.00%


static inline void usb_amd_dev_put(void) {}

Contributors

PersonTokensPropCommitsCommitProp
Andiry Brienza8100.00%1100.00%
Total8100.00%1100.00%


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

Contributors

PersonTokensPropCommitsCommitProp
Moiz Sonasath11100.00%1100.00%
Total11100.00%1100.00%


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

Contributors

PersonTokensPropCommitsCommitProp
Manjunath Goudar14100.00%1100.00%
Total14100.00%1100.00%

#endif /* CONFIG_USB_PCI */ #endif /* __LINUX_USB_PCI_QUIRKS_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Andiry Brienza5431.76%18.33%
Adrian Bunk3520.59%18.33%
Manjunath Goudar2615.29%18.33%
Sarah Sharp1710.00%216.67%
Huang Rui127.06%216.67%
Moiz Sonasath116.47%18.33%
Konrad Zapalowicz95.29%18.33%
Randy Dunlap31.76%18.33%
yuan linyu21.18%18.33%
Mathias Nyman10.59%18.33%
Total170100.00%12100.00%
Directory: drivers/usb/host
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.