/Zephyr-latest/subsys/usb/device_next/class/ |
D | loopback.c | 185 .bInterval = 0x00, \ 195 .bInterval = 0x00, \ 205 .bInterval = 0x00, \ 215 .bInterval = 0x00, \ 238 .bInterval = 0x01, \ 248 .bInterval = 0x01, \ 269 .bInterval = LB_ISO_EP_INTERVAL, \ 278 .bInterval = LB_ISO_EP_INTERVAL, \ 299 .bInterval = LB_ISO_EP_INTERVAL, \ 308 .bInterval = LB_ISO_EP_INTERVAL, \
|
D | bt_hci.c | 507 .bInterval = BT_HCI_EP_INTERVAL_EVENTS, \ 516 .bInterval = 0, \ 525 .bInterval = 0, \ 534 .bInterval = 0, \ 543 .bInterval = 0, \ 563 .bInterval = BT_HCI_EP_INTERVAL_VOICE, \ 572 .bInterval = BT_HCI_EP_INTERVAL_VOICE, \ 593 .bInterval = BT_HCI_EP_INTERVAL_VOICE, \ 602 .bInterval = BT_HCI_EP_INTERVAL_VOICE, \
|
D | usbd_hid_macros.h | 175 .bInterval = HID_OUT_EP_INTERVAL(n, hs), \ 185 .bInterval = HID_IN_EP_INTERVAL(n, hs), \
|
D | usbd_cdc_ecm.c | 703 .bInterval = CDC_ECM_FS_INT_EP_INTERVAL, \ 712 .bInterval = CDC_ECM_HS_INT_EP_INTERVAL, \ 745 .bInterval = 0, \ 754 .bInterval = 0, \ 763 .bInterval = 0, \ 772 .bInterval = 0, \
|
D | usbd_cdc_acm.c | 1147 .bInterval = CDC_ACM_FS_INT_EP_INTERVAL, \ 1156 .bInterval = CDC_ACM_HS_INT_EP_INTERVAL, \ 1177 .bInterval = 0, \ 1186 .bInterval = 0, \ 1195 .bInterval = 0, \ 1204 .bInterval = 0, \
|
D | usbd_msc.c | 806 .bInterval = 0, \ 814 .bInterval = 0, \ 822 .bInterval = 0, \ 830 .bInterval = 0, \
|
D | usbd_cdc_ncm.c | 1262 .bInterval = CDC_NCM_FS_INT_EP_INTERVAL, \ 1271 .bInterval = CDC_NCM_HS_INT_EP_INTERVAL, \ 1304 .bInterval = 0, \ 1313 .bInterval = 0, \ 1322 .bInterval = 0, \ 1331 .bInterval = 0, \
|
/Zephyr-latest/tests/drivers/udc/src/ |
D | main.c | 104 ed->bInterval); in test_udc_ep_try_config() 119 ed->bInterval); in test_udc_ep_try_config() 134 ed->bInterval); in test_udc_ep_enable() 137 ed->bInterval); in test_udc_ep_enable() 140 ed->bInterval); in test_udc_ep_enable() 143 ed->bInterval); in test_udc_ep_enable() 335 ed->bInterval); in test_udc_ep_api() 372 .bInterval = 0, in test_udc_ep_mps() 388 ed.bInterval = 1; in test_udc_ep_mps() 394 ed.bInterval); in test_udc_ep_mps() [all …]
|
/Zephyr-latest/samples/subsys/usb/webusb-next/src/ |
D | sfunc.c | 208 .bInterval = 0x00, \ 218 .bInterval = 0x00, \ 228 .bInterval = 0x00, \ 238 .bInterval = 0x00, \
|
/Zephyr-latest/subsys/tracing/ |
D | tracing_backend_usb.c | 61 .bInterval = 0x00, 73 .bInterval = 0x00,
|
/Zephyr-latest/subsys/usb/device/class/ |
D | loopback.c | 55 .bInterval = 0x00, 65 .bInterval = 0x00,
|
D | bluetooth.c | 82 .bInterval = 0x01, 92 .bInterval = 0x01, 102 .bInterval = 0x01,
|
D | msc.c | 150 .bInterval = 0x00, 160 .bInterval = 0x00,
|
/Zephyr-latest/subsys/usb/device/class/netusb/ |
D | function_ecm.c | 107 .bInterval = 0x09, 146 .bInterval = 0x00, 157 .bInterval = 0x00,
|
D | function_eem.c | 55 .bInterval = 0x00, 66 .bInterval = 0x00,
|
D | function_rndis.c | 86 .bInterval = 0x09, 108 .bInterval = 0x00, 118 .bInterval = 0x00,
|
/Zephyr-latest/tests/subsys/usb/uac2/src/ |
D | uac2_desc.c | 405 zassert_equal(ep->bInterval, 1); in test_uac2_descriptors() 466 zassert_equal(ep->bInterval, 1); in test_uac2_descriptors() 619 zassert_equal(ep->bInterval, 1); in ZTEST() 639 zassert_equal(ep->bInterval, 1); in ZTEST()
|
/Zephyr-latest/samples/subsys/dap/src/ |
D | main.c | 231 .bInterval = 0, 239 .bInterval = 0,
|
/Zephyr-latest/samples/subsys/usb/webusb/src/ |
D | webusb.c | 64 .bInterval = interval, \
|
/Zephyr-latest/tests/subsys/usb/device/src/ |
D | main.c | 50 .bInterval = interval, \
|
/Zephyr-latest/subsys/usb/device_next/ |
D | usbd_endpoint.c | 27 sys_le16_to_cpu(ed->wMaxPacketSize), ed->bInterval); in usbd_ep_enable()
|
D | usbd_init.c | 48 ed->bInterval); in assign_ep_addr()
|
/Zephyr-latest/tests/subsys/usb/desc_sections/src/ |
D | desc_sections.c | 64 .bInterval = 0x00, \
|
/Zephyr-latest/include/zephyr/usb/ |
D | usb_ch9.h | 229 uint8_t bInterval; member
|
/Zephyr-latest/subsys/usb/device/class/audio/ |
D | usb_audio_internal.h | 299 uint8_t bInterval; member 519 .bInterval = GET_INTERVAL(dev, i), \
|