/third_party/NuttX/drivers/usbdev/gadget/ |
D | f_acm_desc.c | 47 .bLength = sizeof(struct usb_device_descriptor), 66 .bLength = sizeof(struct usb_interface_assoc_descriptor), 78 .bLength = sizeof(struct usb_interface_descriptor), 91 .bLength = sizeof(struct usb_cdc_header_descriptor), 97 .bLength = sizeof(struct usb_cdc_cm_descriptor), 103 .bLength = sizeof(struct usb_cdc_acm_descriptor), 109 .bLength = sizeof(struct usb_cdc_union_desc), 114 .bLength = sizeof(struct usb_endpoint_descriptor), 123 .bLength = 6, 131 .bLength = sizeof(struct usb_interface_descriptor), [all …]
|
D | f_uvc.h | 61 u8 bLength; member 102 u8 bLength; member 118 u8 bLength; member 142 u8 bLength; member 197 u8 bLength; \ 214 u8 bLength; member 258 u8 bLength; \ 279 u8 bLength; member 341 u8 bLength; \ 364 u8 bLength; member [all …]
|
D | f_uac.h | 91 uint8_t bLength; member 104 uint8_t bLength; /* in bytes: 12 */ member 122 uint8_t bLength; /* in bytes: 9 */ member 136 uint8_t bLength; /* in bytes: 7 */ member 152 uint8_t bLength; member 165 uByte bLength; member 177 uint8_t bLength; /* in bytes: 8 */ member 190 uint8_t bLength; member
|
D | f_uvc.c | 158 .bLength = sizeof(struct usb_device_descriptor), 182 .bLength = sizeof(struct usb_config_descriptor), 200 .bLength = sizeof(struct usb_interface_assoc_descriptor), 218 .bLength = sizeof(struct usb_interface_descriptor), 233 .bLength = sizeof(struct uvc_vc_header_descriptor), 254 .bLength = sizeof(struct uvc_ct_descriptor), 272 .bLength = sizeof(struct uvc_processing_descriptor), 288 .bLength = sizeof(struct uvc_ot_descriptor), 301 .bLength = sizeof(struct uvc_extension_unit_descriptor1x2), 323 .bLength = sizeof(struct uvc_extension_unit_descriptor1x2), [all …]
|
D | f_uac.c | 186 .bLength = sizeof(struct usb_device_descriptor), 204 .bLength = sizeof(struct usb_config_descriptor), 216 .bLength = sizeof(struct usb_interface_assoc_descriptor), 228 .bLength = sizeof(struct usb_interface_descriptor), 241 .bLength = sizeof(struct uac_ac_header_descriptor), 252 .bLength = sizeof(struct uac1_input_terminal_descriptor), 266 .bLength = sizeof(struct uac_output_terminal_descriptor), 278 .bLength = sizeof(struct usb_interface_descriptor), 291 .bLength = sizeof(struct usb_interface_descriptor), 304 .bLength = sizeof(struct uac_as_header_descriptor), [all …]
|
D | composite_desc.c | 137 i += desc->bLength; in composite_mkcfgdesc_sub() 140 desc = (struct usb_descriptor *)((char *)desc + desc->bLength); in composite_mkcfgdesc_sub() 144 desc, desc->bLength); in composite_mkcfgdesc_sub() 149 new_config_len += desc->bLength; in composite_mkcfgdesc_sub() 150 desc = (struct usb_descriptor *)((char *)desc + desc->bLength); in composite_mkcfgdesc_sub()
|
D | rndis.c | 232 .bLength = sizeof(struct usb_interface_assoc_descriptor), 241 .bLength = sizeof(struct usb_interface_descriptor), 251 .bLength = sizeof(struct usb_cdc_header_desc), 257 .bLength = sizeof(struct usb_cdc_call_mgmt_descriptor), 264 .bLength = sizeof(struct usb_cdc_acm_descriptor), 270 .bLength = sizeof(struct usb_cdc_union_desc), 275 .bLength = sizeof(struct usb_endpoint_descriptor), 284 .bLength = 6, 292 .bLength = sizeof(struct usb_interface_descriptor), 302 .bLength = sizeof(struct usb_endpoint_descriptor), [all …]
|
D | composite.c | 295 i += descriptors->bLength; in modify_config_descriptor_byspeed() 299 descriptors, descriptors->bLength); in modify_config_descriptor_byspeed() 305 new_config_len += descriptors->bLength; in modify_config_descriptor_byspeed() 307 descriptors = (struct usb_descriptor *)((char *)descriptors + descriptors->bLength); in modify_config_descriptor_byspeed() 355 i += descriptors->bLength; in composite_get_config_descriptor() 358 descriptors = (struct usb_descriptor *)((char *)descriptors + descriptors->bLength); in composite_get_config_descriptor() 364 descriptors = (struct usb_descriptor *)((char *)descriptors + descriptors->bLength); in composite_get_config_descriptor()
|
D | f_hid.c | 120 .bLength = sizeof(struct usb_device_descriptor), 136 .bLength = sizeof(struct usb_config_descriptor), 148 .bLength = sizeof(struct usb_interface_descriptor), 161 .bLength = sizeof(struct usb_hid_descriptor), 175 .bLength = sizeof(struct hid_endpoint_descriptor), 185 .bLength = sizeof(struct hid_endpoint_descriptor),
|
D | f_hid.h | 59 uByte bLength; member
|
D | f_mass_storage.c | 160 .bLength = sizeof(struct usb_device_descriptor), 194 .bLength = sizeof(struct usb_config_descriptor), 205 .bLength = sizeof(struct usb_interface_descriptor), 217 .bLength = sizeof(struct usb_endpoint_descriptor), 227 .bLength = 6, 236 .bLength = sizeof(struct usb_endpoint_descriptor), 246 .bLength = 6,
|
D | f_camera.c | 129 .bLength = sizeof(struct usb_device_descriptor),
|
D | f_multi.c | 97 .bLength = sizeof(struct usb_device_descriptor),
|
/third_party/FreeBSD/sys/dev/usb/ |
D | usb.h | 272 uByte bLength; member 279 uByte bLength; member 303 uByte bLength; member 312 uByte bLength; member 325 uByte bLength; member 339 uByte bLength; member 351 uByte bLength; member 379 uByte bLength; member 396 uByte bLength; member 409 uByte bLength; member [all …]
|
D | usb_cdc.h | 57 uByte bLength; member 64 uByte bLength; member 74 uByte bLength; member 85 uByte bLength; member 94 uByte bLength; member 102 uByte bLength; member 112 uByte bLength; member 124 uByte bLength; member 132 uByte bLength; member 274 uByte bLength; member
|
D | usb_parse.c | 112 (id->bLength >= sizeof(*id))) { in usb_idesc_foreach() 180 if (desc->bLength < sizeof(*ped)) { in usb_edesc_foreach() 216 if (desc->bLength < sizeof(*ped)) { in usb_ed_comp_foreach() 277 (desc->bLength >= sizeof(*id))) { in usbd_get_no_alts()
|
D | usb_util.c | 182 p->bLength = totlen; in usb_make_str_desc()
|
D | usbhid.h | 46 uByte bLength; member
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | ucsdetst.c | 476 …int32_t bLength = 0, brLength = 0, cLength = UPRV_LENGTHOF(chars), crLength = UPRV_LENGTHOF(chars_… in TestIBM424() local 478 char *bytes = extractBytes(chars, cLength, "IBM424", &bLength); in TestIBM424() 485 ucsdet_setText(csd, bytes, bLength, &status); in TestIBM424() 554 …int32_t bLength = 0, brLength = 0, cLength = UPRV_LENGTHOF(chars), crLength = UPRV_LENGTHOF(chars_… in TestIBM420() local 556 char *bytes = extractBytes(chars, cLength, "IBM420", &bLength); in TestIBM420() 563 ucsdet_setText(csd, bytes, bLength, &status); in TestIBM420()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | csdetest.cpp | 620 int32_t bLength = 0, brLength = 0; in IBM424Test() local 625 char *bytes = extractBytes(s1, "IBM424", bLength); in IBM424Test() 639 ucsdet_setText(csd, bytes, bLength, &status); in IBM424Test() 710 int32_t bLength = 0, brLength = 0; in IBM420Test() local 715 char *bytes = extractBytes(s1, "IBM420", bLength); in IBM420Test() 729 ucsdet_setText(csd, bytes, bLength, &status); in IBM420Test()
|
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/ |
D | f_config.c | 180 str_desc->bLength = 2 + (ret * 2); in fconfig_mkstrdesc() 182 return str_desc->bLength; in fconfig_mkstrdesc() 277 i += descriptors->bLength; in modify_string_index_bystrbase() 291 descriptors = (struct usb_descriptor *)((char *)descriptors + descriptors->bLength); in modify_string_index_bystrbase()
|
D | usbd_generic_ep0.c | 66 uint8_t bLength; member 110 uint8_t length = desc->bLength; in generic_parse_single_desc() 136 __FUNCTION__, ds->bLength, ds->bDescriptorType); in generic_parse_single_desc() 151 __FUNCTION__, ds->bLength, ds->bDescriptorType); in generic_parse_single_desc() 175 __FUNCTION__, ds->bLength, ds->bDescriptorType); in generic_parse_single_desc() 187 __FUNCTION__, ds->bLength, ds->bDescriptorType); in generic_parse_single_desc() 200 __FUNCTION__, ds->bLength, ds->bDescriptorType); in generic_parse_single_desc()
|
D | f_generic.c | 80 .bLength = USB_CONFIG_DESC_SIZE, 850 s->bLength = 2 + (ret * 2); in generic_mkstrdesc() 852 return s->bLength; in generic_mkstrdesc()
|
/third_party/FreeBSD/sys/dev/usb/controller/ |
D | xhci.c | 3138 .bLength = sizeof(xhci_devd), 3157 .bLength = sizeof(xhci_bosd.bosd), 3163 .bLength = sizeof(xhci_bosd.usb2extd), 3169 .bLength = sizeof(xhci_bosd.usbdcd), 3179 .bLength = sizeof(xhci_bosd.cidd), 3190 .bLength = sizeof(xhci_confd.confd), 3200 .bLength = sizeof(xhci_confd.ifcd), 3208 .bLength = sizeof(xhci_confd.endpd), 3216 .bLength = sizeof(xhci_confd.endpcd), 3225 .bLength = sizeof(xhci_hubd), [all …]
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/ |
D | linux_usb.c | 917 if ((ed->bLength < sizeof(*ed)) || in usb_linux_create_usb_device() 934 if (id->bLength < sizeof(*id)) in usb_linux_create_usb_device() 1040 if ((ed->bLength < sizeof(*ed)) || in usb_create_usb_device() 1057 if (id->bLength < sizeof(*id)) in usb_create_usb_device()
|