Searched refs:hub_control (Results 1 – 19 of 19) sorted by relevance
/linux/drivers/staging/greybus/ |
H A D | usb.c | 98 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 D | host.c | 272 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 D | ehci-sh.c | 62 .hub_control = ehci_hub_control,
|
H A D | ohci-sa1111.c | 113 .hub_control = ohci_hub_control,
|
H A D | uhci-pci.c | 287 .hub_control = uhci_hub_control,
|
H A D | ehci-ps3.c | 73 .hub_control = ehci_hub_control,
|
H A D | ohci-ps3.c | 59 .hub_control = ohci_hub_control,
|
H A D | xen-hcd.c | 1409 .hub_control = xenhcd_hub_control, 1434 .hub_control = xenhcd_hub_control,
|
H A D | ohci-hcd.c | 1226 .hub_control = ohci_hub_control,
|
H A D | xhci.c | 5460 .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 D | max3421-hcd.c | 1793 .hub_control = max3421_hub_control,
|
H A D | xhci.h | 1684 int (*hub_control)(struct usb_hcd *hcd, u16 typeReq, u16 wValue, member
|
/linux/drivers/usb/c67x00/ |
H A D | c67x00-hcd.c | 322 .hub_control = c67x00_hub_control,
|
/linux/include/linux/usb/ |
H A D | hcd.h | 312 int (*hub_control) (struct usb_hcd *hcd, member
|
/linux/drivers/usb/renesas_usbhs/ |
H A D | mod_host.c | 1302 .hub_control = usbhsh_hub_control,
|
/linux/drivers/usb/core/ |
H A D | hcd.c | 656 status = hcd->driver->hub_control (hcd, in rh_call_control()
|
/linux/drivers/usb/isp1760/ |
H A D | isp1760-hcd.c | 2517 .hub_control = isp1760_hub_control,
|
/linux/drivers/usb/fotg210/ |
H A D | fotg210-hcd.c | 5521 .hub_control = fotg210_hub_control,
|
/linux/drivers/usb/dwc2/ |
H A D | hcd.c | 5008 .hub_control = _dwc2_hcd_hub_control,
|