Searched refs:async_work (Results 1 – 5 of 5) sorted by relevance
204 struct whc *whc = container_of(work, struct whc, async_work); in scan_async_work()247 queue_work(whc->workqueue, &whc->async_work); in scan_async_work()293 queue_work(whc->workqueue, &whc->async_work); in asl_urb_enqueue()351 queue_work(whc->workqueue, &whc->async_work); in asl_qset_delete()
27 queue_work(whc->workqueue, &whc->async_work); in transfer_done()
75 INIT_WORK(&whc->async_work, scan_async_work); in whc_init()
68 struct work_struct async_work; member
207 queue_work(whc->workqueue, &whc->async_work); in whc_endpoint_reset()