Home
last modified time | relevance | path

Searched refs:hub_control (Results 1 – 19 of 19) sorted by relevance

/linux/drivers/staging/greybus/
H A Dusb.c98 static int hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, u16 wIndex, in hub_control() function
155 .hub_control = hub_control,
/linux/drivers/usb/chipidea/
H A Dhost.c272 if (ci->platdata->hub_control) { in ci_ehci_hub_control()
273 retval = ci->platdata->hub_control(ci, typeReq, wValue, wIndex, in ci_ehci_hub_control()
508 ci_ehci_hc_driver.hub_control = ci_ehci_hub_control;
/linux/drivers/usb/host/
H A Dehci-sh.c62 .hub_control = ehci_hub_control,
H A Dohci-sa1111.c113 .hub_control = ohci_hub_control,
H A Duhci-pci.c287 .hub_control = uhci_hub_control,
H A Dehci-ps3.c73 .hub_control = ehci_hub_control,
H A Dohci-ps3.c59 .hub_control = ohci_hub_control,
H A Dxen-hcd.c1409 .hub_control = xenhcd_hub_control,
1434 .hub_control = xenhcd_hub_control,
H A Dohci-hcd.c1226 .hub_control = ohci_hub_control,
H A Dxhci.c5460 .hub_control = xhci_hub_control,
5501 if (over->hub_control) in xhci_init_driver()
5502 drv->hub_control = over->hub_control; in xhci_init_driver()
H A Dmax3421-hcd.c1793 .hub_control = max3421_hub_control,
H A Dxhci.h1684 int (*hub_control)(struct usb_hcd *hcd, u16 typeReq, u16 wValue, member
/linux/drivers/usb/c67x00/
H A Dc67x00-hcd.c322 .hub_control = c67x00_hub_control,
/linux/include/linux/usb/
H A Dhcd.h312 int (*hub_control) (struct usb_hcd *hcd, member
/linux/drivers/usb/renesas_usbhs/
H A Dmod_host.c1302 .hub_control = usbhsh_hub_control,
/linux/drivers/usb/core/
H A Dhcd.c656 status = hcd->driver->hub_control (hcd, in rh_call_control()
/linux/drivers/usb/isp1760/
H A Disp1760-hcd.c2517 .hub_control = isp1760_hub_control,
/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.c5521 .hub_control = fotg210_hub_control,
/linux/drivers/usb/dwc2/
H A Dhcd.c5008 .hub_control = _dwc2_hcd_hub_control,