Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/soc/xilinx/
H A Dxlnx_event_manager.c49 * @eve_cb: Function pointer to store the callback function.
54 event_cb_func_t eve_cb; member
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()
204 if (cb_pos->eve_cb == cb_fun) { in xlnx_remove_cb_for_suspend()
241 if (cb_pos->eve_cb == cb_fun && in xlnx_remove_cb_for_notify_event()
437 cb_pos->eve_cb(&payload[0], cb_pos->agent_data); in xlnx_call_suspend_cb_handler()
459 cb_pos->eve_cb( in xlnx_call_notify_cb_handler()
[all...]

Completed in 2 milliseconds