Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Ddesc.c83 uint16_t wTotalLength = 0; in usb_desc_config() local
99 wTotalLength += bLength; in usb_desc_config()
109 wTotalLength += rc; in usb_desc_config()
115 dest + wTotalLength, len - wTotalLength); in usb_desc_config()
119 wTotalLength += rc; in usb_desc_config()
124 return wTotalLength; in usb_desc_config()
327 uint16_t wTotalLength = 0; in usb_desc_bos() local
339 wTotalLength += bLength; in usb_desc_bos()
347 wTotalLength += rc; in usb_desc_bos()
357 wTotalLength += rc; in usb_desc_bos()
[all …]