Searched refs:bDescriptorType (Results 1 - 17 of 17) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/clients/usbcdc/
H A Dusb_cdc.h58 uint8_t bDescriptorType; member in struct:usb_cdc_header_descr
66 uint8_t bDescriptorType; member in struct:usb_cdc_call_mgmt_descr
78 uint8_t bDescriptorType; member in struct:usb_cdc_acm_descr
91 uint8_t bDescriptorType; member in struct:usb_cdc_union_descr
101 uint8_t bDescriptorType; member in struct:usb_cdc_ecm_descr
/illumos-gate/usr/src/uts/common/sys/usb/clients/audio/
H A Dusb_audio.h142 uint8_t bDescriptorType; /* CS_INTERFACE */ member in struct:usb_audio_cs_if_descr
156 uint8_t bDescriptorType; /* CS_INTERFACE */ member in struct:usb_audio_input_term_descr
173 uint8_t bDescriptorType; /* CS_INTERFACE */ member in struct:usb_audio_output_term_descr
192 uint8_t bDescriptorType; /* CS_INTERFACE */ member in struct:usb_audio_mixer_unit_descr1
216 uint8_t bDescriptorType; /* CS_INTERFACE */ member in struct:usb_audio_selector_unit_descr1
233 uint8_t bDescriptorType; /* CS_INTERFACE */ member in struct:usb_audio_feature_unit_descr1
251 uint8_t bDescriptorType; /* CS_INTERFACE */ member in struct:usb_audio_processing_unit_descr1
278 uint8_t bDescriptorType; /* CS_INTERFACE */ member in struct:usb_audio_extension_unit_descr1
306 uint8_t bDescriptorType; /* CS_INTERFACE */ member in struct:usb_audio_associated_if_descr
317 uint8_t bDescriptorType; /* CS_INTERFAC member in struct:usb_audio_as_if_descr
331 uint8_t bDescriptorType; /* CS_ENDPOINT */ member in struct:usb_audio_as_isoc_ep_descr
347 uint8_t bDescriptorType; /* CS_INTERFACE */ member in struct:usb_audio_type1_format_descr
[all...]
/illumos-gate/usr/src/uts/common/sys/usb/clients/video/usbvc/
H A Dusbvc.h193 uint8_t bDescriptorType; member in struct:usbvc_vc_header_descr
213 uint8_t bDescriptorType; member in struct:usbvc_unit_descr
253 uint8_t bDescriptorType; member in struct:usbvc_term_descr
296 uint8_t bDescriptorType; member in struct:usbvc_input_header_descr
318 uint8_t bDescriptorType; member in struct:usbvc_output_header_descr
338 uint8_t bDescriptorType; member in struct:usbvc_frame_descr
366 uint8_t bDescriptorType; member in struct:usbvc_still_image_frame_descr
398 uint8_t bDescriptorType; member in struct:usbvc_color_matching_descr
408 uint8_t bDescriptorType; member in struct:usbvc_format_descr
/illumos-gate/usr/src/uts/common/sys/usb/clients/hid/
H A Dhid.h60 uchar_t bDescriptorType; /* HID descriptor */ member in struct:usb_hid_descr
/illumos-gate/usr/src/uts/common/sys/usb/
H A Dusbai.h227 uint8_t bDescriptorType; /* set to DEVICE */ member in struct:usb_dev_descr
258 uint8_t bDescriptorType; /* set to DEVICE */ member in struct:usb_dev_qlf_descr
275 uint8_t bDescriptorType; /* set to CONFIGURATION */ member in struct:usb_cfg_descr
310 uint8_t bDescriptorType; /* set to CONFIGURATION */ member in struct:usb_other_speed_cfg_descr
326 uint8_t bDescriptorType; /* INTERFACE_ASSOCIATION */ member in struct:usb_ia_descr
342 uint8_t bDescriptorType; /* set to INTERFACE */ member in struct:usb_if_descr
359 uint8_t bDescriptorType; /* set to ENDPOINT */ member in struct:usb_ep_descr
443 uint8_t bDescriptorType; /* set to STRING */ member in struct:usb_string_descr
/illumos-gate/usr/src/uts/common/sys/usb/hubd/
H A Dhub.h44 uchar_t bDescriptorType; /* descriptor type */ member in struct:usb_hub_descr
/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dusba_private.h377 uint8_t bDescriptorType; /* config pwr descr 0x07 */ member in struct:usba_cfg_pwr_descr
399 uint8_t bDescriptorType; /* i/f pwr descr 0x08 */ member in struct:usba_if_pwr_descr
H A Dusba_types.h391 usb_key_descr::bDescriptorType))
H A Dwa.h40 uint8_t bDescriptorType; member in struct:usb_wa_descr
54 uint8_t bDescriptorType; member in struct:usb_wa_rpipe_descr
/illumos-gate/usr/src/uts/common/io/usb/clients/audio/usb_as/
H A Dusb_as.c1980 if_descr->bLength, if_descr->bDescriptorType,
2005 (general->bDescriptorType == USB_AUDIO_CS_INTERFACE) &&
2020 general->bDescriptorType, general->bDescriptorSubType,
2054 format->bDescriptorType,
2134 ep->bLength, ep->bDescriptorType, ep->bEndpointAddress,
2156 (cs_ep->bDescriptorType != USB_AUDIO_CS_ENDPOINT)) {
2169 cs_ep->bDescriptorType,
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhcihub.c116 0x02, /* bDescriptorType, Configuration */
126 0x04, /* bDescriptorType, Interface */
137 0x05, /* bDescriptorType, Endpoint */
163 root_hub_descr->bDescriptorType = ROOT_HUB_DESCRIPTOR_TYPE;
647 raw_descr[1] = root_hub_descr->bDescriptorType;
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusbai_register.c1653 config_descr->bLength, config_descr->bDescriptorType,
1744 if_descr->bDescriptorType, if_descr->bInterfaceNumber,
1811 ep_descr->bLength, ep_descr->bDescriptorType,
H A Dhubdi.c6151 usb_dev_descr.bLength, usb_dev_descr.bDescriptorType,
/illumos-gate/usr/src/uts/common/io/usb/clients/audio/usb_ac/
H A Dusb_ac.c1170 (descr.bDescriptorType == USB_AUDIO_CS_INTERFACE) &&
1182 descr.bDescriptorType,
1548 d->bDescriptorType, d->bDescriptorSubType,
1572 d->bDescriptorType, d->bDescriptorSubType,
1595 d->bDescriptorType, d->bDescriptorSubType,
1615 d->bDescriptorType, d->bDescriptorSubType,
1635 d->bDescriptorType, d->bDescriptorSubType,
1656 d->bDescriptorType, d->bDescriptorSubType,
1676 d->bDescriptorType, d->bDescriptorSubType,
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_hub.c131 root_hub_descr->bDescriptorType = ROOT_HUB_DESCRIPTOR_TYPE;
230 0x01, /* bDescriptorType, Device */
248 0x02, /* bDescriptorType, Configuartion */
258 0x04, /* bDescriptorType, Interface */
269 0x05, /* bDescriptorType, Endpoint */
1329 raw_descr[1] = root_hub_descr->bDescriptorType;
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_hub.c132 root_hub_descr->bDescriptorType = ROOT_HUB_DESCRIPTOR_TYPE;
246 0x01, /* bDescriptorType, Device */
264 0x02, /* bDescriptorType, Configuartion */
274 0x04, /* bDescriptorType, Interface */
285 0x05, /* bDescriptorType, Endpoint */
1184 raw_descr[1] = root_hub_descr->bDescriptorType;
/illumos-gate/usr/src/uts/common/io/usb/clients/hid/
H A Dhid.c466 "bLength = 0x%x bDescriptorType = 0x%x "
472 hidp->hid_hid_descr.bDescriptorType,

Completed in 150 milliseconds