Home
last modified time | relevance | path

Searched refs:uhci_check_and_reset_hc (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/usb/host/
H A Dpci-quirks.h7 int uhci_check_and_reset_hc(struct pci_dev *pdev, unsigned long base);
H A Dpci-quirks.c670 int uhci_check_and_reset_hc(struct pci_dev *pdev, unsigned long base) in uhci_check_and_reset_hc() function
713 EXPORT_SYMBOL_GPL(uhci_check_and_reset_hc);
739 uhci_check_and_reset_hc(pdev, base); in quirk_usb_handoff_uhci()
H A Duhci-pci.c40 return uhci_check_and_reset_hc(to_pci_dev(uhci_dev(uhci)), in uhci_pci_check_and_reset_hc()