Home
last modified time | relevance | path

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

/linux/drivers/misc/mei/
H A Dbus.c453 if (cldev->notif_cb) in mei_cl_bus_notif_work()
454 cldev->notif_cb(cldev); in mei_cl_bus_notif_work()
469 if (!cldev || !cldev->notif_cb) in mei_cl_bus_notify_event()
552 mei_cldev_cb_t notif_cb) in mei_cldev_register_notif_cb() argument
557 if (!notif_cb) in mei_cldev_register_notif_cb()
560 if (cldev->notif_cb) in mei_cldev_register_notif_cb()
563 cldev->notif_cb = notif_cb; in mei_cldev_register_notif_cb()
571 cldev->notif_cb = NULL; in mei_cldev_register_notif_cb()
857 if (cldev->notif_cb) { in mei_cldev_unregister_callbacks()
859 cldev->notif_cb = NULL; in mei_cldev_unregister_callbacks()