Home
last modified time | relevance | path

Searched refs:bDescriptorType (Results 1 – 22 of 22) sorted by path

/illumos-gate/usr/src/cmd/bhyve/
H A Dusb_mouse.c83 uint8_t bDescriptorType; member
154 .bDescriptorType = UDESC_DEVICE,
169 .bDescriptorType = UDESC_CONFIG,
179 .bDescriptorType = UDESC_INTERFACE,
187 .bDescriptorType = 0x21,
196 .bDescriptorType = UDESC_ENDPOINT,
204 .bDescriptorType = UDESC_ENDPOINT_SS_COMP,
221 .bDescriptorType = UDESC_BOS,
227 .bDescriptorType = UDESC_DEVICE_CAPABILITY,
/illumos-gate/usr/src/contrib/bhyve/dev/usb/
H A Dusb.h277 uByte bDescriptorType; member
284 uByte bDescriptorType; member
308 uByte bDescriptorType; member
317 uByte bDescriptorType; member
330 uByte bDescriptorType; member
344 uByte bDescriptorType; member
356 uByte bDescriptorType; member
381 uByte bDescriptorType; member
398 uByte bDescriptorType; member
411 uByte bDescriptorType; member
[all …]
/illumos-gate/usr/src/uts/common/io/usb/clients/audio/usb_ac/
H A Dusb_ac.c1174 (descr.bDescriptorType == USB_AUDIO_CS_INTERFACE) && in usb_ac_handle_descriptors()
1186 descr.bDescriptorType, in usb_ac_handle_descriptors()
1552 d->bDescriptorType, d->bDescriptorSubType, in usb_ac_add_unit_descriptor()
1576 d->bDescriptorType, d->bDescriptorSubType, in usb_ac_add_unit_descriptor()
1599 d->bDescriptorType, d->bDescriptorSubType, in usb_ac_add_unit_descriptor()
1619 d->bDescriptorType, d->bDescriptorSubType, in usb_ac_add_unit_descriptor()
1639 d->bDescriptorType, d->bDescriptorSubType, in usb_ac_add_unit_descriptor()
1660 d->bDescriptorType, d->bDescriptorSubType, in usb_ac_add_unit_descriptor()
1680 d->bDescriptorType, d->bDescriptorSubType, in usb_ac_add_unit_descriptor()
/illumos-gate/usr/src/uts/common/io/usb/clients/audio/usb_as/
H A Dusb_as.c1980 if_descr->bLength, if_descr->bDescriptorType, in usb_as_handle_descriptors()
2005 (general->bDescriptorType == USB_AUDIO_CS_INTERFACE) && in usb_as_handle_descriptors()
2020 general->bDescriptorType, general->bDescriptorSubType, in usb_as_handle_descriptors()
2054 format->bDescriptorType, in usb_as_handle_descriptors()
2134 ep->bLength, ep->bDescriptorType, ep->bEndpointAddress, in usb_as_handle_descriptors()
2156 (cs_ep->bDescriptorType != USB_AUDIO_CS_ENDPOINT)) { in usb_as_handle_descriptors()
2169 cs_ep->bDescriptorType, in usb_as_handle_descriptors()
/illumos-gate/usr/src/uts/common/io/usb/clients/hid/
H A Dhid.c484 hidp->hid_hid_descr.bDescriptorType, in hid_attach()
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_hub.c131 root_hub_descr->bDescriptorType = ROOT_HUB_DESCRIPTOR_TYPE; in ehci_init_root_hub()
1329 raw_descr[1] = root_hub_descr->bDescriptorType; in ehci_handle_get_hub_descriptor()
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_hub.c132 root_hub_descr->bDescriptorType = ROOT_HUB_DESCRIPTOR_TYPE; in ohci_init_root_hub()
1184 raw_descr[1] = root_hub_descr->bDescriptorType; in ohci_handle_get_hub_descriptor()
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhcihub.c163 root_hub_descr->bDescriptorType = ROOT_HUB_DESCRIPTOR_TYPE; in uhci_init_root_hub()
647 raw_descr[1] = root_hub_descr->bDescriptorType; in uhci_handle_get_hub_descriptor()
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_hub.c759 hdp->bDescriptorType = ROOT_HUB_SS_DESCRIPTOR_TYPE; in xhci_root_hub_fill_hub_desc()
821 hub->bDescriptorType = 0x01; in xhci_root_hub_fill_dev_desc()
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c6465 usb_dev_descr.bLength, usb_dev_descr.bDescriptorType, in hubd_create_child()
H A Dusba_bos.c140 if (dev.bDescriptorType != USB_DESCR_TYPE_DEV_CAPABILITY || in usba_bos_save()
H A Dusbai_register.c1709 config_descr->bLength, config_descr->bDescriptorType, in usba_dump_descr_tree()
1800 if_descr->bDescriptorType, if_descr->bInterfaceNumber, in usba_dump_if()
1867 ep_descr->bLength, ep_descr->bDescriptorType, in usba_dump_ep()
/illumos-gate/usr/src/uts/common/sys/usb/clients/audio/
H A Dusb_audio.h142 uint8_t bDescriptorType; /* CS_INTERFACE */ member
156 uint8_t bDescriptorType; /* CS_INTERFACE */ member
173 uint8_t bDescriptorType; /* CS_INTERFACE */ member
192 uint8_t bDescriptorType; /* CS_INTERFACE */ member
216 uint8_t bDescriptorType; /* CS_INTERFACE */ member
233 uint8_t bDescriptorType; /* CS_INTERFACE */ member
251 uint8_t bDescriptorType; /* CS_INTERFACE */ member
278 uint8_t bDescriptorType; /* CS_INTERFACE */ member
306 uint8_t bDescriptorType; /* CS_INTERFACE */ member
317 uint8_t bDescriptorType; /* CS_INTERFACE */ member
[all …]
/illumos-gate/usr/src/uts/common/sys/usb/clients/hid/
H A Dhid.h60 uchar_t bDescriptorType; /* HID descriptor */ member
/illumos-gate/usr/src/uts/common/sys/usb/clients/usbcdc/
H A Dusb_cdc.h58 uint8_t bDescriptorType; member
66 uint8_t bDescriptorType; member
78 uint8_t bDescriptorType; member
91 uint8_t bDescriptorType; member
101 uint8_t bDescriptorType; member
/illumos-gate/usr/src/uts/common/sys/usb/clients/video/usbvc/
H A Dusbvc.h193 uint8_t bDescriptorType; member
213 uint8_t bDescriptorType; member
253 uint8_t bDescriptorType; member
296 uint8_t bDescriptorType; member
318 uint8_t bDescriptorType; member
338 uint8_t bDescriptorType; member
366 uint8_t bDescriptorType; member
398 uint8_t bDescriptorType; member
408 uint8_t bDescriptorType; member
/illumos-gate/usr/src/uts/common/sys/usb/hubd/
H A Dhub.h46 uchar_t bDescriptorType; /* descriptor type */ member
66 uint8_t bDescriptorType; /* descriptor type (0x2A) */ member
/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dbos.h58 uint8_t bDescriptorType; /* Set to USB_DESCR_TYPE_BOS */ member
76 uint8_t bDescriptorType; /* USB_TYPE_DEV_CAPABILITY */ member
89 uint8_t bDescriptorType; member
105 uint8_t bDescriptorType; member
131 uint8_t bDescriptorType; member
145 uint8_t bDescriptorType; member
214 uint8_t bDescriptorType; member
H A Dusba_private.h377 uint8_t bDescriptorType; /* config pwr descr 0x07 */ member
399 uint8_t bDescriptorType; /* i/f pwr descr 0x08 */ member
H A Dusba_types.h430 usb_key_descr::bDescriptorType))
H A Dwa.h40 uint8_t bDescriptorType; member
54 uint8_t bDescriptorType; member
/illumos-gate/usr/src/uts/common/sys/usb/
H A Dusbai.h228 uint8_t bDescriptorType; /* set to DEVICE */ member
259 uint8_t bDescriptorType; /* set to DEVICE */ member
276 uint8_t bDescriptorType; /* set to CONFIGURATION */ member
311 uint8_t bDescriptorType; /* set to CONFIGURATION */ member
327 uint8_t bDescriptorType; /* INTERFACE_ASSOCIATION */ member
343 uint8_t bDescriptorType; /* set to INTERFACE */ member
360 uint8_t bDescriptorType; /* set to ENDPOINT */ member
444 uint8_t bDescriptorType; /* set to STRING */ member
458 uint8_t bDescriptorType; /* USB_DESCR_TYPE_SS_EP_COMP */ member