Home
last modified time | relevance | path

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

/Zephyr-latest/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-latest/tests/subsys/usb/bos/
DCMakeLists.txt5 project(bos) project
/Zephyr-latest/subsys/usb/device/
DCMakeLists.txt15 zephyr_sources_ifdef(CONFIG_USB_DEVICE_BOS bos.c)
/Zephyr-latest/subsys/usb/device_next/
Dusbd_desc.c146 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()
Dusbd_ch9.c727 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/
Dusbd.h168 struct usbd_bos_desc_data bos; member
667 .bos = { \
709 .bos = { \
/Zephyr-latest/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