asynclist 94 drivers/usb/core/devio.c struct list_head asynclist; asynclist 423 drivers/usb/core/devio.c list_add_tail(&as->asynclist, &ps->async_pending); asynclist 433 drivers/usb/core/devio.c list_del_init(&as->asynclist); asynclist 445 drivers/usb/core/devio.c asynclist); asynclist 446 drivers/usb/core/devio.c list_del_init(&as->asynclist); asynclist 457 drivers/usb/core/devio.c list_for_each_entry(as, &ps->async_pending, asynclist) asynclist 459 drivers/usb/core/devio.c list_del_init(&as->asynclist); asynclist 574 drivers/usb/core/devio.c list_for_each_entry(as, &ps->async_pending, asynclist) { asynclist 586 drivers/usb/core/devio.c list_for_each_entry(as, &ps->async_pending, asynclist) { asynclist 611 drivers/usb/core/devio.c list_move_tail(&as->asynclist, &ps->async_completed); asynclist 648 drivers/usb/core/devio.c as = list_entry(list->next, struct async, asynclist); asynclist 649 drivers/usb/core/devio.c list_del_init(&as->asynclist); asynclist 671 drivers/usb/core/devio.c if (ifnum == list_entry(p, struct async, asynclist)->ifnum) asynclist 52 drivers/usb/misc/uss720.c struct list_head asynclist; asynclist 59 drivers/usb/misc/uss720.c struct list_head asynclist; asynclist 87 drivers/usb/misc/uss720.c list_del_init(&rq->asynclist); asynclist 140 drivers/usb/misc/uss720.c INIT_LIST_HEAD(&rq->asynclist); asynclist 164 drivers/usb/misc/uss720.c list_add_tail(&rq->asynclist, &priv->asynclist); asynclist 182 drivers/usb/misc/uss720.c list_for_each_entry(rq, &priv->asynclist, asynclist) { asynclist 712 drivers/usb/misc/uss720.c INIT_LIST_HEAD(&priv->asynclist);