Searched refs:notif_cb (Results 1 – 2 of 2) sorted by relevance
371 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() argument475 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()770 if (cldev->notif_cb) { in mei_cldev_unregister_callbacks()772 cldev->notif_cb = NULL; in mei_cldev_unregister_callbacks()
53 mei_cldev_cb_t notif_cb; member108 mei_cldev_cb_t notif_cb);