Searched refs:hub_status_data (Results 1 – 25 of 44) sorted by relevance
12
/Linux-v4.19/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-v4.19/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 | ohci-ppc-of.c | 77 .hub_status_data = ohci_hub_status_data,
|
D | uhci-platform.c | 63 .hub_status_data = uhci_hub_status_data,
|
D | ehci-sh.c | 62 .hub_status_data = ehci_hub_status_data,
|
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-da8xx.c | 575 orig_ohci_hub_status_data = ohci_da8xx_hc_driver.hub_status_data; in ohci_da8xx_init() 577 ohci_da8xx_hc_driver.hub_status_data = ohci_da8xx_hub_status_data; in ohci_da8xx_init()
|
D | uhci-pci.c | 283 .hub_status_data = uhci_hub_status_data,
|
D | ohci-sm501.c | 77 .hub_status_data = ohci_hub_status_data,
|
D | ehci-pmcmsp.c | 279 .hub_status_data = ehci_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 | ehci-mv.c | 122 .hub_status_data = ehci_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-tmio.c | 172 .hub_status_data = ohci_hub_status_data,
|
D | ohci-at91.c | 681 ohci_at91_hc_driver.hub_status_data = ohci_at91_hub_status_data; in ohci_at91_init()
|
D | fhci-hcd.c | 556 .hub_status_data = fhci_hub_status_data,
|
D | hwa-hc.c | 617 .hub_status_data = wusbhc_rh_status_data,
|
D | ehci-hcd.c | 1223 .hub_status_data = ehci_hub_status_data,
|
/Linux-v4.19/drivers/usb/c67x00/ |
D | c67x00-hcd.c | 321 .hub_status_data = c67x00_hub_status_data,
|
/Linux-v4.19/drivers/usb/host/whci/ |
D | hcd.c | 221 .hub_status_data = wusbhc_rh_status_data,
|
/Linux-v4.19/include/linux/usb/ |
D | hcd.h | 318 int (*hub_status_data) (struct usb_hcd *hcd, char *buf); member
|
12