Home
last modified time | relevance | path

Searched refs:notif_work (Results 1 – 3 of 3) sorted by relevance

/drivers/misc/mei/
A Dbus.c451 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()
/drivers/tee/optee/
A Dffa_abi.c734 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()
A Doptee_private.h169 struct work_struct notif_work; member

Completed in 12 milliseconds