Home
last modified time | relevance | path

Searched refs:bDescLength (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/hubd/
H A Dhub.h45 uchar_t bDescLength; /* size of descriptor */ member
65 uint8_t bDescLength; /* size of descriptor */ member
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhcihub.c168 root_hub_descr->bDescLength = 7 + (2 * (length + 1)); in uhci_init_root_hub()
170 root_hub_descr->bDescLength = ROOT_HUB_DESCRIPTOR_LENGTH; in uhci_init_root_hub()
646 raw_descr[0] = root_hub_descr->bDescLength; in uhci_handle_get_hub_descriptor()
/illumos-gate/usr/src/contrib/bhyve/dev/usb/
H A Dusb.h595 uByte bDescLength; member
639 uByte bDescLength; member
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_hub.c148 root_hub_descr->bDescLength = 7 + (2 * (length + 1)); in ohci_init_root_hub()
150 root_hub_descr->bDescLength = ROOT_HUB_DESCRIPTOR_LENGTH; in ohci_init_root_hub()
1183 raw_descr[0] = root_hub_descr->bDescLength; in ohci_handle_get_hub_descriptor()
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_hub.c148 root_hub_descr->bDescLength = 7 + (2 * (length + 1)); in ehci_init_root_hub()
150 root_hub_descr->bDescLength = ROOT_HUB_DESCRIPTOR_LENGTH; in ehci_init_root_hub()
1328 raw_descr[0] = root_hub_descr->bDescLength; in ehci_handle_get_hub_descriptor()
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_hub.c758 hdp->bDescLength = sizeof (usb_ss_hub_descr_t); in xhci_root_hub_fill_hub_desc()