Searched refs:cb_fun (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/soc/xilinx/ |
| A D | xlnx_event_manager.c | 105 event_cb_func_t cb_fun, void *data) in xlnx_add_cb_for_notify_event() argument 138 cb_data->eve_cb = cb_fun; in xlnx_add_cb_for_notify_event() 149 if (cb_pos->eve_cb == cb_fun && in xlnx_add_cb_for_notify_event() 159 cb_data->eve_cb = cb_fun; in xlnx_add_cb_for_notify_event() 193 cb_data->eve_cb = cb_fun; in xlnx_add_cb_for_suspend() 219 if (cb_pos->eve_cb == cb_fun) { in xlnx_remove_cb_for_suspend() 240 event_cb_func_t cb_fun, void *data) in xlnx_remove_cb_for_notify_event() argument 256 if (cb_pos->eve_cb == cb_fun && in xlnx_remove_cb_for_notify_event() 311 if (!cb_fun) in xlnx_register_event() 390 event_cb_func_t cb_fun, void *data) in xlnx_unregister_event() argument [all …]
|
| A D | zynqmp_power.c | 45 event_cb_func_t cb_fun; member 254 event_info->event, event_info->cb_fun, NULL); in unregister_event() 258 const u32 event, const bool wake, event_cb_func_t cb_fun) in register_event() argument 272 event_info->cb_fun = cb_fun; in register_event() 275 event_info->event, event_info->wake, event_info->cb_fun, NULL); in register_event()
|
| /linux/include/linux/firmware/ |
| A D | xlnx-event-manager.h | 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() argument 40 const u32 event, event_cb_func_t cb_fun, void *data) in xlnx_unregister_event() argument
|
Completed in 10 milliseconds