Home
last modified time | relevance | path

Searched refs:dwLength (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/hw/usb/
H A Ddesc-msos.c36 uint32_t dwLength; member
70 hdr->dwLength = cpu_to_le32(length); in usb_desc_msos_compat()
82 uint32_t dwLength; member
92 uint32_t dwLength; member
150 prop->dwLength = cpu_to_le32(length); in usb_desc_msos_prop_str()
172 prop->dwLength = cpu_to_le32(length); in usb_desc_msos_prop_dword()
204 hdr->dwLength = cpu_to_le32(length); in usb_desc_msos_prop()
H A Ddev-smartcard-reader.c182 uint32_t dwLength; member
748 h->b.hdr.dwLength = 0; in ccid_write_slot_status()
768 h->b.hdr.dwLength = 0; in ccid_write_parameters()
788 p->b.hdr.dwLength = cpu_to_le32(len); in ccid_write_data_block()
949 len = le32_to_cpu(recv->hdr.dwLength); in ccid_on_apdu_from_guest()
997 if ((s->bulk_out_pos - 10 < ccid_header->dwLength) && in ccid_handle_bulk_out()
1001 s->bulk_out_pos - 10, ccid_header->dwLength); in ccid_handle_bulk_out()
1004 if (s->bulk_out_pos - 10 != ccid_header->dwLength) { in ccid_handle_bulk_out()
1007 s->bulk_out_pos - 10, ccid_header->dwLength); in ccid_handle_bulk_out()
/openbmc/linux/include/uapi/linux/usb/
H A Dfunctionfs.h61 __le32 dwLength; member
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/
H A D0001-Platform-Corstone1000-Align-capsule-UEFI-structs.patch77 uint32_t dwLength;
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/
H A D0014-add-u3-ss-descriptor-support-for-adb.patch266 + .dwLength = cpu_to_le32(sizeof(os_desc_header) + sizeof(os_desc_compat)),
275 + .dwLength = cpu_to_le32(sizeof(os_desc_header) + sizeof(struct usb_ext_prop_values)),
/openbmc/qemu/util/
H A Doslib-win32.c830 statex.dwLength = sizeof(statex); in qemu_get_host_physmem()
/openbmc/linux/drivers/usb/gadget/function/
H A Df_fs.c2304 if (le32_to_cpu(desc->dwLength) > len) in ffs_do_os_descs()