Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/core/
Ddevio.c71 struct list_head async_completed; member
334 if (!list_empty(&ps->async_completed)) { in async_getcompleted()
335 as = list_entry(ps->async_completed.next, struct async, in async_getcompleted()
489 static void async_completed(struct urb *urb) in async_completed() function
500 list_move_tail(&as->asynclist, &ps->async_completed); in async_completed()
912 INIT_LIST_HEAD(&ps->async_completed); in usbdev_open()
1535 as->urb->complete = async_completed; in proc_do_submiturb()
2355 if (file->f_mode & FMODE_WRITE && !list_empty(&ps->async_completed)) in usbdev_poll()