| /Zephyr-4.3.0/subsys/usb/device_next/class/ |
| D | usbd_uvc.h | 213 uint8_t bDescriptorType; member 219 uint8_t bDescriptorType; member 230 uint8_t bDescriptorType; member 237 uint8_t bDescriptorType; member 248 uint8_t bDescriptorType; member 263 uint8_t bDescriptorType; member 273 uint8_t bDescriptorType; member 286 uint8_t bDescriptorType; member 298 uint8_t bDescriptorType; member 312 uint8_t bDescriptorType; member [all …]
|
| D | usbd_midi2.c | 58 uint8_t bDescriptorType; member 69 uint8_t bDescriptorType; member 78 uint8_t bDescriptorType; member 87 uint8_t bDescriptorType; member 95 uint8_t bDescriptorType; member 561 .bDescriptorType = CS_GR_TRM_BLOCK, \ 582 .bDescriptorType = USB_DESC_INTERFACE_ASSOC, \ 590 .bDescriptorType = USB_DESC_INTERFACE, \ 599 .bDescriptorType = USB_DESC_CS_INTERFACE, \ 608 .bDescriptorType = USB_DESC_INTERFACE, \ [all …]
|
| D | loopback.c | 306 .bDescriptorType = USB_DESC_INTERFACE_ASSOC, \ 318 .bDescriptorType = USB_DESC_INTERFACE, \ 331 .bDescriptorType = USB_DESC_ENDPOINT, \ 341 .bDescriptorType = USB_DESC_ENDPOINT, \ 351 .bDescriptorType = USB_DESC_ENDPOINT, \ 361 .bDescriptorType = USB_DESC_ENDPOINT, \ 371 .bDescriptorType = USB_DESC_INTERFACE, \ 384 .bDescriptorType = USB_DESC_ENDPOINT, \ 394 .bDescriptorType = USB_DESC_ENDPOINT, \ 403 .bDescriptorType = USB_DESC_INTERFACE, \ [all …]
|
| D | usbd_hid_macros.h | 127 .bDescriptorType = USB_DESC_INTERFACE, \ 140 .bDescriptorType = USB_DESC_HID, \ 145 .bDescriptorType = USB_DESC_HID_REPORT, \ 171 .bDescriptorType = USB_DESC_ENDPOINT, \ 181 .bDescriptorType = USB_DESC_ENDPOINT, \
|
| D | bt_hci.c | 492 .bDescriptorType = USB_DESC_INTERFACE_ASSOC, \ 503 .bDescriptorType = USB_DESC_INTERFACE, \ 515 .bDescriptorType = USB_DESC_ENDPOINT, \ 524 .bDescriptorType = USB_DESC_ENDPOINT, \ 533 .bDescriptorType = USB_DESC_ENDPOINT, \ 542 .bDescriptorType = USB_DESC_ENDPOINT, \ 551 .bDescriptorType = USB_DESC_ENDPOINT, \ 559 .bDescriptorType = USB_DESC_INTERFACE, \ 571 .bDescriptorType = USB_DESC_ENDPOINT, \ 580 .bDescriptorType = USB_DESC_ENDPOINT, \ [all …]
|
| D | usbd_cdc_ecm.c | 658 .bDescriptorType = USB_DESC_INTERFACE_ASSOC, \ 669 .bDescriptorType = USB_DESC_INTERFACE, \ 681 .bDescriptorType = USB_DESC_CS_INTERFACE, \ 688 .bDescriptorType = USB_DESC_CS_INTERFACE, \ 696 .bDescriptorType = USB_DESC_CS_INTERFACE, \ 707 .bDescriptorType = USB_DESC_ENDPOINT, \ 716 .bDescriptorType = USB_DESC_ENDPOINT, \ 725 .bDescriptorType = USB_DESC_INTERFACE, \ 737 .bDescriptorType = USB_DESC_INTERFACE, \ 749 .bDescriptorType = USB_DESC_ENDPOINT, \ [all …]
|
| /Zephyr-4.3.0/include/zephyr/usb/ |
| D | bos.h | 33 uint8_t bDescriptorType; member 62 uint8_t bDescriptorType; member 82 uint8_t bDescriptorType; member
|
| D | usb_ch9.h | 153 uint8_t bDescriptorType; member 159 uint8_t bDescriptorType; member 177 uint8_t bDescriptorType; member 190 uint8_t bDescriptorType; member 202 uint8_t bDescriptorType; member 229 uint8_t bDescriptorType; member 242 uint8_t bDescriptorType; member 249 uint8_t bDescriptorType; member
|
| D | usbd.h | 169 uint8_t bDescriptorType; member 478 .bDescriptorType = USB_DESC_DEVICE, \ 496 .bDescriptorType = USB_DESC_DEVICE, \ 541 .bDescriptorType = USB_DESC_CONFIGURATION, \ 577 .bDescriptorType = USB_DESC_STRING, \ 600 .bDescriptorType = USB_DESC_STRING, \ 652 .bDescriptorType = USB_DESC_STRING, \ 688 .bDescriptorType = USB_DESC_BOS, \ 740 .bDescriptorType = USB_DESC_BOS, \
|
| /Zephyr-4.3.0/include/zephyr/usb/class/ |
| D | usb_cdc.h | 171 uint8_t bDescriptorType; member 179 uint8_t bDescriptorType; member 188 uint8_t bDescriptorType; member 197 uint8_t bDescriptorType; member 223 uint8_t bDescriptorType; member 235 uint8_t bDescriptorType; member
|
| /Zephyr-4.3.0/subsys/usb/device/class/netusb/ |
| D | function_ecm.c | 51 .bDescriptorType = USB_DESC_INTERFACE_ASSOC, 63 .bDescriptorType = USB_DESC_INTERFACE, 75 .bDescriptorType = USB_DESC_CS_INTERFACE, 82 .bDescriptorType = USB_DESC_CS_INTERFACE, 90 .bDescriptorType = USB_DESC_CS_INTERFACE, 101 .bDescriptorType = USB_DESC_ENDPOINT, 114 .bDescriptorType = USB_DESC_INTERFACE, 128 .bDescriptorType = USB_DESC_INTERFACE, 140 .bDescriptorType = USB_DESC_ENDPOINT, 151 .bDescriptorType = USB_DESC_ENDPOINT, [all …]
|
| /Zephyr-4.3.0/subsys/usb/device_next/ |
| D | usbd_desc.c | 22 return a->bDescriptorType == b->bDescriptorType; in desc_type_equal() 89 if (desc_nd->bDescriptorType == type) { in usbd_get_descriptor() 90 if (desc_nd->bDescriptorType == USB_DESC_STRING) { in usbd_get_descriptor() 97 desc_nd->bDescriptorType == USB_DESC_BOS) { in usbd_get_descriptor() 152 desc_nd->bDescriptorType == USB_DESC_BOS) { in usbd_add_descriptor() 164 if (desc_nd->bDescriptorType == USB_DESC_STRING) { in usbd_add_descriptor() 219 if (desc_nd->bDescriptorType == USB_DESC_STRING) { in usbd_remove_descriptor()
|
| /Zephyr-4.3.0/tests/subsys/usb/uac2/src/ |
| D | uac2_desc.c | 303 zassert_equal(iad->bDescriptorType, USB_DESC_INTERFACE_ASSOC); in test_uac2_descriptors() 316 zassert_equal(iface->bDescriptorType, USB_DESC_INTERFACE); in test_uac2_descriptors() 356 zassert_equal(iface->bDescriptorType, USB_DESC_INTERFACE); in test_uac2_descriptors() 370 zassert_equal(iface->bDescriptorType, USB_DESC_INTERFACE); in test_uac2_descriptors() 392 zassert_equal(ep->bDescriptorType, USB_DESC_ENDPOINT); in test_uac2_descriptors() 417 zassert_equal(iface->bDescriptorType, USB_DESC_INTERFACE); in test_uac2_descriptors() 431 zassert_equal(iface->bDescriptorType, USB_DESC_INTERFACE); in test_uac2_descriptors() 453 zassert_equal(ep->bDescriptorType, USB_DESC_ENDPOINT); in test_uac2_descriptors() 497 zassert_equal(fs->bDescriptorType, hs->bDescriptorType); in ZTEST() 504 if (fs->bDescriptorType == USB_DESC_INTERFACE_ASSOC) { in ZTEST() [all …]
|
| /Zephyr-4.3.0/subsys/usb/device/ |
| D | usb_descriptor.c | 61 .bDescriptorType = USB_DESC_DEVICE, 88 .bDescriptorType = USB_DESC_CONFIGURATION, 111 uint8_t bDescriptorType; member 118 uint8_t bDescriptorType; member 124 uint8_t bDescriptorType; member 131 uint8_t bDescriptorType; member 145 .bDescriptorType = USB_DESC_STRING, 152 .bDescriptorType = USB_DESC_STRING, 159 .bDescriptorType = USB_DESC_STRING, 165 .bDescriptorType = USB_DESC_STRING, [all …]
|
| /Zephyr-4.3.0/subsys/usb/device/class/audio/ |
| D | usb_audio_internal.h | 226 uint8_t bDescriptorType; member 236 uint8_t bDescriptorType; member 253 uint8_t bDescriptorType; member 263 uint8_t bDescriptorType; member 274 uint8_t bDescriptorType; member 283 uint8_t bDescriptorType; member 295 uint8_t bDescriptorType; member 306 uint8_t bDescriptorType; member 316 uint8_t bDescriptorType; \ 327 uint8_t bDescriptorType; \ [all …]
|
| /Zephyr-4.3.0/tests/subsys/usb/bos/src/ |
| D | test_bos.c | 33 .bDescriptorType = USB_DESC_BOS, 43 .bDescriptorType = USB_DESC_DEVICE_CAPABILITY, 72 .bDescriptorType = USB_DESC_DEVICE_CAPABILITY, 113 .bDescriptorType = USB_DESC_DEVICE_CAPABILITY, 141 .bDescriptorType = USB_DESC_DEVICE_CAPABILITY,
|
| /Zephyr-4.3.0/subsys/usb/device/class/dfu/ |
| D | usb_dfu.c | 115 .bDescriptorType = USB_DESC_INTERFACE, 126 .bDescriptorType = DFU_FUNC_DESC, 157 .bDescriptorType = USB_DESC_DEVICE, 175 .bDescriptorType = USB_DESC_CONFIGURATION, 191 .bDescriptorType = USB_DESC_INTERFACE, 203 .bDescriptorType = USB_DESC_INTERFACE, 215 .bDescriptorType = DFU_FUNC_DESC, 231 uint8_t bDescriptorType; member 238 uint8_t bDescriptorType; member 244 uint8_t bDescriptorType; member [all …]
|
| /Zephyr-4.3.0/samples/subsys/usb/legacy/webusb/src/ |
| D | main.c | 101 .bDescriptorType = USB_DESC_DEVICE_CAPABILITY, 136 .bDescriptorType = USB_DESC_DEVICE_CAPABILITY, 164 .bDescriptorType = USB_DESC_DEVICE_CAPABILITY, 211 uint8_t bDescriptorType; member 216 .bDescriptorType = USB_DESC_STRING,
|
| /Zephyr-4.3.0/samples/subsys/usb/webusb/src/ |
| D | sfunc.c | 191 .bDescriptorType = USB_DESC_INTERFACE, \ 204 .bDescriptorType = USB_DESC_ENDPOINT, \ 214 .bDescriptorType = USB_DESC_ENDPOINT, \ 224 .bDescriptorType = USB_DESC_ENDPOINT, \ 234 .bDescriptorType = USB_DESC_ENDPOINT, \ 244 .bDescriptorType = 0, \
|
| /Zephyr-4.3.0/subsys/dap/ |
| D | dap_backend_usb.c | 218 .bDescriptorType = USB_DESC_INTERFACE, \ 231 .bDescriptorType = USB_DESC_ENDPOINT, \ 241 .bDescriptorType = USB_DESC_ENDPOINT, \ 251 .bDescriptorType = USB_DESC_ENDPOINT, \ 261 .bDescriptorType = USB_DESC_ENDPOINT, \ 271 .bDescriptorType = 0, \
|
| /Zephyr-4.3.0/subsys/tracing/ |
| D | tracing_backend_usb.c | 172 .bDescriptorType = USB_DESC_INTERFACE, 184 .bDescriptorType = USB_DESC_ENDPOINT, 193 .bDescriptorType = USB_DESC_ENDPOINT, 203 .bDescriptorType = USB_DESC_ENDPOINT, 213 .bDescriptorType = USB_DESC_ENDPOINT,
|
| /Zephyr-4.3.0/tests/subsys/usb/desc_sections/src/ |
| D | desc_sections.c | 47 .bDescriptorType = USB_DESC_INTERFACE, \ 60 .bDescriptorType = USB_DESC_ENDPOINT, \ 167 if (head->bDescriptorType == USB_DESC_INTERFACE) { in check_endpoint_allocation() 184 if (head->bDescriptorType == USB_DESC_ENDPOINT) { in check_endpoint_allocation()
|
| /Zephyr-4.3.0/subsys/usb/host/ |
| D | usbh_device.c | 177 if (dhp->bDescriptorType == USB_DESC_INTERFACE) { in device_interface_modify() 195 if (dhp->bDescriptorType == USB_DESC_ENDPOINT && found_iface) { in device_interface_modify() 288 while ((void *)dhp < desc_end && (dhp->bDescriptorType != 0 || dhp->bLength != 0)) { in parse_configuration_descriptor() 289 if (dhp->bDescriptorType == USB_DESC_INTERFACE_ASSOC) { in parse_configuration_descriptor() 294 if (dhp->bDescriptorType == USB_DESC_INTERFACE) { in parse_configuration_descriptor() 310 if (dhp->bDescriptorType == USB_DESC_ENDPOINT) { in parse_configuration_descriptor() 381 if (cfg_desc.bDescriptorType != USB_DESC_CONFIGURATION) { in usbh_device_set_configuration()
|
| /Zephyr-4.3.0/tests/subsys/usb/os_desc/src/ |
| D | usb_osdesc.c | 17 uint8_t bDescriptorType; member 23 .bDescriptorType = USB_DESC_STRING,
|
| /Zephyr-4.3.0/subsys/usb/device/class/ |
| D | bluetooth.c | 66 .bDescriptorType = USB_DESC_INTERFACE, 79 .bDescriptorType = USB_DESC_ENDPOINT, 89 .bDescriptorType = USB_DESC_ENDPOINT, 99 .bDescriptorType = USB_DESC_ENDPOINT,
|