| /Zephyr-latest/subsys/usb/device/ |
| D | bos.c | 25 .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()
|
| D | usb_descriptor.c | 90 .wTotalLength = 0, 505 (uint8_t *)&cfg_descr->wTotalLength); in usb_fix_descriptor()
|
| /Zephyr-latest/include/zephyr/usb/ |
| D | msos_desc.h | 51 uint16_t wTotalLength; member 62 uint16_t wTotalLength; member
|
| D | bos.h | 26 uint16_t wTotalLength; member
|
| D | usb_ch9.h | 184 uint16_t wTotalLength; member
|
| D | usbd.h | 536 .wTotalLength = 0, \
|
| /Zephyr-latest/subsys/usb/host/ |
| D | usbh_device.c | 161 desc_end = (void *)((uint8_t *)udev->cfg_desc + cfg_desc->wTotalLength); in device_interface_modify() 273 desc_end = (void *)((uint8_t *)udev->cfg_desc + cfg_desc->wTotalLength); in parse_configuration_descriptor() 387 cfg_desc.wTotalLength, in usbh_device_set_configuration() 401 memset(udev->cfg_desc, 0, cfg_desc.wTotalLength); in usbh_device_set_configuration() 406 err = usbh_req_desc_cfg(udev, idx, cfg_desc.wTotalLength, udev->cfg_desc); in usbh_device_set_configuration()
|
| D | usbh_ch9.c | 164 desc->wTotalLength = sys_le16_to_cpu(desc->wTotalLength); in usbh_req_desc_cfg()
|
| D | usbip.c | 433 LOG_INF("wTotalLength\t\t%u", c_desc->wTotalLength); in handle_devlist_device() 455 c_desc->bNumInterfaces, c_desc->wTotalLength); in handle_devlist_device_iface()
|
| D | usbh_shell.c | 52 shell_print(sh, "wTotalLength\t\t%x", desc->wTotalLength); in print_cfg_desc()
|
| /Zephyr-latest/subsys/usb/device_next/class/ |
| D | usbd_midi2.c | 61 uint16_t wTotalLength; member 72 uint16_t wTotalLength; member 89 uint16_t wTotalLength; member 299 size_t total_len = sys_le16_to_cpu(config->desc->grptrm_header.wTotalLength); in usbd_midi_class_cth() 596 .wTotalLength = sizeof(struct usb_midi_cs_ac_header_descriptor), \ 614 .wTotalLength = sys_cpu_to_le16( \ 673 .wTotalLength = sys_cpu_to_le16( \ 722 .wTotalLength = sys_cpu_to_le16( \
|
| /Zephyr-latest/samples/subsys/usb/webusb-next/src/ |
| D | msosv2.h | 55 .wTotalLength = sizeof(msosv2_desc),
|
| /Zephyr-latest/samples/subsys/dap/src/ |
| D | msosv2.h | 55 .wTotalLength = sizeof(msosv2_desc),
|
| /Zephyr-latest/subsys/usb/device_next/ |
| D | usbd_init.c | 238 (uint8_t *)&cfg_desc->wTotalLength); in init_configuration() 243 cfg_desc->wTotalLength); in init_configuration()
|
| D | usbd_ch9.c | 713 root->wTotalLength = root->bLength; in desc_fill_bos_root() 718 root->wTotalLength += desc_nd->bLength; in desc_fill_bos_root() 751 len = MIN(net_buf_tailroom(buf), MIN(setup->wLength, bos.wTotalLength)); in sreq_get_desc_bos() 754 setup->wLength, bos.bLength, bos.wTotalLength, net_buf_tailroom(buf)); in sreq_get_desc_bos()
|
| /Zephyr-latest/subsys/usb/device/class/audio/ |
| D | usb_audio_internal.h | 229 uint16_t wTotalLength; member 319 uint16_t wTotalLength; \ 416 .wTotalLength = sys_cpu_to_le16( \ 431 .wTotalLength = sys_cpu_to_le16( \
|
| D | audio.c | 326 ((uint8_t *)header + header->wTotalLength); in audio_interface_config() 796 header->wTotalLength + in audio_custom_handler()
|
| /Zephyr-latest/samples/subsys/usb/webusb/src/ |
| D | main.c | 56 .wTotalLength = sizeof(struct msosv2_descriptor_t),
|
| /Zephyr-latest/tests/subsys/usb/bos/src/ |
| D | test_bos.c | 38 .wTotalLength = sizeof(struct webusb_bos_desc),
|
| /Zephyr-latest/subsys/usb/device/class/dfu/ |
| D | usb_dfu.c | 176 .wTotalLength = 0,
|