/Zephyr-Core-2.7.6/subsys/usb/ |
D | usb_descriptor.c | 59 .bLength = sizeof(struct usb_device_descriptor), 86 .bLength = sizeof(struct usb_cfg_descriptor), 101 uint8_t bLength; member 108 uint8_t bLength; member 114 uint8_t bLength; member 127 .bLength = sizeof(struct usb_string_descriptor), 133 .bLength = USB_STRING_DESCRIPTOR_LENGTH( 140 .bLength = USB_STRING_DESCRIPTOR_LENGTH( 147 .bLength = USB_STRING_DESCRIPTOR_LENGTH(CONFIG_USB_DEVICE_SN), 155 .bLength = 0, [all …]
|
D | bos.c | 21 .bLength = sizeof(struct usb_bos_descriptor),
|
/Zephyr-Core-2.7.6/subsys/usb/class/audio/ |
D | usb_audio_internal.h | 208 uint8_t bLength; member 218 uint8_t bLength; member 235 uint8_t bLength; member 245 uint8_t bLength; member 256 uint8_t bLength; member 265 uint8_t bLength; member 277 uint8_t bLength; member 288 uint8_t bLength; member 298 uint8_t bLength; \ 309 uint8_t bLength; \ [all …]
|
D | audio.c | 173 return (fu->bLength - FU_FIXED_ELEMS_SIZE)/sizeof(uint16_t); in get_num_of_channels() 193 ((uint8_t *)fu + fu->bLength); in get_fu_dir() 217 header->bLength + in fix_fu_descriptors() 229 fu->bLength + in fix_fu_descriptors() 253 audio_dev_data->desc_hdr->bLength + in get_feature_unit() 262 ((uint8_t *)fu + fu->bLength + in get_feature_unit() 306 ((uint8_t *)iface + iface->bLength); in audio_interface_config() 316 ((uint8_t *)iface + iface->bLength); in audio_interface_config() 387 header->bLength + in is_entity_valid() 396 fu->bLength + in is_entity_valid()
|
/Zephyr-Core-2.7.6/include/usb/ |
D | usb_ch9.h | 143 uint8_t bLength; member 149 uint8_t bLength; member 167 uint8_t bLength; member 179 uint8_t bLength; member 192 uint8_t bLength; member 202 uint8_t bLength; member 209 uint8_t bLength; member
|
D | bos.h | 27 uint8_t bLength; member 36 uint8_t bLength; member 58 uint8_t bLength; member
|
/Zephyr-Core-2.7.6/subsys/usb/class/dfu/ |
D | usb_dfu.c | 90 .bLength = sizeof(struct usb_if_descriptor), 101 .bLength = sizeof(struct dfu_runtime_descriptor), 134 .bLength = sizeof(struct usb_device_descriptor), 152 .bLength = sizeof(struct usb_cfg_descriptor), 164 .bLength = sizeof(struct usb_if_descriptor), 176 .bLength = sizeof(struct usb_if_descriptor), 188 .bLength = sizeof(struct dfu_runtime_descriptor), 206 uint8_t bLength; member 213 uint8_t bLength; member 219 uint8_t bLength; member [all …]
|
/Zephyr-Core-2.7.6/samples/subsys/usb/webusb/src/ |
D | main.c | 60 .bLength = sizeof(struct usb_bos_platform_descriptor) 95 .bLength = sizeof(struct usb_bos_platform_descriptor) 123 .bLength = sizeof(struct usb_bos_capability_lpm), 167 uint8_t bLength; member 172 .bLength = MSOS_STRING_LENGTH,
|
D | webusb.c | 41 .bLength = sizeof(struct usb_if_descriptor), \ 54 .bLength = sizeof(struct usb_ep_descriptor), \
|
/Zephyr-Core-2.7.6/subsys/usb/class/netusb/ |
D | function_ecm.c | 54 .bLength = sizeof(struct usb_association_descriptor), 67 .bLength = sizeof(struct usb_if_descriptor), 105 .bLength = sizeof(struct usb_ep_descriptor), 118 .bLength = sizeof(struct usb_if_descriptor), 132 .bLength = sizeof(struct usb_if_descriptor), 144 .bLength = sizeof(struct usb_ep_descriptor), 155 .bLength = sizeof(struct usb_ep_descriptor), 397 uint8_t bLength; member 403 .bLength = USB_STRING_DESCRIPTOR_LENGTH(
|
D | function_eem.c | 37 .bLength = sizeof(struct usb_if_descriptor), 50 .bLength = sizeof(struct usb_ep_descriptor), 61 .bLength = sizeof(struct usb_ep_descriptor),
|
D | function_rndis.c | 62 .bLength = sizeof(struct usb_association_descriptor), 74 .bLength = sizeof(struct usb_if_descriptor), 122 .bLength = sizeof(struct usb_ep_descriptor), 134 .bLength = sizeof(struct usb_if_descriptor), 146 .bLength = sizeof(struct usb_ep_descriptor), 156 .bLength = sizeof(struct usb_ep_descriptor), 1005 uint8_t bLength; member 1011 .bLength = MSOS_STRING_LENGTH,
|
/Zephyr-Core-2.7.6/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-2.7.6/subsys/tracing/ |
D | tracing_backend_usb.c | 36 .bLength = sizeof(struct usb_if_descriptor), 51 .bLength = sizeof(struct usb_ep_descriptor), 63 .bLength = sizeof(struct usb_ep_descriptor),
|
/Zephyr-Core-2.7.6/subsys/usb/class/ |
D | loopback.c | 38 .bLength = sizeof(struct usb_if_descriptor), 51 .bLength = sizeof(struct usb_ep_descriptor), 61 .bLength = sizeof(struct usb_ep_descriptor),
|
D | bt_h4.c | 53 .bLength = sizeof(struct usb_if_descriptor), 66 .bLength = sizeof(struct usb_ep_descriptor), 76 .bLength = sizeof(struct usb_ep_descriptor),
|
D | bluetooth.c | 60 .bLength = sizeof(struct usb_if_descriptor), 73 .bLength = sizeof(struct usb_ep_descriptor), 83 .bLength = sizeof(struct usb_ep_descriptor), 93 .bLength = sizeof(struct usb_ep_descriptor),
|
D | msc.c | 72 .bLength = sizeof(struct usb_if_descriptor), 84 .bLength = sizeof(struct usb_ep_descriptor), 94 .bLength = sizeof(struct usb_ep_descriptor),
|
D | cdc_acm.c | 960 .bLength = sizeof(struct usb_association_descriptor), \ 975 .bLength = sizeof(struct usb_if_descriptor), \ 1022 .bLength = sizeof(struct usb_ep_descriptor), \
|
/Zephyr-Core-2.7.6/tests/subsys/usb/desc_sections/src/ |
D | desc_sections.c | 41 .bLength = sizeof(struct usb_if_descriptor), \ 54 .bLength = sizeof(struct usb_ep_descriptor), \ 164 while (head->bLength != 0) { in check_endpoint_allocation() 195 head = (struct usb_desc_header *)((uint8_t *)head + head->bLength); in check_endpoint_allocation()
|
/Zephyr-Core-2.7.6/tests/subsys/usb/os_desc/src/ |
D | usb_osdesc.c | 16 uint8_t bLength; member 22 .bLength = MSOS_STRING_LENGTH,
|
/Zephyr-Core-2.7.6/tests/subsys/usb/device/src/ |
D | main.c | 28 .bLength = sizeof(struct usb_if_descriptor), \ 41 .bLength = sizeof(struct usb_ep_descriptor), \
|
/Zephyr-Core-2.7.6/include/usb/class/ |
D | usb_dfu.h | 83 uint8_t bLength; member
|
/Zephyr-Core-2.7.6/subsys/usb/class/hid/ |
D | core.c | 31 uint8_t bLength; member 56 .bLength = sizeof(struct usb_if_descriptor), \ 69 .bLength = sizeof(struct usb_if_descriptor), \ 84 .bLength = sizeof(struct usb_hid_descriptor), \ 97 .bLength = sizeof(struct usb_ep_descriptor), \ 527 *len = MIN(setup->wLength, hid_desc->if0_hid.bLength); in hid_custom_handle_req()
|
/Zephyr-Core-2.7.6/samples/net/wpanusb/src/ |
D | wpanusb.c | 51 .bLength = sizeof(struct usb_if_descriptor), \ 64 .bLength = sizeof(struct usb_ep_descriptor), \
|