Searched refs:cb_fun (Results 1 – 2 of 2) sorted by relevance
90 event_cb_func_t cb_fun, void *data) in xlnx_add_cb_for_notify_event() argument121 cb_data->eve_cb = cb_fun; in xlnx_add_cb_for_notify_event()132 if (cb_pos->eve_cb == cb_fun && in xlnx_add_cb_for_notify_event()142 cb_data->eve_cb = cb_fun; in xlnx_add_cb_for_notify_event()151 static int xlnx_add_cb_for_suspend(event_cb_func_t cb_fun, void *data) in xlnx_add_cb_for_suspend() argument176 cb_data->eve_cb = cb_fun; in xlnx_add_cb_for_suspend()187 static int xlnx_remove_cb_for_suspend(event_cb_func_t cb_fun) in xlnx_remove_cb_for_suspend() argument201 if (cb_pos->eve_cb == cb_fun) { in xlnx_remove_cb_for_suspend()222 event_cb_func_t cb_fun, void *data) in xlnx_remove_cb_for_notify_event() argument237 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