Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Ddesc.c12 uint8_t bLength = 0x12; in usb_desc_device() local
15 if (len < bLength) { in usb_desc_device()
19 d->bLength = bLength; in usb_desc_device()
51 return bLength; in usb_desc_device()
57 uint8_t bLength = 0x0a; in usb_desc_device_qualifier() local
60 if (len < bLength) { in usb_desc_device_qualifier()
64 d->bLength = bLength; in usb_desc_device_qualifier()
76 return bLength; in usb_desc_device_qualifier()
82 uint8_t bLength = 0x09; in usb_desc_config() local
87 if (len < bLength) { in usb_desc_config()
[all …]
H A Ddesc.h8 uint8_t bLength; member