Home
last modified time | relevance | path

Searched refs:bInterval (Results 1 – 25 of 28) sorted by relevance

12

/Zephyr-latest/tests/drivers/udc/src/
Dmain.c106 ed->bInterval); in test_udc_ep_try_config()
121 ed->bInterval); in test_udc_ep_try_config()
136 ed->bInterval); in test_udc_ep_enable()
139 ed->bInterval); in test_udc_ep_enable()
142 ed->bInterval); in test_udc_ep_enable()
324 ed->bInterval); in test_udc_ep_api()
361 .bInterval = 0, in test_udc_ep_mps()
377 ed.bInterval = 1; in test_udc_ep_mps()
383 ed.bInterval); in test_udc_ep_mps()
439 .bInterval = 0,
[all …]
/Zephyr-latest/subsys/usb/device_next/class/
Dloopback.c342 .bInterval = 0x00, \
352 .bInterval = 0x00, \
362 .bInterval = 0x00, \
372 .bInterval = 0x00, \
395 .bInterval = 0x01, \
405 .bInterval = 0x01, \
426 .bInterval = LB_ISO_EP_INTERVAL, \
435 .bInterval = LB_ISO_EP_INTERVAL, \
456 .bInterval = LB_ISO_EP_INTERVAL, \
465 .bInterval = LB_ISO_EP_INTERVAL, \
Dbt_hci.c507 .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, \
Dusbd_hid_macros.h175 .bInterval = HID_OUT_EP_INTERVAL(n, hs), \
185 .bInterval = HID_IN_EP_INTERVAL(n, hs), \
Dusbd_cdc_ecm.c703 .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, \
Dusbd_cdc_acm.c1189 .bInterval = CDC_ACM_FS_INT_EP_INTERVAL, \
1198 .bInterval = CDC_ACM_HS_INT_EP_INTERVAL, \
1219 .bInterval = 0, \
1228 .bInterval = 0, \
1237 .bInterval = 0, \
1246 .bInterval = 0, \
Dusbd_msc.c806 .bInterval = 0, \
814 .bInterval = 0, \
822 .bInterval = 0, \
830 .bInterval = 0, \
Dusbd_cdc_ncm.c1262 .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/samples/subsys/usb/webusb-next/src/
Dsfunc.c208 .bInterval = 0x00, \
218 .bInterval = 0x00, \
228 .bInterval = 0x00, \
238 .bInterval = 0x00, \
/Zephyr-latest/subsys/dap/
Ddap_backend_usb.c235 .bInterval = 0x00, \
245 .bInterval = 0x00, \
255 .bInterval = 0x00, \
265 .bInterval = 0x00, \
/Zephyr-latest/subsys/tracing/
Dtracing_backend_usb.c61 .bInterval = 0x00,
73 .bInterval = 0x00,
/Zephyr-latest/subsys/usb/device/class/
Dloopback.c55 .bInterval = 0x00,
65 .bInterval = 0x00,
Dbluetooth.c82 .bInterval = 0x01,
92 .bInterval = 0x01,
102 .bInterval = 0x01,
Dmsc.c150 .bInterval = 0x00,
160 .bInterval = 0x00,
/Zephyr-latest/subsys/usb/device/class/netusb/
Dfunction_ecm.c107 .bInterval = 0x09,
146 .bInterval = 0x00,
157 .bInterval = 0x00,
Dfunction_eem.c55 .bInterval = 0x00,
66 .bInterval = 0x00,
Dfunction_rndis.c86 .bInterval = 0x09,
108 .bInterval = 0x00,
118 .bInterval = 0x00,
/Zephyr-latest/tests/subsys/usb/uac2/src/
Duac2_desc.c405 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/usb/webusb/src/
Dwebusb.c64 .bInterval = interval, \
/Zephyr-latest/tests/subsys/usb/device/src/
Dmain.c50 .bInterval = interval, \
/Zephyr-latest/subsys/usb/device_next/
Dusbd_endpoint.c27 sys_le16_to_cpu(ed->wMaxPacketSize), ed->bInterval); in usbd_ep_enable()
Dusbd_init.c48 ed->bInterval); in assign_ep_addr()
/Zephyr-latest/tests/subsys/usb/desc_sections/src/
Ddesc_sections.c64 .bInterval = 0x00, \
/Zephyr-latest/include/zephyr/usb/
Dusb_ch9.h229 uint8_t bInterval; member
/Zephyr-latest/subsys/usb/device/class/audio/
Dusb_audio_internal.h299 uint8_t bInterval; member
519 .bInterval = GET_INTERVAL(dev, i), \

12