Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Ddev-uas.c575 static UASRequest *usb_uas_find_request(UASDevice *uas, uint16_t tag) in usb_uas_find_request() function
712 req = usb_uas_find_request(uas, tag); in usb_uas_command()
773 req = usb_uas_find_request(uas, be16_to_cpu(iu->hdr.tag)); in usb_uas_task()
785 req = usb_uas_find_request(uas, task_tag); in usb_uas_task()
878 req = usb_uas_find_request(uas, p->stream); in usb_uas_handle_data()