Home
last modified time | relevance | path

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

/drivers/usb/core/
Ddevio.c65 struct list_head async_pending; member
431 list_add_tail(&as->asynclist, &ps->async_pending); in async_newpending()
465 list_for_each_entry(as, &ps->async_pending, asynclist) in async_getpending()
582 list_for_each_entry(as, &ps->async_pending, asynclist) { in cancel_bulk_urbs()
594 list_for_each_entry_reverse(as, &ps->async_pending, asynclist) { in cancel_bulk_urbs()
678 list_for_each_safe(p, q, &ps->async_pending) in destroy_async_on_interface()
687 destroy_async(ps, &ps->async_pending); in destroy_all_async()
1052 INIT_LIST_HEAD(&ps->async_pending); in usbdev_open()