Searched refs:ohci_hub_control (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/drivers/usb/host/ |
D | ohci-s3c2410.c | 181 ret = ohci_hub_control(hcd, typeReq, wValue, in ohci_s3c2410_hub_control() 231 ret = ohci_hub_control(hcd, typeReq, wValue, wIndex, buf, wLength); in ohci_s3c2410_hub_control()
|
D | ohci-ppc-of.c | 75 .hub_control = ohci_hub_control,
|
D | ohci-sa1111.c | 113 .hub_control = ohci_hub_control,
|
D | ohci-sm501.c | 78 .hub_control = ohci_hub_control,
|
D | ohci-ps3.c | 59 .hub_control = ohci_hub_control,
|
D | ohci-hub.c | 676 int ohci_hub_control( in ohci_hub_control() function 803 EXPORT_SYMBOL_GPL(ohci_hub_control);
|
D | ohci-tmio.c | 171 .hub_control = ohci_hub_control,
|
D | ohci.h | 741 extern int ohci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue,
|
D | ohci-pxa27x.c | 214 return ohci_hub_control(hcd, typeReq, wValue, wIndex, buf, wLength); in pxa27x_ohci_hub_control()
|
D | ohci-at91.c | 434 ret = ohci_hub_control(hcd, typeReq, wValue, wIndex + 1, buf, wLength); in ohci_at91_hub_control()
|
D | ohci-hcd.c | 1218 .hub_control = ohci_hub_control,
|