Home
last modified time | relevance | path

Searched defs: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
57 uint8_t bLength = 0x0a; in usb_desc_device_qualifier() local
82 uint8_t bLength = 0x09; in usb_desc_config() local
134 uint8_t bLength = 0x08; in usb_desc_iface_group() local
165 uint8_t bLength = 0x09; in usb_desc_iface() local
207 uint8_t bLength = ep->is_audio ? 0x09 : 0x07; in usb_desc_endpoint() local
252 int bLength = desc->length ? desc->length : desc->data[0]; in usb_desc_other() local
264 uint8_t bLength = 0x07; in usb_desc_cap_usb2_ext() local
285 uint8_t bLength = 0x0a; in usb_desc_cap_super() local
326 uint8_t bLength = 0x05; in usb_desc_bos() local
[all …]
H A Ddesc.h8 uint8_t bLength; member