Home
last modified time | relevance | path

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

/linux/drivers/misc/mei/
H A Dbus.c454 if (cldev->notif_cb) in mei_cl_bus_notif_work()
455 cldev->notif_cb(cldev); in mei_cl_bus_notif_work()
470 if (!cldev || !cldev->notif_cb) in mei_cl_bus_notify_event()
553 mei_cldev_cb_t notif_cb) in mei_cldev_register_notif_cb() argument
558 if (!notif_cb) in mei_cldev_register_notif_cb()
561 if (cldev->notif_cb) in mei_cldev_register_notif_cb()
564 cldev->notif_cb = notif_cb; in mei_cldev_register_notif_cb()
572 cldev->notif_cb = NULL; in mei_cldev_register_notif_cb()
871 if (cldev->notif_cb) { in mei_cldev_unregister_callbacks()
873 cldev->notif_cb = NULL; in mei_cldev_unregister_callbacks()
/linux/include/linux/
H A Dmei_cl_bus.h54 mei_cldev_cb_t notif_cb; member
113 mei_cldev_cb_t notif_cb);