Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Ddev-uas.c345 static UASStatus *usb_uas_alloc_status(UASDevice *uas, uint8_t id, uint16_t tag) in usb_uas_alloc_status() function
407 UASStatus *st = usb_uas_alloc_status(uas, UAS_UI_RESPONSE, tag); in usb_uas_queue_response()
416 UASStatus *st = usb_uas_alloc_status(req->uas, UAS_UI_SENSE, req->tag); in usb_uas_queue_sense()
434 UASStatus *st = usb_uas_alloc_status(uas, UAS_UI_SENSE, tag); in usb_uas_queue_fake_sense()
451 UASStatus *st = usb_uas_alloc_status(req->uas, UAS_UI_READ_READY, in usb_uas_queue_read_ready()
460 UASStatus *st = usb_uas_alloc_status(req->uas, UAS_UI_WRITE_READY, in usb_uas_queue_write_ready()