Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/audio/
H A Duaudioreg.h75 uByte bDescriptorType; member
93 uByte bDescriptorType; member
103 uByte bDescriptorType; member
112 uByte bDescriptorType; member
124 uByte bDescriptorType; member
131 uByte bDescriptorType; member
168 uByte bDescriptorType; member
176 uByte bDescriptorType; member
190 uByte bDescriptorType; member
202 uByte bDescriptorType; member
[all …]
H A Duaudio.c1434 ed, ed->bLength, ed->bDescriptorType, in uaudio_chan_dump_ep_desc()
1575 if ((desc->bDescriptorType == UDESC_INTERFACE) && in uaudio_chan_fill_info_sub()
1663 msid->bDescriptorType == UDESC_CS_ENDPOINT && in uaudio_chan_fill_info_sub()
1677 (desc->bDescriptorType == UDESC_CS_INTERFACE) && in uaudio_chan_fill_info_sub()
1693 (desc->bDescriptorType == UDESC_CS_INTERFACE) && in uaudio_chan_fill_info_sub()
1722 if ((desc->bDescriptorType == UDESC_ENDPOINT) && in uaudio_chan_fill_info_sub()
1732 (desc->bDescriptorType == UDESC_CS_ENDPOINT) && in uaudio_chan_fill_info_sub()
3826 if (u.desc->bDescriptorType != UDESC_CS_INTERFACE) { in uaudio_mixer_verify_desc()
3928 u.desc->bDescriptorType, in uaudio_mixer_verify_desc()
3964 if (u.desc->bDescriptorType != UDESC_CS_INTERFACE) in uaudio20_mixer_verify_desc()
[all …]
/dragonfly/sys/bus/u4b/
H A Dusb.h271 uByte bDescriptorType; member
278 uByte bDescriptorType; member
302 uByte bDescriptorType; member
311 uByte bDescriptorType; member
324 uByte bDescriptorType; member
338 uByte bDescriptorType; member
350 uByte bDescriptorType; member
375 uByte bDescriptorType; member
392 uByte bDescriptorType; member
405 uByte bDescriptorType; member
[all …]
H A Dusb_parse.c133 if ((id->bDescriptorType == UDESC_INTERFACE) && in usb_idesc_foreach()
186 if (desc->bDescriptorType == UDESC_INTERFACE) { in usb_edesc_foreach()
189 if (desc->bDescriptorType == UDESC_ENDPOINT) { in usb_edesc_foreach()
221 if (desc->bDescriptorType == UDESC_INTERFACE) in usb_ed_comp_foreach()
223 if (desc->bDescriptorType == UDESC_ENDPOINT) in usb_ed_comp_foreach()
225 if (desc->bDescriptorType == UDESC_ENDPOINT_SS_COMP) { in usb_ed_comp_foreach()
249 if (desc->bDescriptorType == type) { in usbd_get_no_descriptors()
286 if ((desc->bDescriptorType == UDESC_INTERFACE) && in usbd_get_no_alts()
H A Dusb_cdc.h57 uByte bDescriptorType; member
64 uByte bDescriptorType; member
74 uByte bDescriptorType; member
85 uByte bDescriptorType; member
93 uByte bDescriptorType; member
235 uByte bDescriptorType; member
H A Dusbhid.h48 uByte bDescriptorType; member
53 uByte bDescriptorType; member
H A Dusb_util.c242 p->bDescriptorType = UDESC_STRING; in usb_make_str_desc()
H A Dusb_device.c1623 udev->ctrl_ep_desc.bDescriptorType = UDESC_ENDPOINT; in usb_alloc_device()
1632 udev->ctrl_ep_comp_desc.bDescriptorType = UDESC_ENDPOINT_SS_COMP; in usb_alloc_device()
2079 if ((desc->bDescriptorType == UDESC_ENDPOINT) && in usb_cdev_create()
2282 if (desc->bDescriptorType == UDESC_INTERFACE) { in usbd_find_descriptor()
2285 if (((desc->bDescriptorType & type_mask) == type) && in usbd_find_descriptor()
H A Dusb_hid.c780 if ((desc->bDescriptorType == UDESC_HID) && in hid_get_descriptor_from_usb()
784 if (desc->bDescriptorType == UDESC_INTERFACE) { in hid_get_descriptor_from_usb()
/dragonfly/lib/libusb/
H A Dusb.h74 uint8_t bDescriptorType; member
80 uint8_t bDescriptorType; member
87 uint8_t bDescriptorType; member
100 uint8_t bDescriptorType; member
123 uint8_t bDescriptorType; member
149 uint8_t bDescriptorType; member
166 uint8_t bDescriptorType; member
H A Dlibusb10_desc.c63 desc->bDescriptorType = pdesc->bDescriptorType; in libusb_get_device_descriptor()
182 pconfd->bDescriptorType = pconf->desc.bDescriptorType; in libusb_get_config_descriptor()
222 ifd->bDescriptorType = pinf->desc.bDescriptorType; in libusb_get_config_descriptor()
240 endd->bDescriptorType = pend->desc.bDescriptorType; in libusb_get_config_descriptor()
386 ptr->bDescriptorType = dtype; in libusb_parse_ss_endpoint_comp()
450 ptr->bDescriptorType = dtype; in libusb_parse_bos_descriptor()
473 dcap_20->bDescriptorType = dtype; in libusb_parse_bos_descriptor()
490 ss_cap->bDescriptorType = dtype; in libusb_parse_bos_descriptor()
H A Dlibusb20_desc.h209 m(n, UINT8_T, bDescriptorType, ) \
227 m(n, UINT8_T, bDescriptorType, ) \
239 m(n, UINT8_T, bDescriptorType, ) \
252 m(n, UINT8_T, bDescriptorType, ) \
273 m(n, UINT8_T, bDescriptorType, ) \
282 m(n, UINT8_T, bDescriptorType, ) \
290 m(n, UINT8_T, bDescriptorType, ) \
302 m(n, UINT8_T, bDescriptorType, ) \
H A Dlibusb.h262 uint8_t bDescriptorType; member
279 uint8_t bDescriptorType; member
292 uint8_t bDescriptorType; member
300 uint8_t bDescriptorType; member
320 uint8_t bDescriptorType; member
334 uint8_t bDescriptorType; member
342 uint8_t bDescriptorType; member
358 uint8_t bDescriptorType; member
H A Dlibusb01.c356 bep->bDescriptorType = aep->desc.bDescriptorType; in usb_parse_endpoint()
382 bifc->bDescriptorType = aifc->desc.bDescriptorType; in usb_parse_iface_sub()
439 bcfg->bDescriptorType = acfg->desc.bDescriptorType; in usb_parse_config()
927 udev->descriptor.bDescriptorType = ddesc->bDescriptorType; in usb_find_devices()
/dragonfly/sys/bus/u4b/template/
H A Dusb_template.c241 ed->bDescriptorType = UDESC_ENDPOINT; in usb_make_endpoint_desc()
346 id->bDescriptorType = UDESC_INTERFACE; in usb_make_interface_desc()
402 cd->bDescriptorType = UDESC_CONFIG; in usb_make_config_desc()
462 utd->udd.bDescriptorType = UDESC_DEVICE; in usb_make_device_desc()
482 utd->udq.bDescriptorType = UDESC_DEVICE_QUALIFIER; in usb_make_device_desc()
697 if ((desc->bDescriptorType == UDESC_INTERFACE) && in usb_hw_ep_get_needs()
710 if ((desc->bDescriptorType == UDESC_ENDPOINT) && in usb_hw_ep_get_needs()
859 if (desc->bDescriptorType == UDESC_DEVICE) { in usb_hw_ep_resolve()
910 if (desc->bDescriptorType != UDESC_CONFIG) in usb_hw_ep_resolve()
995 if (dd->bDescriptorType != UDESC_DEVICE) { in usb_temp_get_device_desc()
[all …]
H A Dusb_template_cdce.c110 .bDescriptorType = UDESC_CS_INTERFACE,
118 .bDescriptorType = UDESC_CS_INTERFACE,
126 .bDescriptorType = UDESC_CS_INTERFACE,
H A Dusb_template_serialnet.c124 .bDescriptorType = UDESC_CS_INTERFACE,
132 .bDescriptorType = UDESC_CS_INTERFACE,
140 .bDescriptorType = UDESC_CS_INTERFACE,
/dragonfly/sys/bus/u4b/controller/
H A Dxhci.c3179 .bDescriptorType = UDESC_DEVICE, /* type */
3198 .bDescriptorType = UDESC_BOS,
3204 .bDescriptorType = 1,
3210 .bDescriptorType = UDESC_DEVICE_CAPABILITY,
3220 .bDescriptorType = 1,
3231 .bDescriptorType = UDESC_CONFIG,
3241 .bDescriptorType = UDESC_INTERFACE,
3249 .bDescriptorType = UDESC_ENDPOINT,
3257 .bDescriptorType = UDESC_ENDPOINT_SS_COMP,
3266 .bDescriptorType = UDESC_SS_HUB,
H A Dohci.c2049 .bDescriptorType = UDESC_CONFIG,
2059 .bDescriptorType = UDESC_INTERFACE,
2067 .bDescriptorType = UDESC_ENDPOINT,
2079 .bDescriptorType = UDESC_HUB,
H A Duhci.c2328 .bDescriptorType = UDESC_CONFIG,
2338 .bDescriptorType = UDESC_INTERFACE,
2346 .bDescriptorType = UDESC_ENDPOINT,
2358 .bDescriptorType = UDESC_HUB,
H A Dehci.c3050 .bDescriptorType = UDESC_CONFIG,
3060 .bDescriptorType = UDESC_INTERFACE,
3068 .bDescriptorType = UDESC_ENDPOINT,
3080 .bDescriptorType = UDESC_HUB,
/dragonfly/sys/bus/u4b/serial/
H A Dufoma.c108 uint8_t bDescriptorType; member
501 if (desc->bDescriptorType == UDESC_INTERFACE) { in ufoma_get_intconf()
504 if ((desc->bDescriptorType == type) && in ufoma_get_intconf()
H A Dulpt.c544 if ((id->bDescriptorType == UDESC_INTERFACE) && in ulpt_attach()
/dragonfly/sys/netgraph7/bluetooth/drivers/ubt/
H A Dng_ubt.c620 if ((ed->bDescriptorType == UDESC_INTERFACE) && in ubt_attach()
627 if ((ed->bDescriptorType == UDESC_ENDPOINT) && in ubt_attach()