Searched refs:cb_fun (Results 1 – 3 of 3) sorted by relevance
91 event_cb_func_t cb_fun, void *data) in xlnx_add_cb_for_notify_event() argument124 cb_data->eve_cb = cb_fun; in xlnx_add_cb_for_notify_event()135 if (cb_pos->eve_cb == cb_fun && in xlnx_add_cb_for_notify_event()145 cb_data->eve_cb = cb_fun; in xlnx_add_cb_for_notify_event()154 static int xlnx_add_cb_for_suspend(event_cb_func_t cb_fun, void *data) in xlnx_add_cb_for_suspend() argument181 cb_data->eve_cb = cb_fun; in xlnx_add_cb_for_suspend()192 static int xlnx_remove_cb_for_suspend(event_cb_func_t cb_fun) in xlnx_remove_cb_for_suspend() argument207 if (cb_pos->eve_cb == cb_fun) { in xlnx_remove_cb_for_suspend()228 event_cb_func_t cb_fun, void *data) in xlnx_remove_cb_for_notify_event() argument244 if (cb_pos->eve_cb == cb_fun && in xlnx_remove_cb_for_notify_event()[all …]
17 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() argument30 const u32 event, event_cb_func_t cb_fun, void *data) in xlnx_unregister_event() argument
2302 cb_fun = None2310 cb_fun = cb2316 cb_fun = cb2322 notifier.loop(callback=cb_fun)