Searched refs:async_pending (Results 1 – 1 of 1) sorted by relevance
/drivers/usb/core/ |
D | devio.c | 66 struct list_head async_pending; member 443 list_add_tail(&as->asynclist, &ps->async_pending); in async_newpending() 477 list_for_each_entry(as, &ps->async_pending, asynclist) in async_getpending() 594 list_for_each_entry(as, &ps->async_pending, asynclist) { in cancel_bulk_urbs() 606 list_for_each_entry_reverse(as, &ps->async_pending, asynclist) { in cancel_bulk_urbs() 690 list_for_each_safe(p, q, &ps->async_pending) in destroy_async_on_interface() 699 destroy_async(ps, &ps->async_pending); in destroy_all_async() 1064 INIT_LIST_HEAD(&ps->async_pending); in usbdev_open()
|