Home
last modified time | relevance | path

Searched refs:bos (Results 1 – 8 of 8) sorted by relevance

/Zephyr-Core-3.7.0/tests/subsys/usb/bos/src/
Dtest_bos.c29 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-Core-3.7.0/tests/subsys/usb/bos/
DCMakeLists.txt5 project(bos) project
/Zephyr-Core-3.7.0/subsys/usb/device/
DCMakeLists.txt15 zephyr_sources_ifdef(CONFIG_USB_DEVICE_BOS bos.c)
/Zephyr-Core-3.7.0/subsys/usb/device_next/
Dusbd_ch9.c722 struct usb_bos_descriptor bos; in sreq_get_desc_bos() local
743 desc_fill_bos_root(uds_ctx, &bos); in sreq_get_desc_bos()
744 len = MIN(net_buf_tailroom(buf), MIN(setup->wLength, bos.wTotalLength)); in sreq_get_desc_bos()
747 setup->wLength, bos.bLength, bos.wTotalLength, net_buf_tailroom(buf)); in sreq_get_desc_bos()
749 net_buf_add_mem(buf, &bos, MIN(len, bos.bLength)); in sreq_get_desc_bos()
751 len -= MIN(len, sizeof(bos)); in sreq_get_desc_bos()
/Zephyr-Core-3.7.0/include/zephyr/usb/
Dusbd.h112 struct usbd_bos_desc_data bos; member
611 .bos = { \
/Zephyr-Core-3.7.0/doc/releases/
Drelease-notes-1.13.rst466 * :github:`8732` - tests/subsys/usb/bos/ fails randomly
Drelease-notes-2.5.rst1299 * :github:`30330` - tests/subsys/usb/bos/usb.bos fails with native_posix and llvm/clang
Drelease-notes-2.3.rst842 * :github:`25351` - test:mimxrt1050_evk:tests/subsys/usb/bos/: run failure