Searched refs:cb_fun (Results 1 – 2 of 2) sorted by relevance
105 event_cb_func_t cb_fun, void *data) in xlnx_add_cb_for_notify_event() argument138 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()168 static int xlnx_add_cb_for_suspend(event_cb_func_t cb_fun, void *data) in xlnx_add_cb_for_suspend() argument195 cb_data->eve_cb = cb_fun; in xlnx_add_cb_for_suspend()206 static int xlnx_remove_cb_for_suspend(event_cb_func_t cb_fun) in xlnx_remove_cb_for_suspend() argument221 if (cb_pos->eve_cb == cb_fun) { in xlnx_remove_cb_for_suspend()242 event_cb_func_t cb_fun, void *data) in xlnx_remove_cb_for_notify_event() argument258 if (cb_pos->eve_cb == cb_fun && in xlnx_remove_cb_for_notify_event()[all …]
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() argument40 const u32 event, event_cb_func_t cb_fun, void *data) in xlnx_unregister_event() argument