Symbol: hub_control
drivers/staging/greybus/usb.c
155
.hub_control = hub_control,
drivers/usb/c67x00/c67x00-hcd.c
322
.hub_control = c67x00_hub_control,
drivers/usb/chipidea/ci_hdrc_tegra.c
338
usb->data.hub_control = tegra_ehci_hub_control;
drivers/usb/chipidea/host.c
272
if (ci->platdata->hub_control) {
drivers/usb/chipidea/host.c
273
retval = ci->platdata->hub_control(ci, typeReq, wValue, wIndex,
drivers/usb/chipidea/host.c
508
ci_ehci_hc_driver.hub_control = ci_ehci_hub_control;
drivers/usb/core/hcd.c
652
status = hcd->driver->hub_control (hcd,
drivers/usb/dwc2/hcd.c
5008
.hub_control = _dwc2_hcd_hub_control,
drivers/usb/fotg210/fotg210-hcd.c
5520
.hub_control = fotg210_hub_control,
drivers/usb/gadget/udc/dummy_hcd.c
2675
.hub_control = dummy_hub_control,
drivers/usb/host/ehci-brcm.c
147
ehci_brcm_hc_driver.hub_control = ehci_brcm_hub_control;
drivers/usb/host/ehci-grlib.c
60
.hub_control = ehci_hub_control,
drivers/usb/host/ehci-hcd.c
1276
.hub_control = ehci_hub_control,
drivers/usb/host/ehci-ppc-of.c
61
.hub_control = ehci_hub_control,
drivers/usb/host/ehci-ps3.c
73
.hub_control = ehci_hub_control,
drivers/usb/host/ehci-sh.c
62
.hub_control = ehci_hub_control,
drivers/usb/host/ehci-xilinx-of.c
96
.hub_control = ehci_hub_control,
drivers/usb/host/fhci-hcd.c
558
.hub_control = fhci_hub_control,
drivers/usb/host/isp116x-hcd.c
1522
.hub_control = isp116x_hub_control,
drivers/usb/host/max3421-hcd.c
1793
.hub_control = max3421_hub_control,
drivers/usb/host/octeon-hcd.c
3524
.hub_control = octeon_usb_hub_control,
drivers/usb/host/ohci-at91.c
714
ohci_at91_hc_driver.hub_control = ohci_at91_hub_control;
drivers/usb/host/ohci-da8xx.c
546
orig_ohci_hub_control = ohci_da8xx_hc_driver.hub_control;
drivers/usb/host/ohci-da8xx.c
550
ohci_da8xx_hc_driver.hub_control = ohci_da8xx_hub_control;
drivers/usb/host/ohci-hcd.c
1227
.hub_control = ohci_hub_control,
drivers/usb/host/ohci-ppc-of.c
76
.hub_control = ohci_hub_control,
drivers/usb/host/ohci-ps3.c
59
.hub_control = ohci_hub_control,
drivers/usb/host/ohci-pxa27x.c
593
ohci_pxa27x_hc_driver.hub_control = pxa27x_ohci_hub_control;
drivers/usb/host/ohci-s3c2410.c
478
ohci_s3c2410_hc_driver.hub_control = ohci_s3c2410_hub_control;
drivers/usb/host/ohci-sa1111.c
113
.hub_control = ohci_hub_control,
drivers/usb/host/ohci-sm501.c
78
.hub_control = ohci_hub_control,
drivers/usb/host/oxu210hp-hcd.c
4038
.hub_control = oxu_hub_control,
drivers/usb/host/r8a66597-hcd.c
2333
.hub_control = r8a66597_hub_control,
drivers/usb/host/sl811-hcd.c
1578
.hub_control = sl811h_hub_control,
drivers/usb/host/uhci-grlib.c
87
.hub_control = uhci_hub_control,
drivers/usb/host/uhci-pci.c
287
.hub_control = uhci_hub_control,
drivers/usb/host/uhci-platform.c
65
.hub_control = uhci_hub_control,
drivers/usb/host/xen-hcd.c
1409
.hub_control = xenhcd_hub_control,
drivers/usb/host/xen-hcd.c
1434
.hub_control = xenhcd_hub_control,
drivers/usb/host/xhci-tegra.c
1310
hcd->driver->hub_control(hcd, typeReq, USB_PORT_FEAT_POWER, wIndex,
drivers/usb/host/xhci-tegra.c
1314
tegra_xhci_hc_driver.hub_control(hcd, GetPortStatus, 0, wIndex,
drivers/usb/host/xhci-tegra.c
1378
tegra_xhci_hc_driver.hub_control(
drivers/usb/host/xhci-tegra.c
2830
.hub_control = tegra_xhci_hub_control,
drivers/usb/host/xhci.c
5614
.hub_control = xhci_hub_control,
drivers/usb/host/xhci.c
5655
if (over->hub_control)
drivers/usb/host/xhci.c
5656
drv->hub_control = over->hub_control;
drivers/usb/host/xhci.h
1691
int (*hub_control)(struct usb_hcd *hcd, u16 typeReq, u16 wValue,
drivers/usb/isp1760/isp1760-hcd.c
2517
.hub_control = isp1760_hub_control,
drivers/usb/musb/musb_host.c
2687
.hub_control = musb_hub_control,
drivers/usb/renesas_usbhs/mod_host.c
1302
.hub_control = usbhsh_hub_control,
drivers/usb/usbip/vhci_hcd.c
1357
.hub_control = vhci_hub_control,
include/linux/usb/chipidea.h
99
int (*hub_control)(struct ci_hdrc *ci, u16 typeReq, u16 wValue,
include/linux/usb/hcd.h
312
int (*hub_control) (struct usb_hcd *hcd,