Searched refs:dwLength (Results 1 – 5 of 5) sorted by relevance
36 uint32_t dwLength; member70 hdr->dwLength = cpu_to_le32(length); in usb_desc_msos_compat()82 uint32_t dwLength; member92 uint32_t dwLength; member150 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()
182 uint32_t dwLength; member748 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()
77 uint32_t dwLength;
266 + .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)),
846 statex.dwLength = sizeof(statex); in qemu_msync()