Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/misc/mei/
Dbus.c492 if (cldev->notif_cb) in mei_cl_bus_notif_work()
493 cldev->notif_cb(cldev); in mei_cl_bus_notif_work()
508 if (!cldev || !cldev->notif_cb) in mei_cl_bus_notify_event()
591 mei_cldev_cb_t notif_cb) in mei_cldev_register_notif_cb() argument
596 if (!notif_cb) in mei_cldev_register_notif_cb()
599 if (cldev->notif_cb) in mei_cldev_register_notif_cb()
602 cldev->notif_cb = notif_cb; in mei_cldev_register_notif_cb()
610 cldev->notif_cb = NULL; in mei_cldev_register_notif_cb()
896 if (cldev->notif_cb) { in mei_cldev_unregister_callbacks()
898 cldev->notif_cb = NULL; in mei_cldev_unregister_callbacks()
/linux-6.12.1/include/linux/
Dmei_cl_bus.h54 mei_cldev_cb_t notif_cb; member
117 mei_cldev_cb_t notif_cb);