Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dohci-s3c2410.c181 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()
H A Dohci-ppc-of.c76 .hub_control = ohci_hub_control,
H A Dohci-sa1111.c113 .hub_control = ohci_hub_control,
H A Dohci-sm501.c78 .hub_control = ohci_hub_control,
H A Dohci-ps3.c59 .hub_control = ohci_hub_control,
H A Dohci-hub.c676 int ohci_hub_control( in ohci_hub_control() function
803 EXPORT_SYMBOL_GPL(ohci_hub_control);
H A Dohci-pxa27x.c213 return ohci_hub_control(hcd, typeReq, wValue, wIndex, buf, wLength); in pxa27x_ohci_hub_control()
H A Dohci.h741 extern int ohci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue,
H A Dohci-at91.c431 ret = ohci_hub_control(hcd, typeReq, wValue, wIndex + 1, buf, wLength); in ohci_at91_hub_control()
H A Dohci-hcd.c1226 .hub_control = ohci_hub_control,