| .. | .. |
|---|
| 5 | 5 | #ifdef CONFIG_USB_PCI |
|---|
| 6 | 6 | void uhci_reset_hc(struct pci_dev *pdev, unsigned long base); |
|---|
| 7 | 7 | int uhci_check_and_reset_hc(struct pci_dev *pdev, unsigned long base); |
|---|
| 8 | | -int usb_amd_find_chipset_info(void); |
|---|
| 9 | 8 | int usb_hcd_amd_remote_wakeup_quirk(struct pci_dev *pdev); |
|---|
| 10 | 9 | bool usb_amd_hang_symptom_quirk(void); |
|---|
| 11 | 10 | bool usb_amd_prefetch_quirk(void); |
|---|
| 12 | 11 | void usb_amd_dev_put(void); |
|---|
| 12 | +bool usb_amd_quirk_pll_check(void); |
|---|
| 13 | 13 | void usb_amd_quirk_pll_disable(void); |
|---|
| 14 | 14 | void usb_amd_quirk_pll_enable(void); |
|---|
| 15 | 15 | void usb_asmedia_modifyflowcontrol(struct pci_dev *pdev); |
|---|