Home
last modified time | relevance | path

Searched refs:ohci_setup (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/usb/host/
Dohci-pci.c260 ret = ohci_setup(hcd); in ohci_pci_reset()
Dohci-hcd.c692 int ohci_setup(struct usb_hcd *hcd) in ohci_setup() function
700 EXPORT_SYMBOL_GPL(ohci_setup);
1173 .reset = ohci_setup,
Dohci-omap.c245 ret = ohci_setup(hcd); in ohci_omap_reset()
Dohci.h736 extern int ohci_setup(struct usb_hcd *hcd);
Dohci-da8xx.c276 result = ohci_setup(hcd); in ohci_da8xx_reset()