Searched refs:wTotalLength (Results 1 – 9 of 9) sorted by relevance
104 put_unaligned_le16(len, &cp->wTotalLength); in usb_gadget_config_buf()
245 c->wTotalLength = cpu_to_le16(len); in config_buf()795 bos->wTotalLength = cpu_to_le16(USB_DT_BOS_SIZE); in bos_desc()802 usb_ext = cdev->req->buf + le16_to_cpu(bos->wTotalLength); in bos_desc()804 le16_add_cpu_packed((__le16_packed *)&bos->wTotalLength, in bos_desc()819 ss_cap = cdev->req->buf + le16_to_cpu(bos->wTotalLength); in bos_desc()821 le16_add_cpu_packed((__le16_packed *)&bos->wTotalLength, in bos_desc()847 return le16_to_cpu(bos->wTotalLength); in bos_desc()
284 …bg_ep0(0, "attempt to copy %d bytes to urb\n",cpu_to_le16(configuration_descriptor->wTotalLength)); in ep0_get_descriptor()287 cpu_to_le16(configuration_descriptor->wTotalLength), in ep0_get_descriptor()
279 cdesc->wTotalLength = upto; in usb_emul_setup_device()289 cdesc->wTotalLength = upto; in usb_emul_setup_device()291 cdesc->bConfigurationValue, cdesc->wTotalLength); in usb_emul_setup_device()
412 while (index + 1 < dev->config.desc.wTotalLength && head->bLength) { in usb_parse_config()421 dev->config.desc.wTotalLength) { in usb_parse_config()458 dev->config.desc.wTotalLength) { in usb_parse_config()495 dev->config.desc.wTotalLength) { in usb_parse_config()595 return le16_to_cpu(config->wTotalLength); in usb_get_configuration_len()610 le16_to_cpu(config->wTotalLength)); in usb_get_configuration_no()611 config->wTotalLength = result; /* validated, with CPU byte order */ in usb_get_configuration_no()
315 __le16 wTotalLength; member758 __le16 wTotalLength; member800 __le16 wTotalLength; member
98 unsigned short wTotalLength; member
164 .wTotalLength =295 .wTotalLength =
205 u16 wTotalLength; member
Completed in 20 milliseconds