forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/drivers/usb/host/pci-quirks.h
....@@ -5,11 +5,11 @@
55 #ifdef CONFIG_USB_PCI
66 void uhci_reset_hc(struct pci_dev *pdev, unsigned long base);
77 int uhci_check_and_reset_hc(struct pci_dev *pdev, unsigned long base);
8
-int usb_amd_find_chipset_info(void);
98 int usb_hcd_amd_remote_wakeup_quirk(struct pci_dev *pdev);
109 bool usb_amd_hang_symptom_quirk(void);
1110 bool usb_amd_prefetch_quirk(void);
1211 void usb_amd_dev_put(void);
12
+bool usb_amd_quirk_pll_check(void);
1313 void usb_amd_quirk_pll_disable(void);
1414 void usb_amd_quirk_pll_enable(void);
1515 void usb_asmedia_modifyflowcontrol(struct pci_dev *pdev);