Home
last modified time | relevance | path

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

/openbmc/qemu/contrib/ivshmem-client/
H A Divshmem-client.h77 IvshmemClientNotifCb notif_cb; /**< notification callback */ member
97 IvshmemClientNotifCb notif_cb, void *notif_arg,
H A Divshmem-client.c145 IvshmemClientNotifCb notif_cb, void *notif_arg, in ivshmem_client_init() argument
168 client->notif_cb = notif_cb; in ivshmem_client_init()
318 if (client->notif_cb != NULL) { in ivshmem_client_handle_event()
319 client->notif_cb(client, peer, i, client->notif_arg); in ivshmem_client_handle_event()
/openbmc/linux/include/linux/
H A Dmei_cl_bus.h54 mei_cldev_cb_t notif_cb; member
109 mei_cldev_cb_t notif_cb);
/openbmc/linux/drivers/misc/mei/
H A Dbus.c408 if (cldev->notif_cb) in mei_cl_bus_notif_work()
409 cldev->notif_cb(cldev); in mei_cl_bus_notif_work()
424 if (!cldev || !cldev->notif_cb) in mei_cl_bus_notify_event()
507 mei_cldev_cb_t notif_cb) in mei_cldev_register_notif_cb() argument
512 if (!notif_cb) in mei_cldev_register_notif_cb()
515 if (cldev->notif_cb) in mei_cldev_register_notif_cb()
518 cldev->notif_cb = notif_cb; in mei_cldev_register_notif_cb()
526 cldev->notif_cb = NULL; in mei_cldev_register_notif_cb()
812 if (cldev->notif_cb) { in mei_cldev_unregister_callbacks()
814 cldev->notif_cb = NULL; in mei_cldev_unregister_callbacks()