/openbmc/linux/include/uapi/linux/usb/ |
H A D | ch11.h | 244 #define USB_DT_HUB (USB_TYPE_CLASS | 0x09) macro
|
/openbmc/linux/drivers/usb/gadget/udc/aspeed-vhub/ |
H A D | hub.c | 134 .bDescriptorType = USB_DT_HUB, 304 case USB_DT_HUB: in ast_vhub_rep_desc() 782 if (wValue != (USB_DT_HUB << 8)) in ast_vhub_class_hub_request() 785 return ast_vhub_rep_desc(ep, USB_DT_HUB, wLength); in ast_vhub_class_hub_request()
|
/openbmc/u-boot/include/ |
H A D | usb_defs.h | 94 #define USB_DT_HUB (USB_TYPE_CLASS | 0x09) macro
|
H A D | usbdevice.h | 206 #define USB_DT_HUB (USB_TYPE_CLASS | 0x09) macro
|
/openbmc/u-boot/drivers/usb/emul/ |
H A D | sandbox_hub.c | 90 .bDescriptorType = USB_DT_HUB,
|
/openbmc/linux/drivers/usb/c67x00/ |
H A D | c67x00-hcd.c | 23 USB_DT_HUB, /* __u8 bDescriptorType; Hub-descriptor */
|
/openbmc/linux/drivers/usb/host/ |
H A D | fhci-hub.c | 29 USB_DT_HUB, /* bDescriptorType;hub-descriptor */
|
H A D | uhci-hub.c | 19 USB_DT_HUB, /* __u8 bDescriptorType; Hub-descriptor */
|
H A D | ohci-hub.c | 545 desc->bDescriptorType = USB_DT_HUB; in ohci_hub_descriptor()
|
H A D | ehci-hub.c | 705 desc->bDescriptorType = USB_DT_HUB; in ehci_hub_descriptor()
|
H A D | isp116x-hcd.c | 947 desc->bDescriptorType = USB_DT_HUB; in isp116x_hub_descriptor()
|
H A D | max3421-hcd.c | 1631 desc->bDescriptorType = USB_DT_HUB; /* hub descriptor */ in hub_descriptor()
|
H A D | sl811-hcd.c | 1097 desc->bDescriptorType = USB_DT_HUB; in sl811h_hub_descriptor()
|
H A D | xhci-hub.c | 291 desc->bDescriptorType = USB_DT_HUB; in xhci_usb2_hub_descriptor()
|
H A D | r8a66597-hcd.c | 2127 desc->bDescriptorType = USB_DT_HUB; in r8a66597_hub_descriptor()
|
H A D | isp1362-hcd.c | 1543 desc->bDescriptorType = USB_DT_HUB; in isp1362_hub_descriptor()
|
H A D | oxu210hp-hcd.c | 872 desc->bDescriptorType = USB_DT_HUB; in ehci_hub_descriptor()
|
/openbmc/linux/drivers/usb/musb/ |
H A D | musb_virthub.c | 327 desc->bDescriptorType = USB_DT_HUB; in musb_hub_control()
|
/openbmc/u-boot/common/ |
H A D | usb_hub.c | 89 unsigned short dtype = USB_DT_HUB; in usb_get_hub_descriptor()
|
/openbmc/u-boot/drivers/usb/host/ |
H A D | xhci.c | 951 case USB_DT_HUB: in xhci_submit_root()
|
H A D | ehci-hcd.c | 746 case USB_DT_HUB: in ehci_submit_root()
|
/openbmc/linux/drivers/usb/renesas_usbhs/ |
H A D | mod_host.c | 1218 desc->bDescriptorType = USB_DT_HUB; in __usbhsh_hub_get_status()
|
/openbmc/linux/drivers/usb/usbip/ |
H A D | vhci_hcd.c | 303 desc->bDescriptorType = USB_DT_HUB; in hub_descriptor()
|
/openbmc/linux/drivers/usb/isp1760/ |
H A D | isp1760-hcd.c | 2146 desc->bDescriptorType = USB_DT_HUB; in isp1760_hub_descriptor()
|
/openbmc/linux/drivers/usb/gadget/udc/ |
H A D | dummy_hcd.c | 2093 desc->bDescriptorType = USB_DT_HUB; in hub_descriptor()
|