Searched defs:async_completed (Results 1 - 1 of 1) sorted by relevance

/drivers/usb/core/
H A Ddevio.c71 struct list_head async_completed; member in struct:usb_dev_state
334 if (!list_empty(&ps->async_completed)) {
335 as = list_entry(ps->async_completed.next, struct async,
489 static void async_completed(struct urb *urb) function
500 list_move_tail(&as->asynclist, &ps->async_completed);
911 INIT_LIST_HEAD(&ps->async_completed);
1534 as->urb->complete = async_completed;
2343 if (file->f_mode & FMODE_WRITE && !list_empty(&ps->async_completed))

Completed in 63 milliseconds