Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/soc/xilinx/
A Dxlnx_event_manager.c90 event_cb_func_t cb_fun, void *data) in xlnx_add_cb_for_notify_event() argument
123 cb_data->eve_cb = cb_fun; in xlnx_add_cb_for_notify_event()
134 if (cb_pos->eve_cb == cb_fun && in xlnx_add_cb_for_notify_event()
144 cb_data->eve_cb = cb_fun; in xlnx_add_cb_for_notify_event()
178 cb_data->eve_cb = cb_fun; in xlnx_add_cb_for_suspend()
203 if (cb_pos->eve_cb == cb_fun) { in xlnx_remove_cb_for_suspend()
224 event_cb_func_t cb_fun, void *data) in xlnx_remove_cb_for_notify_event() argument
239 if (cb_pos->eve_cb == cb_fun && in xlnx_remove_cb_for_notify_event()
294 if (!cb_fun) in xlnx_register_event()
373 event_cb_func_t cb_fun, void *data) in xlnx_unregister_event() argument
[all …]
/linux-6.3-rc2/include/linux/firmware/
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

Completed in 4 milliseconds