Searched refs:notif_cb (Results 1 – 2 of 2) sorted by relevance
304 if (cldev->notif_cb) in mei_cl_bus_notif_work()305 cldev->notif_cb(cldev); in mei_cl_bus_notif_work()320 if (!cldev || !cldev->notif_cb) in mei_cl_bus_notify_event()397 mei_cldev_cb_t notif_cb) in mei_cldev_register_notif_cb() argument402 if (!notif_cb) in mei_cldev_register_notif_cb()405 if (cldev->notif_cb) in mei_cldev_register_notif_cb()408 cldev->notif_cb = notif_cb; in mei_cldev_register_notif_cb()568 if (cldev->notif_cb) { in mei_cldev_unregister_callbacks()570 cldev->notif_cb = NULL; in mei_cldev_unregister_callbacks()
50 mei_cldev_cb_t notif_cb; member96 mei_cldev_cb_t notif_cb);