Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/misc/mei/
Dbus.c371 if (cldev->notif_cb) in mei_cl_bus_notif_work()
372 cldev->notif_cb(cldev); in mei_cl_bus_notif_work()
387 if (!cldev || !cldev->notif_cb) in mei_cl_bus_notify_event()
470 mei_cldev_cb_t notif_cb) in mei_cldev_register_notif_cb() argument
475 if (!notif_cb) in mei_cldev_register_notif_cb()
478 if (cldev->notif_cb) in mei_cldev_register_notif_cb()
481 cldev->notif_cb = notif_cb; in mei_cldev_register_notif_cb()
489 cldev->notif_cb = NULL; in mei_cldev_register_notif_cb()
775 if (cldev->notif_cb) { in mei_cldev_unregister_callbacks()
777 cldev->notif_cb = NULL; in mei_cldev_unregister_callbacks()
/linux-6.1.9/include/linux/
Dmei_cl_bus.h53 mei_cldev_cb_t notif_cb; member
108 mei_cldev_cb_t notif_cb);