Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/usb/
Dch11.h216 #define USB_DT_HUB (USB_TYPE_CLASS | 0x09) macro
/linux-4.4.14/drivers/usb/wusbcore/
Drh.c185 descr->bDescriptorType = USB_DT_HUB; /* HUB type */ in wusbhc_rh_get_hub_descr()
/linux-4.4.14/drivers/usb/host/
Dfhci-hub.c33 USB_DT_HUB, /* bDescriptorType;hub-descriptor */
Duhci-hub.c18 USB_DT_HUB, /* __u8 bDescriptorType; Hub-descriptor */
Dohci-hub.c539 desc->bDescriptorType = USB_DT_HUB; in ohci_hub_descriptor()
Dehci-hub.c695 desc->bDescriptorType = USB_DT_HUB; in ehci_hub_descriptor()
Dxhci-hub.c190 desc->bDescriptorType = USB_DT_HUB; in xhci_usb2_hub_descriptor()
Dsl811-hcd.c1094 desc->bDescriptorType = USB_DT_HUB; in sl811h_hub_descriptor()
Disp116x-hcd.c947 desc->bDescriptorType = USB_DT_HUB; in isp116x_hub_descriptor()
Dmax3421-hcd.c1662 desc->bDescriptorType = USB_DT_HUB; /* hub descriptor */ in hub_descriptor()
Dimx21-hcd.c1477 desc->bDescriptorType = USB_DT_HUB; /* HUB descriptor */ in get_hub_descriptor()
Dr8a66597-hcd.c2139 desc->bDescriptorType = USB_DT_HUB; in r8a66597_hub_descriptor()
Disp1362-hcd.c1541 desc->bDescriptorType = USB_DT_HUB; in isp1362_hub_descriptor()
Doxu210hp-hcd.c448 desc->bDescriptorType = USB_DT_HUB; in ehci_hub_descriptor()
Du132-hcd.c2583 desc->bDescriptorType = USB_DT_HUB; in u132_roothub_descriptor()
Dfotg210-hcd.c1468 desc->bDescriptorType = USB_DT_HUB; in fotg210_hub_descriptor()
/linux-4.4.14/drivers/usb/c67x00/
Dc67x00-hcd.c37 USB_DT_HUB, /* __u8 bDescriptorType; Hub-descriptor */
/linux-4.4.14/drivers/usb/musb/
Dmusb_virthub.c348 desc->bDescriptorType = USB_DT_HUB; in musb_hub_control()
/linux-4.4.14/drivers/usb/usbip/
Dvhci_hcd.c219 desc->bDescriptorType = USB_DT_HUB; in hub_descriptor()
/linux-4.4.14/drivers/usb/renesas_usbhs/
Dmod_host.c1232 desc->bDescriptorType = USB_DT_HUB; in __usbhsh_hub_get_status()
/linux-4.4.14/drivers/usb/isp1760/
Disp1760-hcd.c1761 desc->bDescriptorType = USB_DT_HUB; in isp1760_hub_descriptor()
/linux-4.4.14/drivers/usb/gadget/udc/
Ddummy_hcd.c2018 desc->bDescriptorType = USB_DT_HUB; in hub_descriptor()
/linux-4.4.14/drivers/usb/dwc2/
Dhcd.c1660 hub_desc->bDescriptorType = USB_DT_HUB; in dwc2_hcd_hub_control()
/linux-4.4.14/drivers/usb/core/
Dhub.c369 dtype = USB_DT_HUB; in get_hub_descriptor()