Home
last modified time | relevance | path

Searched refs:USB_DT_HUB (Results 1 – 15 of 15) sorted by relevance

/linux/drivers/usb/gadget/udc/aspeed-vhub/
H A Dhub.c135 .bDescriptorType = USB_DT_HUB,
305 case USB_DT_HUB: in ast_vhub_rep_desc()
783 if (wValue != (USB_DT_HUB << 8)) in ast_vhub_class_hub_request()
786 return ast_vhub_rep_desc(ep, USB_DT_HUB, wLength); in ast_vhub_class_hub_request()
/linux/include/uapi/linux/usb/
H A Dch11.h244 #define USB_DT_HUB (USB_TYPE_CLASS | 0x09) macro
/linux/drivers/usb/host/
H A Dfhci-hub.c29 USB_DT_HUB, /* bDescriptorType;hub-descriptor */
H A Duhci-hub.c19 USB_DT_HUB, /* __u8 bDescriptorType; Hub-descriptor */
H A Dohci-hub.c545 desc->bDescriptorType = USB_DT_HUB; in ohci_hub_descriptor()
H A Dehci-hub.c705 desc->bDescriptorType = USB_DT_HUB; in ehci_hub_descriptor()
H A Dmax3421-hcd.c1637 desc->bDescriptorType = USB_DT_HUB; /* hub descriptor */ in hub_descriptor()
H A Dxhci-hub.c292 desc->bDescriptorType = USB_DT_HUB; in xhci_usb2_hub_descriptor()
/linux/drivers/usb/c67x00/
H A Dc67x00-hcd.c23 USB_DT_HUB, /* __u8 bDescriptorType; Hub-descriptor */
/linux/drivers/usb/musb/
H A Dmusb_virthub.c327 desc->bDescriptorType = USB_DT_HUB; in musb_hub_control()
/linux/drivers/usb/renesas_usbhs/
H A Dmod_host.c1218 desc->bDescriptorType = USB_DT_HUB; in __usbhsh_hub_get_status()
/linux/drivers/usb/isp1760/
H A Disp1760-hcd.c2146 desc->bDescriptorType = USB_DT_HUB; in isp1760_hub_descriptor()
/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.c1435 desc->bDescriptorType = USB_DT_HUB; in fotg210_hub_descriptor()
/linux/drivers/usb/dwc2/
H A Dhcd.c3510 hub_desc->bDescriptorType = USB_DT_HUB; in dwc2_hcd_hub_control()
/linux/drivers/usb/core/
H A Dhub.c417 dtype = USB_DT_HUB; in get_hub_descriptor()