/Zephyr-Core-3.6.0/subsys/usb/device_next/class/ |
D | loopback.c | 51 .bLength = sizeof(struct usb_if_descriptor), \ 64 .bLength = sizeof(struct usb_ep_descriptor), \ 74 .bLength = sizeof(struct usb_ep_descriptor), \ 84 .bLength = sizeof(struct usb_ep_descriptor), \ 94 .bLength = sizeof(struct usb_ep_descriptor), \ 104 .bLength = sizeof(struct usb_ep_descriptor), \ 114 .bLength = sizeof(struct usb_ep_descriptor), \ 124 .bLength = sizeof(struct usb_if_descriptor), \ 137 .bLength = sizeof(struct usb_if_descriptor), \ 150 .bLength = sizeof(struct usb_ep_descriptor), \ [all …]
|
D | bt_hci.c | 456 .bLength = sizeof(struct usb_association_descriptor), \ 467 .bLength = sizeof(struct usb_if_descriptor), \ 479 .bLength = sizeof(struct usb_ep_descriptor), \ 488 .bLength = sizeof(struct usb_ep_descriptor), \ 497 .bLength = sizeof(struct usb_ep_descriptor), \ 506 .bLength = sizeof(struct usb_if_descriptor), \ 518 .bLength = sizeof(struct usb_ep_descriptor), \ 527 .bLength = sizeof(struct usb_ep_descriptor), \ 536 .bLength = sizeof(struct usb_if_descriptor), \ 548 .bLength = sizeof(struct usb_ep_descriptor), \ [all …]
|
D | usbd_cdc_ecm.c | 598 .bLength = sizeof(struct usb_association_descriptor), \ 609 .bLength = sizeof(struct usb_if_descriptor), \ 647 .bLength = sizeof(struct usb_ep_descriptor), \ 656 .bLength = sizeof(struct usb_if_descriptor), \ 668 .bLength = sizeof(struct usb_if_descriptor), \ 680 .bLength = sizeof(struct usb_ep_descriptor), \ 689 .bLength = sizeof(struct usb_ep_descriptor), \ 698 .bLength = 0, \
|
/Zephyr-Core-3.6.0/subsys/usb/device/ |
D | usb_descriptor.c | 56 .bLength = sizeof(struct usb_device_descriptor), 83 .bLength = sizeof(struct usb_cfg_descriptor), 102 uint8_t bLength; member 109 uint8_t bLength; member 115 uint8_t bLength; member 128 .bLength = sizeof(struct usb_string_descriptor), 134 .bLength = USB_STRING_DESCRIPTOR_LENGTH( 141 .bLength = USB_STRING_DESCRIPTOR_LENGTH( 148 .bLength = USB_STRING_DESCRIPTOR_LENGTH(CONFIG_USB_DEVICE_SN), 156 .bLength = 0, [all …]
|
D | bos.c | 20 .bLength = sizeof(struct usb_bos_descriptor),
|
/Zephyr-Core-3.6.0/subsys/usb/device/class/audio/ |
D | usb_audio_internal.h | 225 uint8_t bLength; member 235 uint8_t bLength; member 252 uint8_t bLength; member 262 uint8_t bLength; member 273 uint8_t bLength; member 282 uint8_t bLength; member 294 uint8_t bLength; member 305 uint8_t bLength; member 315 uint8_t bLength; \ 326 uint8_t bLength; \ [all …]
|
D | audio.c | 190 return (fu->bLength - FU_FIXED_ELEMS_SIZE)/sizeof(uint16_t); in get_num_of_channels() 210 ((uint8_t *)fu + fu->bLength); in get_fu_dir() 234 header->bLength + in fix_fu_descriptors() 246 fu->bLength + in fix_fu_descriptors() 270 audio_dev_data->desc_hdr->bLength + in get_feature_unit() 279 ((uint8_t *)fu + fu->bLength + in get_feature_unit() 321 ((uint8_t *)iface + iface->bLength); in audio_interface_config() 331 ((uint8_t *)iface + iface->bLength); in audio_interface_config() 402 header->bLength + in is_entity_valid() 411 fu->bLength + in is_entity_valid()
|
/Zephyr-Core-3.6.0/include/zephyr/usb/ |
D | usb_ch9.h | 144 uint8_t bLength; member 150 uint8_t bLength; member 168 uint8_t bLength; member 180 uint8_t bLength; member 207 uint8_t bLength; member 220 uint8_t bLength; member 227 uint8_t bLength; member
|
D | bos.h | 35 uint8_t bLength; member 43 uint8_t bLength; member 82 uint8_t bLength; member
|
D | usbd.h | 287 .bLength = sizeof(struct usb_device_descriptor), \ 311 .bLength = sizeof(struct usb_cfg_descriptor), \ 341 .bLength = sizeof(struct usb_string_descriptor), \ 353 uint8_t bLength; \ 359 .bLength = USB_STRING_DESCRIPTOR_LENGTH(d_string), \
|
/Zephyr-Core-3.6.0/subsys/usb/device/class/dfu/ |
D | usb_dfu.c | 114 .bLength = sizeof(struct usb_if_descriptor), 125 .bLength = sizeof(struct dfu_runtime_descriptor), 156 .bLength = sizeof(struct usb_device_descriptor), 174 .bLength = sizeof(struct usb_cfg_descriptor), 190 .bLength = sizeof(struct usb_if_descriptor), 202 .bLength = sizeof(struct usb_if_descriptor), 214 .bLength = sizeof(struct dfu_runtime_descriptor), 230 uint8_t bLength; member 237 uint8_t bLength; member 243 uint8_t bLength; member [all …]
|
/Zephyr-Core-3.6.0/tests/subsys/usb/uac2/src/ |
D | uac2_desc.c | 185 zassert_equal(iad->bLength, sizeof(struct usb_association_descriptor)); in ZTEST() 197 zassert_equal(iface->bLength, sizeof(struct usb_if_descriptor)); in ZTEST() 215 zassert_equal(iface->bLength, sizeof(struct usb_if_descriptor)); in ZTEST() 228 zassert_equal(iface->bLength, sizeof(struct usb_if_descriptor)); in ZTEST() 246 zassert_equal(ep->bLength, sizeof(struct usb_ep_descriptor)); in ZTEST() 265 zassert_equal(iface->bLength, sizeof(struct usb_if_descriptor)); in ZTEST() 278 zassert_equal(iface->bLength, sizeof(struct usb_if_descriptor)); in ZTEST() 296 zassert_equal(ep->bLength, sizeof(struct usb_ep_descriptor)); in ZTEST()
|
/Zephyr-Core-3.6.0/tests/subsys/usb/bos/src/ |
D | test_bos.c | 34 .bLength = sizeof(struct usb_bos_descriptor), 43 .bLength = sizeof(struct usb_bos_platform_descriptor) 72 .bLength = sizeof(struct usb_bos_platform_descriptor) 113 .bLength = sizeof(struct usb_bos_platform_descriptor) + 141 .bLength = sizeof(struct usb_bos_platform_descriptor)
|
/Zephyr-Core-3.6.0/subsys/usb/device/class/netusb/ |
D | function_ecm.c | 50 .bLength = sizeof(struct usb_association_descriptor), 62 .bLength = sizeof(struct usb_if_descriptor), 100 .bLength = sizeof(struct usb_ep_descriptor), 113 .bLength = sizeof(struct usb_if_descriptor), 127 .bLength = sizeof(struct usb_if_descriptor), 139 .bLength = sizeof(struct usb_ep_descriptor), 150 .bLength = sizeof(struct usb_ep_descriptor), 392 uint8_t bLength; member 398 .bLength = USB_STRING_DESCRIPTOR_LENGTH(
|
D | function_eem.c | 36 .bLength = sizeof(struct usb_if_descriptor), 49 .bLength = sizeof(struct usb_ep_descriptor), 60 .bLength = sizeof(struct usb_ep_descriptor),
|
/Zephyr-Core-3.6.0/samples/subsys/usb/webusb/src/ |
D | main.c | 99 .bLength = sizeof(struct usb_bos_platform_descriptor) 134 .bLength = sizeof(struct usb_bos_platform_descriptor) 163 .bLength = sizeof(struct usb_bos_capability_lpm), 207 uint8_t bLength; member 212 .bLength = MSOS_STRING_LENGTH,
|
D | webusb.c | 46 .bLength = sizeof(struct usb_if_descriptor), \ 59 .bLength = sizeof(struct usb_ep_descriptor), \
|
/Zephyr-Core-3.6.0/subsys/tracing/ |
D | tracing_backend_usb.c | 41 .bLength = sizeof(struct usb_if_descriptor), 56 .bLength = sizeof(struct usb_ep_descriptor), 68 .bLength = sizeof(struct usb_ep_descriptor),
|
/Zephyr-Core-3.6.0/subsys/usb/device/class/ |
D | loopback.c | 37 .bLength = sizeof(struct usb_if_descriptor), 50 .bLength = sizeof(struct usb_ep_descriptor), 60 .bLength = sizeof(struct usb_ep_descriptor),
|
D | bt_h4.c | 52 .bLength = sizeof(struct usb_if_descriptor), 65 .bLength = sizeof(struct usb_ep_descriptor), 75 .bLength = sizeof(struct usb_ep_descriptor),
|
D | bluetooth.c | 64 .bLength = sizeof(struct usb_if_descriptor), 77 .bLength = sizeof(struct usb_ep_descriptor), 87 .bLength = sizeof(struct usb_ep_descriptor), 97 .bLength = sizeof(struct usb_ep_descriptor),
|
/Zephyr-Core-3.6.0/tests/subsys/usb/desc_sections/src/ |
D | desc_sections.c | 42 .bLength = sizeof(struct usb_if_descriptor), \ 55 .bLength = sizeof(struct usb_ep_descriptor), \ 162 while (head->bLength != 0) { in check_endpoint_allocation() 193 head = (struct usb_desc_header *)((uint8_t *)head + head->bLength); in check_endpoint_allocation()
|
/Zephyr-Core-3.6.0/subsys/usb/device_next/ |
D | usbd_desc.c | 46 int idx_max = USB_BSTRING_UTF16LE_IDX_MAX(desc->bLength); in usbd_ascii7_to_utf16le() 47 int ascii_idx_max = USB_BSTRING_ASCII_IDX_MAX(desc->bLength); in usbd_ascii7_to_utf16le() 96 min_len = MIN(hwid_len, desc->bLength / 2); in usbd_get_sn_from_hwid() 102 LOG_HEXDUMP_DBG(&desc->bString, desc->bLength, "SerialNumber"); in usbd_get_sn_from_hwid()
|
/Zephyr-Core-3.6.0/tests/subsys/usb/os_desc/src/ |
D | usb_osdesc.c | 16 uint8_t bLength; member 22 .bLength = MSOS_STRING_LENGTH,
|
/Zephyr-Core-3.6.0/include/zephyr/usb/class/ |
D | usb_dfu.h | 83 uint8_t bLength; member
|