Searched refs:hub_control (Results 1 – 25 of 46) sorted by relevance
12
/linux-6.3-rc2/drivers/staging/greybus/ |
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-6.3-rc2/drivers/usb/chipidea/ |
A D | host.c | 265 if (ci->platdata->hub_control) { in ci_ehci_hub_control() 266 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; in ci_hdrc_host_driver_init()
|
A D | ci_hdrc_tegra.c | 339 usb->data.hub_control = tegra_ehci_hub_control; in tegra_usb_probe()
|
/linux-6.3-rc2/include/linux/usb/ |
A D | chipidea.h | 94 int (*hub_control)(struct ci_hdrc *ci, u16 typeReq, u16 wValue, member
|
A D | hcd.h | 314 int (*hub_control) (struct usb_hcd *hcd, member
|
/linux-6.3-rc2/drivers/usb/host/ |
A D | ehci-grlib.c | 60 .hub_control = ehci_hub_control,
|
A D | ehci-xilinx-of.c | 96 .hub_control = ehci_hub_control,
|
A D | uhci-grlib.c | 86 .hub_control = uhci_hub_control,
|
A D | ehci-sh.c | 62 .hub_control = ehci_hub_control,
|
A D | ohci-ppc-of.c | 75 .hub_control = ohci_hub_control,
|
A D | uhci-platform.c | 64 .hub_control = uhci_hub_control,
|
A D | ohci-da8xx.c | 565 orig_ohci_hub_control = ohci_da8xx_hc_driver.hub_control; in ohci_da8xx_init() 569 ohci_da8xx_hc_driver.hub_control = ohci_da8xx_hub_control; in ohci_da8xx_init()
|
A D | ehci-ppc-of.c | 61 .hub_control = ehci_hub_control,
|
A D | ohci-sa1111.c | 113 .hub_control = ohci_hub_control,
|
A D | uhci-pci.c | 284 .hub_control = uhci_hub_control,
|
A D | ohci-sm501.c | 78 .hub_control = ohci_hub_control,
|
A D | ehci-brcm.c | 147 ehci_brcm_hc_driver.hub_control = ehci_brcm_hub_control; in ehci_brcm_probe()
|
A D | ohci-ps3.c | 59 .hub_control = ohci_hub_control,
|
A D | ehci-ps3.c | 73 .hub_control = ehci_hub_control,
|
A D | ohci-s3c2410.c | 487 ohci_s3c2410_hc_driver.hub_control = ohci_s3c2410_hub_control; in ohci_s3c2410_init()
|
A D | ohci-pxa27x.c | 601 ohci_pxa27x_hc_driver.hub_control = pxa27x_ohci_hub_control; in ohci_pxa27x_init()
|
A D | ohci-at91.c | 712 ohci_at91_hc_driver.hub_control = ohci_at91_hub_control; in ohci_at91_init()
|
A D | xhci-tegra.c | 1304 hcd->driver->hub_control(hcd, typeReq, USB_PORT_FEAT_POWER, wIndex, in tegra_xhci_set_port_power() 1308 tegra_xhci_hc_driver.hub_control(hcd, GetPortStatus, 0, wIndex, in tegra_xhci_set_port_power() 1368 tegra_xhci_hc_driver.hub_control( in tegra_xhci_id_work() 2755 .hub_control = tegra_xhci_hub_control,
|
A D | xen-hcd.c | 1409 .hub_control = xenhcd_hub_control, 1434 .hub_control = xenhcd_hub_control,
|
/linux-6.3-rc2/drivers/usb/c67x00/ |
A D | c67x00-hcd.c | 322 .hub_control = c67x00_hub_control,
|
Completed in 42 milliseconds
12