Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Ddesc.c20 d->bDescriptorType = USB_DT_DEVICE; in usb_desc_device()
65 d->bDescriptorType = USB_DT_DEVICE_QUALIFIER; in usb_desc_device_qualifier()
92 d->bDescriptorType = USB_DT_CONFIG; in usb_desc_config()
174 d->bDescriptorType = USB_DT_INTERFACE; in usb_desc_iface()
217 d->bDescriptorType = USB_DT_ENDPOINT; in usb_desc_endpoint()
233 d->bDescriptorType = USB_DT_ENDPOINT_COMPANION; in usb_desc_endpoint()
272 d->bDescriptorType = USB_DT_DEVICE_CAPABILITY; in usb_desc_cap_usb2_ext()
293 d->bDescriptorType = USB_DT_DEVICE_CAPABILITY; in usb_desc_cap_super()
337 d->bDescriptorType = USB_DT_BOS; in usb_desc_bos()
H A Ddesc.h9 uint8_t bDescriptorType; member