Searched refs:ohci_hub_control (Results 1 - 14 of 14) sorted by relevance
/linux-4.4.14/drivers/usb/host/ |
H A D | ohci-jz4740.c | 101 return ohci_hub_control(hcd, typeReq, wValue, wIndex, buf, wLength); ohci_jz4740_hub_control()
|
H A D | ohci-ppc-of.c | 77 .hub_control = ohci_hub_control,
|
H A D | ohci-ps3.c | 71 .hub_control = ohci_hub_control,
|
H A D | ohci-sa1111.c | 114 .hub_control = ohci_hub_control,
|
H A D | ohci-tilegx.c | 91 .hub_control = ohci_hub_control,
|
H A D | ohci-da8xx.c | 110 * register's default value, so that ohci_hub_control() could return ohci_da8xx_init() 234 return ohci_hub_control(hcd, typeReq, wValue, wIndex, buf, wLength); ohci_da8xx_hub_control()
|
H A D | ohci-s3c2410.c | 180 ret = ohci_hub_control(hcd, typeReq, wValue, ohci_s3c2410_hub_control() 230 ret = ohci_hub_control(hcd, typeReq, wValue, wIndex, buf, wLength); ohci_s3c2410_hub_control()
|
H A D | ohci-sm501.c | 77 .hub_control = ohci_hub_control,
|
H A D | ohci-tmio.c | 176 .hub_control = ohci_hub_control,
|
H A D | ohci-hub.c | 670 int ohci_hub_control( ohci_hub_control() function 796 EXPORT_SYMBOL_GPL(ohci_hub_control); variable
|
H A D | ohci-at91.c | 351 ret = ohci_hub_control(hcd, typeReq, wValue, wIndex + 1, buf, wLength); ohci_at91_hub_control()
|
H A D | ohci-pxa27x.c | 216 return ohci_hub_control(hcd, typeReq, wValue, wIndex, buf, wLength); pxa27x_ohci_hub_control()
|
H A D | ohci.h | 742 extern int ohci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue,
|
H A D | ohci-hcd.c | 1189 .hub_control = ohci_hub_control,
|
Completed in 156 milliseconds