Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Ddev-uas.c112 typedef struct UASDevice UASDevice; typedef
116 struct UASDevice { struct
137 OBJECT_DECLARE_SIMPLE_TYPE(UASDevice, USB_UAS) argument
142 UASDevice *uas;
338 static bool uas_using_streams(UASDevice *uas) in uas_using_streams()
345 static UASStatus *usb_uas_alloc_status(UASDevice *uas, uint8_t id, uint16_t tag) in usb_uas_alloc_status()
360 UASDevice *uas = opaque; in usb_uas_send_status_bh()
385 static void usb_uas_queue_status(UASDevice *uas, UASStatus *st, int length) in usb_uas_queue_status()
405 static void usb_uas_queue_response(UASDevice *uas, uint16_t tag, uint8_t code) in usb_uas_queue_response()
431 static void usb_uas_queue_fake_sense(UASDevice *uas, uint16_t tag, in usb_uas_queue_fake_sense()
[all …]