Searched refs:bLength (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-10.1-release/sys/dev/sound/usb/
H A Duaudioreg.h69 #define UEP_HAS_REFRESH(ep) ((ep)->bLength >= 8)
70 #define UEP_HAS_SYNCADDR(ep) ((ep)->bLength >= 9)
74 uByte bLength; member in struct:__anon9819
92 uByte bLength; member in struct:usb_audio_control_descriptor
102 uByte bLength; member in struct:usb_audio_streaming_interface_descriptor
111 uByte bLength; member in struct:usb_audio_streaming_endpoint_descriptor
123 uByte bLength; member in struct:usb_midi_streaming_endpoint_descriptor
130 uByte bLength; member in struct:usb_audio_streaming_type1_descriptor
167 uByte bLength; member in struct:usb_audio_unit
175 uByte bLength; member in struct:usb_audio_input_terminal
189 uByte bLength; member in struct:usb_audio_output_terminal
201 uByte bLength; member in struct:usb_audio_mixer_unit_0
219 uByte bLength; member in struct:usb_audio_selector_unit
230 uByte bLength; member in struct:usb_audio_feature_unit
242 uByte bLength; member in struct:usb_audio_processing_unit_0
268 uByte bLength; member in struct:usb_audio_extension_unit_0
447 uByte bLength; member in struct:usb_audio20_streaming_interface_descriptor
460 uByte bLength; member in struct:usb_audio20_encoder_descriptor
478 uByte bLength; member in struct:usb_audio20_streaming_endpoint_descriptor
492 uByte bLength; member in struct:usb_audio20_feedback_endpoint_descriptor
556 uByte bLength; member in struct:usb_audio20_streaming_type1_descriptor
593 uByte bLength; member in struct:usb_audio20_clock_source_unit
605 uByte bLength; member in struct:usb_audio20_clock_selector_unit_0
620 uByte bLength; member in struct:usb_audio20_clock_multiplier_unit
631 uByte bLength; member in struct:usb_audio20_input_terminal
647 uByte bLength; member in struct:usb_audio20_output_terminal
661 uByte bLength; member in struct:usb_audio20_mixer_unit_0
680 uByte bLength; member in struct:usb_audio20_selector_unit
691 uByte bLength; member in struct:usb_audio20_feature_unit
702 uByte bLength; member in struct:usb_audio20_sample_rate_unit
714 uByte bLength; member in struct:usb_audio20_effect_unit
726 uByte bLength; member in struct:usb_audio20_processing_unit_0
745 uByte bLength; member in struct:usb_audio20_extension_unit_0
[all...]
H A Duaudio.c1368 DPRINTF("endpoint=%p bLength=%d bDescriptorType=%d \n"
1372 ed, ed->bLength, ed->bDescriptorType,
1514 (desc->bLength >= sizeof(*id))) {
1579 (desc->bLength >= sizeof(*acdp))) {
1587 if (msid->bLength >= sizeof(*msid) &&
1608 if (desc->bLength >= sizeof(*asid.v2)) {
1612 if (desc->bLength >= sizeof(*asid.v1)) {
1624 if (desc->bLength >= sizeof(*asf1d.v2))
1627 if (desc->bLength >= sizeof(*asf1d.v1)) {
1636 if (desc->bLength < (sizeo
[all...]
/freebsd-10.1-release/sys/dev/usb/
H A Dusb.h277 uByte bLength; member in struct:usb_descriptor
284 uByte bLength; member in struct:usb_device_descriptor
308 uByte bLength; member in struct:usb_bos_descriptor
317 uByte bLength; member in struct:usb_bos_cap_descriptor
330 uByte bLength; member in struct:usb_devcap_usb2ext_descriptor
344 uByte bLength; member in struct:usb_devcap_ss_descriptor
356 uByte bLength; member in struct:usb_devcap_container_id_descriptor
381 uByte bLength; member in struct:usb_config_descriptor
398 uByte bLength; member in struct:usb_interface_descriptor
411 uByte bLength; member in struct:usb_interface_assoc_descriptor
518 uByte bLength; member in struct:usb_endpoint_descriptor
552 uByte bLength; member in struct:usb_endpoint_ss_comp_descriptor
564 uByte bLength; member in struct:usb_string_descriptor
583 uByte bLength; member in struct:usb_string_lang
620 uByte bLength; member in struct:usb_hub_ss_descriptor
646 uByte bLength; member in struct:usb_device_qualifier
659 uByte bLength; member in struct:usb_otg_descriptor
[all...]
H A Dusb_parse.c141 (id->bLength >= sizeof(*id))) {
197 if (desc->bLength < sizeof(*ped)) {
233 if (desc->bLength < sizeof(*ped)) {
294 (desc->bLength >= sizeof(*id))) {
H A Dusb_cdc.h56 uByte bLength; member in struct:usb_cdc_header_descriptor
63 uByte bLength; member in struct:usb_cdc_cm_descriptor
73 uByte bLength; member in struct:usb_cdc_acm_descriptor
84 uByte bLength; member in struct:usb_cdc_union_descriptor
92 uByte bLength; member in struct:usb_cdc_ethernet_descriptor
234 uByte bLength; member in struct:usb_ncm_func_descriptor
H A Dusb_util.c216 p->bLength = totlen;
H A Dusbhid.h49 uByte bLength; member in struct:usb_hid_descriptor
H A Dusb_device.c1662 udev->ctrl_ep_desc.bLength = sizeof(udev->ctrl_ep_desc);
1671 udev->ctrl_ep_comp_desc.bLength = sizeof(udev->ctrl_ep_comp_desc);
2083 (desc->bLength >= sizeof(*ed))) {
/freebsd-10.1-release/lib/libusb/
H A Dusb.h73 uint8_t bLength; member in struct:usb_descriptor_header
79 uint8_t bLength; member in struct:usb_string_descriptor
86 uint8_t bLength; member in struct:usb_hid_descriptor
99 uint8_t bLength; member in struct:usb_endpoint_descriptor
122 uint8_t bLength; member in struct:usb_interface_descriptor
148 uint8_t bLength; member in struct:usb_config_descriptor
165 uint8_t bLength; member in struct:usb_device_descriptor
H A Dlibusb10_desc.c62 desc->bLength = pdesc->bLength;
181 pconfd->bLength = pconf->desc.bLength;
221 ifd->bLength = pinf->desc.bLength;
239 endd->bLength = pend->desc.bLength;
385 ptr->bLength = LIBUSB_DT_SS_ENDPOINT_COMPANION_SIZE;
449 ptr->bLength
[all...]
H A Dlibusb.h244 uint8_t bLength; member in struct:libusb_device_descriptor
261 uint8_t bLength; member in struct:libusb_endpoint_descriptor
274 uint8_t bLength; member in struct:libusb_ss_endpoint_companion_descriptor
282 uint8_t bLength; member in struct:libusb_interface_descriptor
302 uint8_t bLength; member in struct:libusb_config_descriptor
316 uint8_t bLength; member in struct:libusb_usb_2_0_device_capability_descriptor
324 uint8_t bLength; member in struct:libusb_ss_usb_device_capability_descriptor
340 uint8_t bLength; member in struct:libusb_bos_descriptor
H A Dlibusb20_desc.h208 m(n, UINT8_T, bLength, ) \
226 m(n, UINT8_T, bLength, ) \
238 m(n, UINT8_T, bLength, ) \
251 m(n, UINT8_T, bLength, ) \
272 m(n, UINT8_T, bLength, ) \
281 m(n, UINT8_T, bLength, ) \
289 m(n, UINT8_T, bLength, ) \
301 m(n, UINT8_T, bLength, ) \
H A Dlibusb01.c355 bep->bLength = aep->desc.bLength;
381 bifc->bLength = aifc->desc.bLength;
438 bcfg->bLength = acfg->desc.bLength;
926 udev->descriptor.bLength = sizeof(udev->descriptor);
/freebsd-10.1-release/sys/dev/usb/template/
H A Dusb_template_cdce.c112 .bLength = sizeof(eth_union_desc),
120 .bLength = sizeof(eth_header_desc),
128 .bLength = sizeof(eth_enf_desc),
H A Dusb_template.c241 ed->bLength = sizeof(*ed) + 2;
243 ed->bLength = sizeof(*ed);
348 id->bLength = sizeof(*id);
404 cd->bLength = sizeof(*cd);
464 utd->udd.bLength = sizeof(utd->udd);
484 utd->udq.bLength = sizeof(utd->udq);
701 (desc->bLength >= sizeof(*id))) {
714 (desc->bLength >= sizeof(*ed))) {
864 if (desc->bLength < sizeof(*dd))
915 if (desc->bLength < sizeo
[all...]
/freebsd-10.1-release/sys/dev/usb/serial/
H A Dumodem.c313 if ((cmd == NULL) || (cmd->bLength < sizeof(*cmd))) {
319 if ((cud == NULL) || (cud->bLength < sizeof(*cud))) {
500 if ((cmd == NULL) || (cmd->bLength < sizeof(*cmd))) {
507 if ((cad == NULL) || (cad->bLength < sizeof(*cad))) {
H A Dufoma.c1041 (cmd->bLength < sizeof(*cmd))) {
1050 (acm->bLength < sizeof(*acm))) {
H A Dulpt.c552 (id->bLength >= sizeof(*id))) {
/freebsd-10.1-release/sys/dev/usb/controller/
H A Davr32dci.c1443 .bLength = sizeof(struct usb_device_descriptor),
1457 .bLength = sizeof(struct usb_device_qualifier),
1469 .bLength = sizeof(struct usb_config_descriptor),
1479 .bLength = sizeof(struct usb_interface_descriptor),
1487 .bLength = sizeof(struct usb_endpoint_descriptor),
H A Datmegadci.c1514 .bLength = sizeof(struct usb_device_descriptor),
1529 .bLength = sizeof(struct usb_config_descriptor),
1539 .bLength = sizeof(struct usb_interface_descriptor),
1547 .bLength = sizeof(struct usb_endpoint_descriptor),
H A Duss820dci.c1745 .bLength = sizeof(struct usb_device_descriptor),
1759 .bLength = sizeof(struct usb_device_qualifier),
1771 .bLength = sizeof(struct usb_config_descriptor),
1781 .bLength = sizeof(struct usb_interface_descriptor),
1790 .bLength = sizeof(struct usb_endpoint_descriptor),
H A Dxhci.c3129 .bLength = sizeof(xhci_devd),
3148 .bLength = sizeof(xhci_bosd.bosd),
3154 .bLength = sizeof(xhci_bosd.usb2extd),
3160 .bLength = sizeof(xhci_bosd.usbdcd),
3170 .bLength = sizeof(xhci_bosd.cidd),
3181 .bLength = sizeof(xhci_confd.confd),
3191 .bLength = sizeof(xhci_confd.ifcd),
3199 .bLength = sizeof(xhci_confd.endpd),
3207 .bLength = sizeof(xhci_confd.endpcd),
3216 .bLength
[all...]
H A Dat91dci.c1736 .bLength = sizeof(struct usb_device_descriptor),
1751 .bLength = sizeof(struct usb_config_descriptor),
1761 .bLength = sizeof(struct usb_interface_descriptor),
1769 .bLength = sizeof(struct usb_endpoint_descriptor),
/freebsd-10.1-release/sys/mips/cavium/usb/
H A Doctusb.c1360 .bLength = sizeof(octusb_devd),
1378 .bLength = sizeof(octusb_odevd),
1392 .bLength = sizeof(struct usb_config_descriptor),
1402 .bLength = sizeof(struct usb_interface_descriptor),
1410 .bLength = sizeof(struct usb_endpoint_descriptor),
/freebsd-10.1-release/sys/dev/usb/net/
H A Dif_cdce.c311 if (ufd->bLength < sizeof(*ufd))
520 if ((ud == NULL) || (ud->bLength < sizeof(*ud)) ||
604 if ((ued == NULL) || (ued->bLength < sizeof(*ued))) {

Completed in 250 milliseconds

12