Home
last modified time | relevance | path

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

/linux/drivers/misc/mei/
H 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()
858 cancel_work_sync(&cldev->notif_work); in mei_cldev_unregister_callbacks()
/linux/include/linux/
H A Dmei_cl_bus.h53 struct work_struct notif_work; member
/linux/drivers/tee/optee/
H A Dffa_abi.c871 notif_work); in notif_work_fn()
882 queue_work(optee->ffa.notif_wq, &optee->ffa.notif_work); in notif_callback()
990 INIT_WORK(&optee->ffa.notif_work, notif_work_fn); in optee_ffa_async_notif_init()
H A Doptee_private.h169 struct work_struct notif_work; member