Searched refs:notif_work (Results 1 – 3 of 3) sorted by relevance
451 cldev = container_of(work, struct mei_cl_device, notif_work); in mei_cl_bus_notif_work()475 schedule_work(&cldev->notif_work); in mei_cl_bus_notify_event()564 INIT_WORK(&cldev->notif_work, mei_cl_bus_notif_work); in mei_cldev_register_notif_cb()570 cancel_work_sync(&cldev->notif_work); in mei_cldev_register_notif_cb()845 cancel_work_sync(&cldev->notif_work); in mei_cldev_unregister_callbacks()
734 notif_work); in notif_work_fn()745 queue_work(optee->ffa.notif_wq, &optee->ffa.notif_work); in notif_callback()849 INIT_WORK(&optee->ffa.notif_work, notif_work_fn); in optee_ffa_async_notif_init()
169 struct work_struct notif_work; member
Completed in 12 milliseconds