Searched refs:bos (Results 1 – 9 of 9) sorted by relevance
/Zephyr-latest/tests/subsys/usb/bos/src/ |
D | test_bos.c | 29 struct usb_bos_descriptor bos; member 35 .bos = { 103 struct usb_bos_descriptor bos; member 224 memcpy(&webusb_bos_descriptor_2.bos, in ZTEST() 225 &webusb_bos_descriptor.bos, in ZTEST()
|
/Zephyr-latest/tests/subsys/usb/bos/ |
D | CMakeLists.txt | 5 project(bos) project
|
/Zephyr-latest/subsys/usb/device/ |
D | CMakeLists.txt | 15 zephyr_sources_ifdef(CONFIG_USB_DEVICE_BOS bos.c)
|
/Zephyr-latest/subsys/usb/device_next/ |
D | usbd_desc.c | 146 if (desc_nd->bos.utype == USBD_DUT_BOS_VREQ) { in usbd_add_descriptor() 147 ret = usbd_device_register_vreq(uds_ctx, desc_nd->bos.vreq_nd); in usbd_add_descriptor()
|
D | usbd_ch9.c | 727 struct usb_bos_descriptor bos; in sreq_get_desc_bos() local 748 desc_fill_bos_root(uds_ctx, &bos); in sreq_get_desc_bos() 749 len = MIN(net_buf_tailroom(buf), MIN(setup->wLength, bos.wTotalLength)); in sreq_get_desc_bos() 752 setup->wLength, bos.bLength, bos.wTotalLength, net_buf_tailroom(buf)); in sreq_get_desc_bos() 754 net_buf_add_mem(buf, &bos, MIN(len, bos.bLength)); in sreq_get_desc_bos() 756 len -= MIN(len, sizeof(bos)); in sreq_get_desc_bos()
|
/Zephyr-latest/include/zephyr/usb/ |
D | usbd.h | 168 struct usbd_bos_desc_data bos; member 667 .bos = { \ 709 .bos = { \
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.13.rst | 466 * :github:`8732` - tests/subsys/usb/bos/ fails randomly
|
D | release-notes-2.5.rst | 1299 * :github:`30330` - tests/subsys/usb/bos/usb.bos fails with native_posix and llvm/clang
|
D | release-notes-2.3.rst | 842 * :github:`25351` - test:mimxrt1050_evk:tests/subsys/usb/bos/: run failure
|