HomeSort by relevance Sort by last modified time
    Searched refs:async_complete (Results 1 - 2 of 2) sorted by null

  /external/qemu/
usb-linux.c 240 static void async_complete(void *opaque) function
298 /* Mark it as dead (see async_complete above) */
427 async_complete(s);
968 qemu_set_fd_handler(dev->fd, NULL, async_complete, dev);
    [all...]
  /external/qemu/hw/
usb-ohci.c 120 int async_complete; member in struct:__anon6340
596 ohci->async_complete = 1;
855 if (completion && !ohci->async_complete) {
921 ohci->async_complete = 0;
    [all...]

Completed in 42 milliseconds