Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/firmware/
Dxlnx-event-manager.h22 typedef void (*event_cb_func_t)(const u32 *payload, void *data); typedef
27 event_cb_func_t cb_fun, void *data);
30 const u32 event, event_cb_func_t cb_fun, void *data);
34 event_cb_func_t cb_fun, void *data) in xlnx_register_event()
40 const u32 event, event_cb_func_t cb_fun, void *data) in xlnx_unregister_event()
/linux-6.12.1/drivers/soc/xilinx/
Dxlnx_event_manager.c54 event_cb_func_t eve_cb;
105 event_cb_func_t cb_fun, void *data) in xlnx_add_cb_for_notify_event()
168 static int xlnx_add_cb_for_suspend(event_cb_func_t cb_fun, void *data) in xlnx_add_cb_for_suspend()
204 static int xlnx_remove_cb_for_suspend(event_cb_func_t cb_fun) in xlnx_remove_cb_for_suspend()
240 event_cb_func_t cb_fun, void *data) in xlnx_remove_cb_for_notify_event()
297 const bool wake, event_cb_func_t cb_fun, void *data) in xlnx_register_event()
390 event_cb_func_t cb_fun, void *data) in xlnx_unregister_event()
Dzynqmp_power.c45 event_cb_func_t cb_fun;
258 const u32 event, const bool wake, event_cb_func_t cb_fun) in register_event()