Home
last modified time | relevance | path

Searched refs:cb_fun (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/soc/xilinx/
H A Dxlnx_event_manager.c91 event_cb_func_t cb_fun, void *data) in xlnx_add_cb_for_notify_event() argument
124 cb_data->eve_cb = cb_fun; in xlnx_add_cb_for_notify_event()
135 if (cb_pos->eve_cb == cb_fun && in xlnx_add_cb_for_notify_event()
145 cb_data->eve_cb = cb_fun; in xlnx_add_cb_for_notify_event()
179 cb_data->eve_cb = cb_fun; in xlnx_add_cb_for_suspend()
205 if (cb_pos->eve_cb == cb_fun) { in xlnx_remove_cb_for_suspend()
226 event_cb_func_t cb_fun, void *data) in xlnx_remove_cb_for_notify_event() argument
242 if (cb_pos->eve_cb == cb_fun && in xlnx_remove_cb_for_notify_event()
297 if (!cb_fun) in xlnx_register_event()
376 event_cb_func_t cb_fun, void *data) in xlnx_unregister_event() argument
[all …]
/openbmc/linux/include/linux/firmware/
H A Dxlnx-event-manager.h17 event_cb_func_t cb_fun, void *data);
20 const u32 event, event_cb_func_t cb_fun, void *data);
24 event_cb_func_t cb_fun, void *data) in xlnx_register_event() argument
30 const u32 event, event_cb_func_t cb_fun, void *data) in xlnx_unregister_event() argument
/openbmc/openbmc/poky/bitbake/lib/
H A Dpyinotify.py2302 cb_fun = None
2310 cb_fun = cb
2316 cb_fun = cb
2322 notifier.loop(callback=cb_fun)