/kernel/linux/linux-5.10/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,
|
/kernel/linux/linux-6.6/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,
|
/kernel/linux/linux-6.6/include/linux/usb/ |
H A D | chipidea.h | 95 int (*hub_control)(struct ci_hdrc *ci, u16 typeReq, u16 wValue, member
|
/kernel/linux/linux-6.6/drivers/usb/chipidea/ |
H 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() 501 ci_ehci_hc_driver.hub_control = ci_ehci_hub_control; in ci_hdrc_host_driver_init()
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | ehci-xilinx-of.c | 96 .hub_control = ehci_hub_control,
|
H A D | uhci-grlib.c | 86 .hub_control = uhci_hub_control,
|
H A D | ehci-grlib.c | 60 .hub_control = ehci_hub_control,
|
H A D | ohci-ppc-of.c | 78 .hub_control = ohci_hub_control,
|
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-platform.c | 64 .hub_control = uhci_hub_control,
|
H A D | ehci-ppc-of.c | 61 .hub_control = ehci_hub_control,
|
H A D | ohci-da8xx.c | 566 orig_ohci_hub_control = ohci_da8xx_hc_driver.hub_control; in ohci_da8xx_init() 570 ohci_da8xx_hc_driver.hub_control = ohci_da8xx_hub_control; in ohci_da8xx_init()
|
H A D | ohci-ps3.c | 59 .hub_control = ohci_hub_control,
|
H A D | ehci-ps3.c | 73 .hub_control = ehci_hub_control,
|
H A D | ohci-sm501.c | 78 .hub_control = ohci_hub_control,
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | ehci-grlib.c | 60 .hub_control = ehci_hub_control,
|
H A D | ehci-xilinx-of.c | 96 .hub_control = ehci_hub_control,
|
H A D | uhci-grlib.c | 86 .hub_control = uhci_hub_control,
|
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 | ohci-ppc-of.c | 76 .hub_control = ohci_hub_control,
|
H A D | uhci-platform.c | 64 .hub_control = uhci_hub_control,
|
H A D | ehci-ppc-of.c | 61 .hub_control = ehci_hub_control,
|
H A D | ohci-da8xx.c | 563 orig_ohci_hub_control = ohci_da8xx_hc_driver.hub_control; in ohci_da8xx_init() 567 ohci_da8xx_hc_driver.hub_control = ohci_da8xx_hub_control; in ohci_da8xx_init()
|