Home
last modified time | relevance | path

Searched refs:wTotalLength (Results 1 – 17 of 17) sorted by relevance

/Zephyr-latest/subsys/usb/device/
Dbos.c25 .wTotalLength = 0, /* should be corrected with register */
41 bos_hdr.wTotalLength = usb_bos_get_length(); in usb_bos_fix_total_length()
49 bos_hdr.wTotalLength = usb_bos_get_length(); in usb_bos_register_cap()
Dusb_descriptor.c90 .wTotalLength = 0,
505 (uint8_t *)&cfg_descr->wTotalLength); in usb_fix_descriptor()
/Zephyr-latest/include/zephyr/usb/
Dmsos_desc.h51 uint16_t wTotalLength; member
62 uint16_t wTotalLength; member
Dbos.h26 uint16_t wTotalLength; member
Dusb_ch9.h184 uint16_t wTotalLength; member
Dusbd.h534 .wTotalLength = 0, \
/Zephyr-latest/samples/subsys/usb/webusb-next/src/
Dmsosv2.h55 .wTotalLength = sizeof(msosv2_desc),
/Zephyr-latest/subsys/usb/device_next/
Dusbd_init.c238 (uint8_t *)&cfg_desc->wTotalLength); in init_configuration()
243 cfg_desc->wTotalLength); in init_configuration()
Dusbd_ch9.c711 root->wTotalLength = root->bLength; in desc_fill_bos_root()
716 root->wTotalLength += desc_nd->bLength; in desc_fill_bos_root()
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()
/Zephyr-latest/subsys/usb/host/
Dusbh_ch9.c146 desc->wTotalLength = sys_le16_to_cpu(desc->wTotalLength); in usbh_req_desc_cfg()
Dusbh_shell.c52 shell_print(sh, "wTotalLength\t\t%x", desc->wTotalLength); in print_cfg_desc()
/Zephyr-latest/subsys/usb/device/class/audio/
Dusb_audio_internal.h229 uint16_t wTotalLength; member
319 uint16_t wTotalLength; \
416 .wTotalLength = sys_cpu_to_le16( \
431 .wTotalLength = sys_cpu_to_le16( \
Daudio.c326 ((uint8_t *)header + header->wTotalLength); in audio_interface_config()
796 header->wTotalLength + in audio_custom_handler()
/Zephyr-latest/samples/subsys/usb/webusb/src/
Dmain.c56 .wTotalLength = sizeof(struct msosv2_descriptor_t),
/Zephyr-latest/tests/subsys/usb/bos/src/
Dtest_bos.c38 .wTotalLength = sizeof(struct webusb_bos_desc),
/Zephyr-latest/samples/subsys/dap/src/
Dmain.c80 .wTotalLength = sizeof(struct msosv2_descriptor),
/Zephyr-latest/subsys/usb/device/class/dfu/
Dusb_dfu.c176 .wTotalLength = 0,