cregit-Linux how code gets into the kernel

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

Directory: drivers/usb/host
/* SPDX-License-Identifier: GPL-2.0 */
#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_asmedia_modifyflowcontrol(struct pci_dev *pdev);
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);
bool usb_xhci_needs_pci_reset(struct pci_dev *pdev);
#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_asmedia_modifyflowcontrol(struct pci_dev *pdev) {}

Contributors

PersonTokensPropCommitsCommitProp
Jiahau Chang11100.00%1100.00%
Total11100.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 Brienza5427.00%16.67%
Adrian Bunk3517.50%16.67%
Manjunath Goudar2613.00%16.67%
Jiahau Chang2010.00%16.67%
Sarah Sharp178.50%213.33%
Huang Rui126.00%213.33%
Moiz Sonasath115.50%16.67%
Marc Zyngier94.50%16.67%
Konrad Zapalowicz94.50%16.67%
Randy Dunlap31.50%16.67%
yuan linyu21.00%16.67%
Greg Kroah-Hartman10.50%16.67%
Mathias Nyman10.50%16.67%
Total200100.00%15100.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.