/Zephyr-latest/subsys/usb/device_next/class/ |
D | loopback.c | 156 .bDescriptorType = USB_DESC_INTERFACE_ASSOC, \ 168 .bDescriptorType = USB_DESC_INTERFACE, \ 181 .bDescriptorType = USB_DESC_ENDPOINT, \ 191 .bDescriptorType = USB_DESC_ENDPOINT, \ 201 .bDescriptorType = USB_DESC_ENDPOINT, \ 211 .bDescriptorType = USB_DESC_ENDPOINT, \ 221 .bDescriptorType = USB_DESC_INTERFACE, \ 234 .bDescriptorType = USB_DESC_ENDPOINT, \ 244 .bDescriptorType = USB_DESC_ENDPOINT, \ 253 .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 | 480 .bDescriptorType = USB_DESC_INTERFACE_ASSOC, \ 491 .bDescriptorType = USB_DESC_INTERFACE, \ 503 .bDescriptorType = USB_DESC_ENDPOINT, \ 512 .bDescriptorType = USB_DESC_ENDPOINT, \ 521 .bDescriptorType = USB_DESC_ENDPOINT, \ 530 .bDescriptorType = USB_DESC_ENDPOINT, \ 539 .bDescriptorType = USB_DESC_ENDPOINT, \ 547 .bDescriptorType = USB_DESC_INTERFACE, \ 559 .bDescriptorType = USB_DESC_ENDPOINT, \ 568 .bDescriptorType = USB_DESC_ENDPOINT, \ [all …]
|
D | usbd_cdc_ecm.c | 650 .bDescriptorType = USB_DESC_INTERFACE_ASSOC, \ 661 .bDescriptorType = USB_DESC_INTERFACE, \ 673 .bDescriptorType = USB_DESC_CS_INTERFACE, \ 680 .bDescriptorType = USB_DESC_CS_INTERFACE, \ 688 .bDescriptorType = USB_DESC_CS_INTERFACE, \ 699 .bDescriptorType = USB_DESC_ENDPOINT, \ 708 .bDescriptorType = USB_DESC_ENDPOINT, \ 717 .bDescriptorType = USB_DESC_INTERFACE, \ 729 .bDescriptorType = USB_DESC_INTERFACE, \ 741 .bDescriptorType = USB_DESC_ENDPOINT, \ [all …]
|
D | usbd_cdc_acm.c | 1089 .bDescriptorType = USB_DESC_INTERFACE_ASSOC, \ 1100 .bDescriptorType = USB_DESC_INTERFACE, \ 1112 .bDescriptorType = USB_DESC_CS_INTERFACE, \ 1119 .bDescriptorType = USB_DESC_CS_INTERFACE, \ 1127 .bDescriptorType = USB_DESC_CS_INTERFACE, \ 1135 .bDescriptorType = USB_DESC_CS_INTERFACE, \ 1143 .bDescriptorType = USB_DESC_ENDPOINT, \ 1152 .bDescriptorType = USB_DESC_ENDPOINT, \ 1161 .bDescriptorType = USB_DESC_INTERFACE, \ 1173 .bDescriptorType = USB_DESC_ENDPOINT, \ [all …]
|
/Zephyr-latest/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() 96 if (desc_nd->bDescriptorType == USB_DESC_BOS) { in usbd_get_descriptor() 145 if (desc_nd->bDescriptorType == USB_DESC_BOS) { in usbd_add_descriptor() 156 if (desc_nd->bDescriptorType == USB_DESC_STRING) { in usbd_add_descriptor() 202 if (desc_nd->bDescriptorType == USB_DESC_STRING) { in usbd_remove_descriptor()
|
/Zephyr-latest/include/zephyr/usb/ |
D | bos.h | 25 uint8_t bDescriptorType; member 39 uint8_t bDescriptorType; member 47 uint8_t bDescriptorType; member
|
D | usb_ch9.h | 146 uint8_t bDescriptorType; member 152 uint8_t bDescriptorType; member 170 uint8_t bDescriptorType; member 183 uint8_t bDescriptorType; member 195 uint8_t bDescriptorType; member 222 uint8_t bDescriptorType; member 235 uint8_t bDescriptorType; member 242 uint8_t bDescriptorType; member
|
D | usbd.h | 175 uint8_t bDescriptorType; member 474 .bDescriptorType = USB_DESC_DEVICE, \ 491 .bDescriptorType = USB_DESC_DEVICE, \ 533 .bDescriptorType = USB_DESC_CONFIGURATION, \ 569 .bDescriptorType = USB_DESC_STRING, \ 592 .bDescriptorType = USB_DESC_STRING, \ 640 .bDescriptorType = USB_DESC_STRING, \ 672 .bDescriptorType = USB_DESC_BOS, \ 715 .bDescriptorType = USB_DESC_BOS, \
|
/Zephyr-latest/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-latest/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 …]
|
D | function_eem.c | 37 .bDescriptorType = USB_DESC_INTERFACE, 50 .bDescriptorType = USB_DESC_ENDPOINT, 61 .bDescriptorType = USB_DESC_ENDPOINT,
|
/Zephyr-latest/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-latest/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 …]
|
D | bos.c | 24 .bDescriptorType = USB_DESC_BOS,
|
/Zephyr-latest/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-latest/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-latest/samples/subsys/usb/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-latest/tests/subsys/usb/bos/src/ |
D | test_bos.c | 37 .bDescriptorType = USB_DESC_BOS, 47 .bDescriptorType = USB_DESC_DEVICE_CAPABILITY, 76 .bDescriptorType = USB_DESC_DEVICE_CAPABILITY, 117 .bDescriptorType = USB_DESC_DEVICE_CAPABILITY, 145 .bDescriptorType = USB_DESC_DEVICE_CAPABILITY,
|
/Zephyr-latest/samples/subsys/dap/src/ |
D | main.c | 33 uint8_t bDescriptorType; member 39 .bDescriptorType = USB_DESC_STRING, 115 .bDescriptorType = USB_DESC_DEVICE_CAPABILITY, 150 .bDescriptorType = USB_DESC_DEVICE_CAPABILITY, 216 .bDescriptorType = USB_DESC_INTERFACE, 227 .bDescriptorType = USB_DESC_ENDPOINT, 235 .bDescriptorType = USB_DESC_ENDPOINT,
|
/Zephyr-latest/samples/subsys/usb/webusb-next/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-latest/subsys/tracing/ |
D | tracing_backend_usb.c | 42 .bDescriptorType = USB_DESC_INTERFACE, 57 .bDescriptorType = USB_DESC_ENDPOINT, 69 .bDescriptorType = USB_DESC_ENDPOINT,
|
/Zephyr-latest/subsys/usb/device/class/ |
D | loopback.c | 38 .bDescriptorType = USB_DESC_INTERFACE, 51 .bDescriptorType = USB_DESC_ENDPOINT, 61 .bDescriptorType = USB_DESC_ENDPOINT,
|
/Zephyr-latest/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-latest/tests/subsys/usb/os_desc/src/ |
D | usb_osdesc.c | 17 uint8_t bDescriptorType; member 23 .bDescriptorType = USB_DESC_STRING,
|