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

/linux-master/include/linux/
H A Dmei_cl_bus.h35 * @notif_cb: Drivers register this callback to get asynchronous ME
54 mei_cldev_cb_t notif_cb; member in struct:mei_cl_device
117 mei_cldev_cb_t notif_cb);
/linux-master/drivers/misc/mei/
H A Dbus.c492 if (cldev->notif_cb)
493 cldev->notif_cb(cldev);
508 if (!cldev || !cldev->notif_cb)
584 * @notif_cb: callback function
591 mei_cldev_cb_t notif_cb)
596 if (!notif_cb)
599 if (cldev->notif_cb)
602 cldev->notif_cb = notif_cb;
610 cldev->notif_cb
590 mei_cldev_register_notif_cb(struct mei_cl_device *cldev, mei_cldev_cb_t notif_cb) argument
[all...]

Completed in 274 milliseconds