| /Zephyr-latest/subsys/usb/device_next/class/ |
| D | loopback.c | 338 .bDescriptorType = USB_DESC_ENDPOINT, \ 348 .bDescriptorType = USB_DESC_ENDPOINT, \ 358 .bDescriptorType = USB_DESC_ENDPOINT, \ 368 .bDescriptorType = USB_DESC_ENDPOINT, \ 391 .bDescriptorType = USB_DESC_ENDPOINT, \ 401 .bDescriptorType = USB_DESC_ENDPOINT, \ 422 .bDescriptorType = USB_DESC_ENDPOINT, \ 431 .bDescriptorType = USB_DESC_ENDPOINT, \ 452 .bDescriptorType = USB_DESC_ENDPOINT, \ 461 .bDescriptorType = USB_DESC_ENDPOINT, \
|
| D | bt_hci.c | 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, \ 559 .bDescriptorType = USB_DESC_ENDPOINT, \ 568 .bDescriptorType = USB_DESC_ENDPOINT, \ 589 .bDescriptorType = USB_DESC_ENDPOINT, \ 598 .bDescriptorType = USB_DESC_ENDPOINT, \
|
| D | usbd_midi2.c | 621 .bDescriptorType = USB_DESC_ENDPOINT, \ 628 .bDescriptorType = USB_DESC_ENDPOINT, \ 641 .bDescriptorType = USB_DESC_ENDPOINT, \ 648 .bDescriptorType = USB_DESC_ENDPOINT, \ 678 .bDescriptorType = USB_DESC_ENDPOINT, \ 685 .bDescriptorType = USB_DESC_ENDPOINT, \ 699 .bDescriptorType = USB_DESC_ENDPOINT, \ 706 .bDescriptorType = USB_DESC_ENDPOINT, \
|
| D | usbd_hid_macros.h | 171 .bDescriptorType = USB_DESC_ENDPOINT, \ 181 .bDescriptorType = USB_DESC_ENDPOINT, \
|
| D | usbd_cdc_ecm.c | 699 .bDescriptorType = USB_DESC_ENDPOINT, \ 708 .bDescriptorType = USB_DESC_ENDPOINT, \ 741 .bDescriptorType = USB_DESC_ENDPOINT, \ 750 .bDescriptorType = USB_DESC_ENDPOINT, \ 759 .bDescriptorType = USB_DESC_ENDPOINT, \ 768 .bDescriptorType = USB_DESC_ENDPOINT, \
|
| D | usbd_cdc_acm.c | 1185 .bDescriptorType = USB_DESC_ENDPOINT, \ 1194 .bDescriptorType = USB_DESC_ENDPOINT, \ 1215 .bDescriptorType = USB_DESC_ENDPOINT, \ 1224 .bDescriptorType = USB_DESC_ENDPOINT, \ 1233 .bDescriptorType = USB_DESC_ENDPOINT, \ 1242 .bDescriptorType = USB_DESC_ENDPOINT, \
|
| D | usbd_msc.c | 802 .bDescriptorType = USB_DESC_ENDPOINT, \ 810 .bDescriptorType = USB_DESC_ENDPOINT, \ 818 .bDescriptorType = USB_DESC_ENDPOINT, \ 826 .bDescriptorType = USB_DESC_ENDPOINT, \
|
| D | usbd_cdc_ncm.c | 1258 .bDescriptorType = USB_DESC_ENDPOINT, \ 1267 .bDescriptorType = USB_DESC_ENDPOINT, \ 1300 .bDescriptorType = USB_DESC_ENDPOINT, \ 1309 .bDescriptorType = USB_DESC_ENDPOINT, \ 1318 .bDescriptorType = USB_DESC_ENDPOINT, \ 1327 .bDescriptorType = USB_DESC_ENDPOINT, \
|
| D | usbd_uac2_macros.h | 565 USB_DESC_ENDPOINT, /* bDescriptorType */ \ 744 USB_DESC_ENDPOINT, /* bDescriptorType */ \ 757 USB_DESC_ENDPOINT, /* bDescriptorType */ \ 799 USB_DESC_ENDPOINT, /* bDescriptorType */ \ 815 USB_DESC_ENDPOINT, /* bDescriptorType */ \
|
| /Zephyr-latest/samples/subsys/usb/webusb-next/src/ |
| D | sfunc.c | 204 .bDescriptorType = USB_DESC_ENDPOINT, \ 214 .bDescriptorType = USB_DESC_ENDPOINT, \ 224 .bDescriptorType = USB_DESC_ENDPOINT, \ 234 .bDescriptorType = USB_DESC_ENDPOINT, \
|
| /Zephyr-latest/subsys/dap/ |
| D | dap_backend_usb.c | 231 .bDescriptorType = USB_DESC_ENDPOINT, \ 241 .bDescriptorType = USB_DESC_ENDPOINT, \ 251 .bDescriptorType = USB_DESC_ENDPOINT, \ 261 .bDescriptorType = USB_DESC_ENDPOINT, \
|
| /Zephyr-latest/subsys/tracing/ |
| D | tracing_backend_usb.c | 57 .bDescriptorType = USB_DESC_ENDPOINT, 69 .bDescriptorType = USB_DESC_ENDPOINT,
|
| /Zephyr-latest/subsys/usb/device/class/ |
| D | loopback.c | 51 .bDescriptorType = USB_DESC_ENDPOINT, 61 .bDescriptorType = USB_DESC_ENDPOINT,
|
| D | bluetooth.c | 78 .bDescriptorType = USB_DESC_ENDPOINT, 88 .bDescriptorType = USB_DESC_ENDPOINT, 98 .bDescriptorType = USB_DESC_ENDPOINT,
|
| /Zephyr-latest/tests/subsys/usb/uac2/src/ |
| D | uac2_desc.c | 392 zassert_equal(ep->bDescriptorType, USB_DESC_ENDPOINT); in test_uac2_descriptors() 453 zassert_equal(ep->bDescriptorType, USB_DESC_ENDPOINT); in test_uac2_descriptors() 508 } else if (fs->bDescriptorType == USB_DESC_ENDPOINT) { in ZTEST() 611 zassert_equal(ep->bDescriptorType, USB_DESC_ENDPOINT); in ZTEST() 631 zassert_equal(ep->bDescriptorType, USB_DESC_ENDPOINT); in ZTEST()
|
| /Zephyr-latest/subsys/usb/device/class/netusb/ |
| D | function_ecm.c | 101 .bDescriptorType = USB_DESC_ENDPOINT, 140 .bDescriptorType = USB_DESC_ENDPOINT, 151 .bDescriptorType = USB_DESC_ENDPOINT,
|
| D | function_eem.c | 50 .bDescriptorType = USB_DESC_ENDPOINT, 61 .bDescriptorType = USB_DESC_ENDPOINT,
|
| /Zephyr-latest/tests/subsys/usb/desc_sections/src/ |
| D | desc_sections.c | 60 .bDescriptorType = USB_DESC_ENDPOINT, \ 184 if (head->bDescriptorType == USB_DESC_ENDPOINT) { in check_endpoint_allocation()
|
| /Zephyr-latest/tests/drivers/udc/src/ |
| D | main.c | 357 .bDescriptorType = USB_DESC_ENDPOINT, in test_udc_ep_mps() 435 .bDescriptorType = USB_DESC_ENDPOINT, 444 .bDescriptorType = USB_DESC_ENDPOINT, 453 .bDescriptorType = USB_DESC_ENDPOINT, 462 .bDescriptorType = USB_DESC_ENDPOINT,
|
| /Zephyr-latest/samples/subsys/usb/webusb/src/ |
| D | webusb.c | 60 .bDescriptorType = USB_DESC_ENDPOINT, \
|
| /Zephyr-latest/tests/subsys/usb/device/src/ |
| D | main.c | 46 .bDescriptorType = USB_DESC_ENDPOINT, \
|
| /Zephyr-latest/subsys/usb/device_next/ |
| D | usbd_interface.c | 90 if ((*dhp)->bDescriptorType == USB_DESC_ENDPOINT && found_iface) { in usbd_interface_modify()
|
| D | usbd_init.c | 170 if ((*dhp)->bDescriptorType == USB_DESC_ENDPOINT) { in init_configuration_inst()
|
| /Zephyr-latest/subsys/usb/host/ |
| D | usbh_device.c | 182 if (dhp->bDescriptorType == USB_DESC_ENDPOINT && found_iface) { in device_interface_modify() 297 if (dhp->bDescriptorType == USB_DESC_ENDPOINT) { in parse_configuration_descriptor()
|
| /Zephyr-latest/include/zephyr/usb/ |
| D | usb_ch9.h | 114 #define USB_DESC_ENDPOINT 5 macro
|