Home
last modified time | relevance | path

Searched refs:ohci_hub_control (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/drivers/usb/host/
Dohci-s3c2410.c183 ret = ohci_hub_control(hcd, typeReq, wValue, in ohci_s3c2410_hub_control()
233 ret = ohci_hub_control(hcd, typeReq, wValue, wIndex, buf, wLength); in ohci_s3c2410_hub_control()
Dohci-ppc-of.c78 .hub_control = ohci_hub_control,
Dohci-sa1111.c113 .hub_control = ohci_hub_control,
Dohci-sm501.c78 .hub_control = ohci_hub_control,
Dohci-ps3.c59 .hub_control = ohci_hub_control,
Dohci-hub.c673 int ohci_hub_control( in ohci_hub_control() function
799 EXPORT_SYMBOL_GPL(ohci_hub_control);
Dohci-tmio.c173 .hub_control = ohci_hub_control,
Dohci-pxa27x.c217 return ohci_hub_control(hcd, typeReq, wValue, wIndex, buf, wLength); in pxa27x_ohci_hub_control()
Dohci.h739 extern int ohci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue,
Dohci-at91.c407 ret = ohci_hub_control(hcd, typeReq, wValue, wIndex + 1, buf, wLength); in ohci_at91_hub_control()
Dohci-hcd.c1194 .hub_control = ohci_hub_control,