Searched refs:async_work (Results 1 – 7 of 7) sorted by relevance
/drivers/char/tpm/ |
D | tpm-dev-common.c | 59 container_of(work, struct file_priv, async_work); in tpm_dev_async_work() 115 INIT_WORK(&priv->async_work, tpm_dev_async_work); in tpm_common_open() 213 queue_work(tpm_dev_wq, &priv->async_work); in tpm_common_write() 260 flush_work(&priv->async_work); in tpm_common_release()
|
D | tpm-dev.h | 15 struct work_struct async_work; member
|
/drivers/staging/wusbcore/host/whci/ |
D | asl.c | 191 struct whc *whc = container_of(work, struct whc, async_work); in scan_async_work() 234 queue_work(whc->workqueue, &whc->async_work); in scan_async_work() 280 queue_work(whc->workqueue, &whc->async_work); in asl_urb_enqueue() 338 queue_work(whc->workqueue, &whc->async_work); in asl_qset_delete()
|
D | int.c | 16 queue_work(whc->workqueue, &whc->async_work); in transfer_done()
|
D | init.c | 64 INIT_WORK(&whc->async_work, scan_async_work); in whc_init()
|
D | whcd.h | 55 struct work_struct async_work; member
|
D | hcd.c | 196 queue_work(whc->workqueue, &whc->async_work); in whc_endpoint_reset()
|