Searched refs:ohci_hub_control (Results 1 - 14 of 14) sorted by relevance

/linux-4.4.14/drivers/usb/host/
H A Dohci-jz4740.c101 return ohci_hub_control(hcd, typeReq, wValue, wIndex, buf, wLength); ohci_jz4740_hub_control()
H A Dohci-ppc-of.c77 .hub_control = ohci_hub_control,
H A Dohci-ps3.c71 .hub_control = ohci_hub_control,
H A Dohci-sa1111.c114 .hub_control = ohci_hub_control,
H A Dohci-tilegx.c91 .hub_control = ohci_hub_control,
H A Dohci-da8xx.c110 * 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 Dohci-s3c2410.c180 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 Dohci-sm501.c77 .hub_control = ohci_hub_control,
H A Dohci-tmio.c176 .hub_control = ohci_hub_control,
H A Dohci-hub.c670 int ohci_hub_control( ohci_hub_control() function
796 EXPORT_SYMBOL_GPL(ohci_hub_control); variable
H A Dohci-at91.c351 ret = ohci_hub_control(hcd, typeReq, wValue, wIndex + 1, buf, wLength); ohci_at91_hub_control()
H A Dohci-pxa27x.c216 return ohci_hub_control(hcd, typeReq, wValue, wIndex, buf, wLength); pxa27x_ohci_hub_control()
H A Dohci.h742 extern int ohci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue,
H A Dohci-hcd.c1189 .hub_control = ohci_hub_control,

Completed in 156 milliseconds