Home
last modified time | relevance | path

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

/linux/drivers/tee/optee/
H A Dffa_abi.c882 queue_work(optee->ffa.notif_wq, &optee->ffa.notif_work); in notif_callback()
973 destroy_workqueue(optee->ffa.notif_wq); in optee_ffa_remove()
991 optee->ffa.notif_wq = create_workqueue("optee_notification"); in optee_ffa_async_notif_init()
992 if (!optee->ffa.notif_wq) { in optee_ffa_async_notif_init()
1028 destroy_workqueue(optee->ffa.notif_wq); in optee_ffa_async_notif_init()
H A Doptee_private.h168 struct workqueue_struct *notif_wq; member