/Linux-v4.19/drivers/usb/core/ |
D | usb.h | 9 struct usb_hub_descriptor; 187 struct usb_hub_descriptor *desc);
|
D | hub.h | 52 struct usb_hub_descriptor *descriptor; /* class descriptor */
|
D | devices.c | 429 const struct usb_hub_descriptor *desc) in usb_dump_hub_descriptor()
|
D | hcd.c | 509 tbuf_size = max_t(u16, sizeof(struct usb_hub_descriptor), wLength); in rh_call_control() 673 len = sizeof (struct usb_hub_descriptor); in rh_call_control() 685 (struct usb_hub_descriptor *)tbuf); in rh_call_control()
|
D | hub.c | 369 struct usb_hub_descriptor *desc) in get_hub_descriptor() 379 size = sizeof(struct usb_hub_descriptor); in get_hub_descriptor() 5880 struct usb_hub_descriptor *desc) in usb_hub_adjust_deviceremovable()
|
/Linux-v4.19/drivers/usb/wusbcore/ |
D | rh.c | 162 struct usb_hub_descriptor *descr, in wusbhc_rh_get_hub_descr() 356 (struct usb_hub_descriptor *) buf, wLength); in wusbhc_rh_control()
|
/Linux-v4.19/drivers/usb/host/ |
D | ohci-s3c2410.c | 171 struct usb_hub_descriptor *desc; in ohci_s3c2410_hub_control() 242 desc = (struct usb_hub_descriptor *)buf; in ohci_s3c2410_hub_control()
|
D | ohci-at91.c | 330 struct usb_hub_descriptor *desc; in ohci_at91_hub_control() 416 desc = (struct usb_hub_descriptor *)buf; in ohci_at91_hub_control()
|
D | xhci-hub.c | 161 struct usb_hub_descriptor *desc, int ports) in xhci_common_hub_descriptor() 185 struct usb_hub_descriptor *desc) in xhci_usb2_hub_descriptor() 239 struct usb_hub_descriptor *desc) in xhci_usb3_hub_descriptor() 271 struct usb_hub_descriptor *desc) in xhci_hub_descriptor() 1052 (struct usb_hub_descriptor *) buf); in xhci_hub_control()
|
D | ohci-hub.c | 537 struct usb_hub_descriptor *desc in ohci_hub_descriptor() 739 ohci_hub_descriptor (ohci, (struct usb_hub_descriptor *) buf); in ohci_hub_control()
|
D | ehci-hub.c | 697 struct usb_hub_descriptor *desc in ehci_hub_descriptor() 993 ehci_hub_descriptor (ehci, (struct usb_hub_descriptor *) in ehci_hub_control()
|
D | sl811-hcd.c | 1091 struct usb_hub_descriptor *desc in sl811h_hub_descriptor() 1280 sl811h_hub_descriptor(sl811, (struct usb_hub_descriptor *) buf); in sl811h_hub_control()
|
D | isp116x-hcd.c | 944 struct usb_hub_descriptor *desc) in isp116x_hub_descriptor() 1044 (struct usb_hub_descriptor *)buf); in isp116x_hub_control()
|
D | max3421-hcd.c | 1654 hub_descriptor(struct usb_hub_descriptor *desc) in hub_descriptor() 1724 hub_descriptor((struct usb_hub_descriptor *) buf); in max3421_hub_control()
|
D | r8a66597-hcd.c | 2125 struct usb_hub_descriptor *desc) in r8a66597_hub_descriptor() 2190 (struct usb_hub_descriptor *)buf); in r8a66597_hub_control()
|
D | isp1362-hcd.c | 1537 struct usb_hub_descriptor *desc) in isp1362_hub_descriptor() 1603 isp1362_hub_descriptor(isp1362_hcd, (struct usb_hub_descriptor *)buf); in isp1362_hub_control()
|
/Linux-v4.19/include/uapi/linux/usb/ |
D | ch11.h | 262 struct usb_hub_descriptor { struct
|
/Linux-v4.19/drivers/usb/misc/ |
D | lvstest.c | 31 struct usb_hub_descriptor descriptor; 335 struct usb_hub_descriptor *descriptor = &lvs->descriptor; in lvs_rh_work()
|
/Linux-v4.19/drivers/usb/usbip/ |
D | vhci_hcd.c | 286 ss_hub_descriptor(struct usb_hub_descriptor *desc) in ss_hub_descriptor() 298 static inline void hub_descriptor(struct usb_hub_descriptor *desc) in hub_descriptor() 412 ss_hub_descriptor((struct usb_hub_descriptor *) buf); in vhci_hub_control() 414 hub_descriptor((struct usb_hub_descriptor *) buf); in vhci_hub_control()
|
/Linux-v4.19/drivers/usb/musb/ |
D | musb_virthub.c | 325 struct usb_hub_descriptor *desc = (void *)buf; in musb_hub_control()
|
/Linux-v4.19/drivers/usb/renesas_usbhs/ |
D | mod_host.c | 1198 struct usb_hub_descriptor *desc = (struct usb_hub_descriptor *)buf; in __usbhsh_hub_get_status()
|
/Linux-v4.19/drivers/usb/gadget/udc/ |
D | dummy_hcd.c | 2047 ss_hub_descriptor(struct usb_hub_descriptor *desc) in ss_hub_descriptor() 2060 static inline void hub_descriptor(struct usb_hub_descriptor *desc) in hub_descriptor() 2133 ss_hub_descriptor((struct usb_hub_descriptor *) buf); in dummy_hub_control() 2135 hub_descriptor((struct usb_hub_descriptor *) buf); in dummy_hub_control()
|
/Linux-v4.19/drivers/usb/gadget/udc/aspeed-vhub/ |
D | hub.c | 136 static const struct usb_hub_descriptor ast_vhub_hub_desc = {
|
/Linux-v4.19/drivers/usb/isp1760/ |
D | isp1760-hcd.c | 1757 struct usb_hub_descriptor *desc) in isp1760_hub_descriptor() 1898 isp1760_hub_descriptor(priv, (struct usb_hub_descriptor *) in isp1760_hub_control()
|
/Linux-v4.19/drivers/staging/octeon-usb/ |
D | octeon-hcd.c | 3308 struct usb_hub_descriptor *desc; in octeon_usb_hub_control() 3397 desc = (struct usb_hub_descriptor *)buf; in octeon_usb_hub_control()
|