Home
last modified time | relevance | path

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

/external/qemu/hw/
Dusb-ohci.c120 int async_complete; member
596 ohci->async_complete = 1; in ohci_async_complete_packet()
855 if (completion && !ohci->async_complete) { in ohci_service_td()
921 ohci->async_complete = 0; in ohci_service_td()
/external/qemu/
Dusb-linux.c240 static void async_complete(void *opaque) in async_complete() function
427 async_complete(s); in usb_host_handle_destroy()
968 qemu_set_fd_handler(dev->fd, NULL, async_complete, dev); in usb_host_device_open_addr()