Searched refs:hub_control (Results 1 – 25 of 46) sorted by relevance
12
/Linux-v4.19/drivers/staging/greybus/ |
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-v4.19/drivers/usb/host/ |
D | ehci-grlib.c | 60 .hub_control = ehci_hub_control,
|
D | ehci-xilinx-of.c | 96 .hub_control = ehci_hub_control,
|
D | uhci-grlib.c | 86 .hub_control = uhci_hub_control,
|
D | ohci-ppc-of.c | 78 .hub_control = ohci_hub_control,
|
D | uhci-platform.c | 64 .hub_control = uhci_hub_control,
|
D | ehci-sh.c | 63 .hub_control = ehci_hub_control,
|
D | ehci-ppc-of.c | 61 .hub_control = ehci_hub_control,
|
D | ohci-sa1111.c | 113 .hub_control = ohci_hub_control,
|
D | ohci-da8xx.c | 574 orig_ohci_hub_control = ohci_da8xx_hc_driver.hub_control; in ohci_da8xx_init() 578 ohci_da8xx_hc_driver.hub_control = ohci_da8xx_hub_control; in ohci_da8xx_init()
|
D | uhci-pci.c | 284 .hub_control = uhci_hub_control,
|
D | ohci-sm501.c | 78 .hub_control = ohci_hub_control,
|
D | ehci-pmcmsp.c | 280 .hub_control = ehci_hub_control,
|
D | ehci-ps3.c | 73 .hub_control = ehci_hub_control,
|
D | ohci-ps3.c | 59 .hub_control = ohci_hub_control,
|
D | ehci-mv.c | 123 .hub_control = ehci_hub_control,
|
D | ohci-s3c2410.c | 486 ohci_s3c2410_hc_driver.hub_control = ohci_s3c2410_hub_control; in ohci_s3c2410_init()
|
D | ohci-tmio.c | 173 .hub_control = ohci_hub_control,
|
D | ohci-pxa27x.c | 614 ohci_pxa27x_hc_driver.hub_control = pxa27x_ohci_hub_control; in ohci_pxa27x_init()
|
D | ehci-tegra.c | 604 tegra_ehci_hc_driver.hub_control = tegra_ehci_hub_control; in ehci_tegra_init()
|
D | ohci-at91.c | 682 ohci_at91_hc_driver.hub_control = ohci_at91_hub_control; in ohci_at91_init()
|
D | fhci-hcd.c | 557 .hub_control = fhci_hub_control,
|
/Linux-v4.19/drivers/usb/c67x00/ |
D | c67x00-hcd.c | 322 .hub_control = c67x00_hub_control,
|
/Linux-v4.19/drivers/usb/host/whci/ |
D | hcd.c | 222 .hub_control = wusbhc_rh_control,
|
/Linux-v4.19/include/linux/usb/ |
D | hcd.h | 319 int (*hub_control) (struct usb_hcd *hcd, member
|
12