Searched refs:notif_cb (Results 1 – 2 of 2) sorted by relevance
492 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() argument596 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()
54 mei_cldev_cb_t notif_cb; member117 mei_cldev_cb_t notif_cb);