Home
last modified time | relevance | path

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

/drivers/misc/mei/
Dbus.c294 if (cldev->notif_cb) in mei_cl_bus_notif_work()
295 cldev->notif_cb(cldev); in mei_cl_bus_notif_work()
310 if (!cldev || !cldev->notif_cb) in mei_cl_bus_notify_event()
387 mei_cldev_cb_t notif_cb) in mei_cldev_register_notif_cb() argument
392 if (!notif_cb) in mei_cldev_register_notif_cb()
395 if (cldev->notif_cb) in mei_cldev_register_notif_cb()
398 cldev->notif_cb = notif_cb; in mei_cldev_register_notif_cb()
626 if (cldev->notif_cb) { in mei_cldev_unregister_callbacks()
628 cldev->notif_cb = NULL; in mei_cldev_unregister_callbacks()