/openbmc/linux/drivers/usb/core/ |
H A D | usb.h | 9 struct usb_hub_descriptor; 213 struct usb_hub_descriptor *desc);
|
H A D | hub.h | 52 struct usb_hub_descriptor *descriptor; /* class descriptor */
|
H A D | hcd.c | 492 tbuf_size = max_t(u16, sizeof(struct usb_hub_descriptor), wLength); in rh_call_control() 652 len = sizeof (struct usb_hub_descriptor); in rh_call_control() 664 (struct usb_hub_descriptor *)tbuf); in rh_call_control()
|
/openbmc/linux/drivers/usb/host/ |
H A D | ohci-s3c2410.c | 169 struct usb_hub_descriptor *desc; in ohci_s3c2410_hub_control() 240 desc = (struct usb_hub_descriptor *)buf; in ohci_s3c2410_hub_control()
|
H A D | ohci-at91.c | 356 struct usb_hub_descriptor *desc; in ohci_at91_hub_control() 440 desc = (struct usb_hub_descriptor *)buf; in ohci_at91_hub_control()
|
H A D | xhci-hub.c | 256 struct usb_hub_descriptor *desc, int ports) in xhci_common_hub_descriptor() 279 struct usb_hub_descriptor *desc) in xhci_usb2_hub_descriptor() 334 struct usb_hub_descriptor *desc) in xhci_usb3_hub_descriptor() 367 struct usb_hub_descriptor *desc) in xhci_hub_descriptor() 1241 (struct usb_hub_descriptor *) buf); in xhci_hub_control()
|
H A D | ohci-hub.c | 540 struct usb_hub_descriptor *desc in ohci_hub_descriptor() 743 ohci_hub_descriptor (ohci, (struct usb_hub_descriptor *) buf); in ohci_hub_control()
|
H A D | ehci-hub.c | 700 struct usb_hub_descriptor *desc in ehci_hub_descriptor() 858 ehci_hub_descriptor (ehci, (struct usb_hub_descriptor *) in ehci_hub_control()
|
H A D | xen-hcd.c | 358 struct usb_hub_descriptor *desc) in xenhcd_hub_descriptor() 464 xenhcd_hub_descriptor(info, (struct usb_hub_descriptor *)buf); in xenhcd_hub_control()
|
H A D | isp116x-hcd.c | 943 struct usb_hub_descriptor *desc) in isp116x_hub_descriptor() 1043 (struct usb_hub_descriptor *)buf); in isp116x_hub_control()
|
H A D | max3421-hcd.c | 1631 hub_descriptor(struct usb_hub_descriptor *desc) in hub_descriptor() 1701 hub_descriptor((struct usb_hub_descriptor *) buf); in max3421_hub_control()
|
H A D | sl811-hcd.c | 1093 struct usb_hub_descriptor *desc in sl811h_hub_descriptor() 1282 sl811h_hub_descriptor(sl811, (struct usb_hub_descriptor *) buf); in sl811h_hub_control()
|
H A D | octeon-hcd.c | 3310 struct usb_hub_descriptor *desc; in octeon_usb_hub_control() 3399 desc = (struct usb_hub_descriptor *)buf; in octeon_usb_hub_control()
|
/openbmc/u-boot/common/ |
H A D | usb_hub.c | 623 struct usb_hub_descriptor *descriptor; in usb_hub_configure() 640 descriptor = (struct usb_hub_descriptor *)buffer; in usb_hub_configure() 643 sizeof(struct usb_hub_descriptor)); in usb_hub_configure()
|
/openbmc/linux/include/uapi/linux/usb/ |
H A D | ch11.h | 260 struct usb_hub_descriptor { struct
|
/openbmc/linux/drivers/usb/misc/ |
H A D | lvstest.c | 31 struct usb_hub_descriptor descriptor; 332 struct usb_hub_descriptor *descriptor = &lvs->descriptor; in lvs_rh_work()
|
/openbmc/u-boot/include/ |
H A D | usb.h | 556 struct usb_hub_descriptor { struct 582 struct usb_hub_descriptor desc; argument
|
/openbmc/linux/drivers/usb/usbip/ |
H A 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() 414 ss_hub_descriptor((struct usb_hub_descriptor *) buf); in vhci_hub_control() 416 hub_descriptor((struct usb_hub_descriptor *) buf); in vhci_hub_control()
|
/openbmc/u-boot/drivers/usb/emul/ |
H A D | sandbox_hub.c | 88 static struct usb_hub_descriptor hub_desc = {
|
/openbmc/linux/drivers/usb/musb/ |
H A D | musb_virthub.c | 324 struct usb_hub_descriptor *desc = (void *)buf; in musb_hub_control()
|
/openbmc/linux/drivers/usb/gadget/udc/aspeed-vhub/ |
H A D | vhub.h | 426 struct usb_hub_descriptor vhub_hub_desc;
|
H A D | hub.c | 132 static const struct usb_hub_descriptor ast_vhub_hub_desc = {
|
/openbmc/linux/drivers/usb/gadget/udc/ |
H A D | dummy_hcd.c | 2077 ss_hub_descriptor(struct usb_hub_descriptor *desc) in ss_hub_descriptor() 2090 static inline void hub_descriptor(struct usb_hub_descriptor *desc) in hub_descriptor() 2175 ss_hub_descriptor((struct usb_hub_descriptor *) buf); in dummy_hub_control() 2177 hub_descriptor((struct usb_hub_descriptor *) buf); in dummy_hub_control()
|
/openbmc/linux/drivers/usb/renesas_usbhs/ |
H A D | mod_host.c | 1198 struct usb_hub_descriptor *desc = (struct usb_hub_descriptor *)buf; in __usbhsh_hub_get_status()
|
/openbmc/u-boot/drivers/usb/host/ |
H A D | xhci.c | 38 struct usb_hub_descriptor hub;
|