Searched refs:hub_status_data (Results 1 – 25 of 38) sorted by relevance
12
/linux-6.6.21/drivers/staging/greybus/ |
D | usb.c | 93 static int hub_status_data(struct usb_hcd *hcd, char *buf) in hub_status_data() function 154 .hub_status_data = hub_status_data,
|
/linux-6.6.21/drivers/usb/host/ |
D | ehci-grlib.c | 59 .hub_status_data = ehci_hub_status_data,
|
D | ehci-xilinx-of.c | 95 .hub_status_data = ehci_hub_status_data,
|
D | uhci-grlib.c | 85 .hub_status_data = uhci_hub_status_data,
|
D | ehci-sh.c | 61 .hub_status_data = ehci_hub_status_data,
|
D | uhci-platform.c | 63 .hub_status_data = uhci_hub_status_data,
|
D | ohci-ppc-of.c | 75 .hub_status_data = ohci_hub_status_data,
|
D | ohci-da8xx.c | 564 orig_ohci_hub_status_data = ohci_da8xx_hc_driver.hub_status_data; in ohci_da8xx_init() 566 ohci_da8xx_hc_driver.hub_status_data = ohci_da8xx_hub_status_data; in ohci_da8xx_init()
|
D | ehci-ppc-of.c | 60 .hub_status_data = ehci_hub_status_data,
|
D | ohci-sa1111.c | 112 .hub_status_data = ohci_hub_status_data,
|
D | ohci-sm501.c | 77 .hub_status_data = ohci_hub_status_data,
|
D | uhci-pci.c | 286 .hub_status_data = uhci_hub_status_data,
|
D | ehci-ps3.c | 72 .hub_status_data = ehci_hub_status_data,
|
D | ohci-ps3.c | 58 .hub_status_data = ohci_hub_status_data,
|
D | ohci-s3c2410.c | 485 ohci_s3c2410_hc_driver.hub_status_data = ohci_s3c2410_hub_status_data; in ohci_s3c2410_init()
|
D | ohci-at91.c | 713 ohci_at91_hc_driver.hub_status_data = ohci_at91_hub_status_data; in ohci_at91_init()
|
D | xen-hcd.c | 1408 .hub_status_data = xenhcd_hub_status_data, 1433 .hub_status_data = xenhcd_hub_status_data,
|
D | fhci-hcd.c | 557 .hub_status_data = fhci_hub_status_data,
|
D | ehci-hcd.c | 1276 .hub_status_data = ehci_hub_status_data,
|
D | ohci-hcd.c | 1217 .hub_status_data = ohci_hub_status_data,
|
/linux-6.6.21/drivers/usb/c67x00/ |
D | c67x00-hcd.c | 321 .hub_status_data = c67x00_hub_status_data,
|
/linux-6.6.21/include/linux/usb/ |
D | hcd.h | 311 int (*hub_status_data) (struct usb_hcd *hcd, char *buf); member
|
/linux-6.6.21/drivers/usb/core/ |
D | hcd.c | 740 length = hcd->driver->hub_status_data(hcd, buffer); in usb_hcd_poll_rh_status() 2277 status = hcd->driver->hub_status_data(hcd, buffer); in hcd_bus_suspend()
|
/linux-6.6.21/drivers/usb/renesas_usbhs/ |
D | mod_host.c | 1301 .hub_status_data = usbhsh_hub_status_data,
|
/linux-6.6.21/drivers/usb/usbip/ |
D | vhci_hcd.c | 1329 .hub_status_data = vhci_hub_status,
|
12