Searched refs:wTotalLength (Results 1 – 14 of 14) sorted by relevance
| /subsys/usb/device/ |
| A 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()
|
| A D | usb_descriptor.c | 90 .wTotalLength = 0, 505 (uint8_t *)&cfg_descr->wTotalLength); in usb_fix_descriptor()
|
| /subsys/usb/host/ |
| A D | usbh_device.c | 174 desc_end = (void *)((uint8_t *)udev->cfg_desc + cfg_desc->wTotalLength); in device_interface_modify() 286 desc_end = (void *)((uint8_t *)udev->cfg_desc + cfg_desc->wTotalLength); in parse_configuration_descriptor() 400 cfg_desc.wTotalLength, in usbh_device_set_configuration() 414 memset(udev->cfg_desc, 0, cfg_desc.wTotalLength); in usbh_device_set_configuration() 419 err = usbh_req_desc_cfg(udev, idx, cfg_desc.wTotalLength, udev->cfg_desc); in usbh_device_set_configuration()
|
| A D | usbh_ch9.c | 175 desc->wTotalLength = sys_le16_to_cpu(desc->wTotalLength); in usbh_req_desc_cfg()
|
| A 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()
|
| A D | usbh_shell.c | 51 shell_print(sh, "wTotalLength\t\t%x", desc->wTotalLength); in print_cfg_desc()
|
| /subsys/usb/device_next/class/ |
| A 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() 602 .wTotalLength = sizeof(struct usb_midi_cs_ac_header_descriptor), \ 620 .wTotalLength = sys_cpu_to_le16( \ 679 .wTotalLength = sys_cpu_to_le16( \ 728 .wTotalLength = sys_cpu_to_le16( \
|
| A D | usbd_uvc.c | 1435 cfg->desc->if1_hdr.wTotalLength += desc->bLength; in uvc_add_vs_format_desc() 1456 cfg->desc->if1_hdr.wTotalLength += desc->bLength; in uvc_add_vs_format_desc() 1590 cfg->desc->if1_hdr.wTotalLength += desc->bLength; in uvc_add_vs_frame_desc() 1666 cfg->desc->if1_hdr.wTotalLength = sys_le16_to_cpu(cfg->desc->if1_hdr.wTotalLength); in uvc_init() 1673 cfg->desc->if1_hdr.wTotalLength += cfg->desc->if1_color.bLength; in uvc_init() 1698 cfg->desc->if1_hdr.wTotalLength += cfg->desc->if1_color.bLength; in uvc_init() 1703 cfg->desc->if1_hdr.wTotalLength = sys_cpu_to_le16(cfg->desc->if1_hdr.wTotalLength); in uvc_init() 2165 .wTotalLength = sys_cpu_to_le16( \ 2257 .wTotalLength = sys_cpu_to_le16( \
|
| A D | usbd_uvc.h | 222 uint16_t wTotalLength; member 315 uint16_t wTotalLength; member
|
| /subsys/usb/device_next/ |
| A D | usbd_init.c | 238 (uint8_t *)&cfg_desc->wTotalLength); in init_configuration() 243 cfg_desc->wTotalLength); in init_configuration()
|
| A D | usbd_ch9.c | 726 root->wTotalLength = root->bLength; in desc_fill_bos_root() 731 root->wTotalLength += desc_nd->bLength; in desc_fill_bos_root() 773 len = MIN(net_buf_tailroom(buf), MIN(setup->wLength, bos.wTotalLength)); in sreq_get_desc_bos() 776 setup->wLength, bos.bLength, bos.wTotalLength, net_buf_tailroom(buf)); in sreq_get_desc_bos()
|
| /subsys/usb/device/class/audio/ |
| A 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( \
|
| A D | audio.c | 326 ((uint8_t *)header + header->wTotalLength); in audio_interface_config() 796 header->wTotalLength + in audio_custom_handler()
|
| /subsys/usb/device/class/dfu/ |
| A D | usb_dfu.c | 176 .wTotalLength = 0,
|
Completed in 912 milliseconds