Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Dhost-libusb.c141 bool copy_complete; member
603 xfer->copy_complete = false; in usb_host_iso_reset_xfer()
669 xfer->copy_complete = (xfer->packet == xfer->xfer->num_iso_packets); in usb_host_iso_data_copy()
670 return xfer->copy_complete; in usb_host_iso_data_copy()
732 while (xfer != NULL && xfer->copy_complete) { in usb_host_iso_data_out()
758 xfer->copy_complete) { in usb_host_iso_data_out()