Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/soc/xilinx/
Dxlnx_event_manager.c189 bool is_callback_found = false; in xlnx_remove_cb_for_suspend() local
202 is_callback_found = true; in xlnx_remove_cb_for_suspend()
213 if (!is_callback_found) { in xlnx_remove_cb_for_suspend()
224 bool is_callback_found = false; in xlnx_remove_cb_for_notify_event() local
239 is_callback_found = true; in xlnx_remove_cb_for_notify_event()
254 if (!is_callback_found) { in xlnx_remove_cb_for_notify_event()
423 bool is_callback_found = false; in xlnx_call_suspend_cb_handler() local
434 is_callback_found = true; in xlnx_call_suspend_cb_handler()
438 if (!is_callback_found) in xlnx_call_suspend_cb_handler()
444 bool is_callback_found = false; in xlnx_call_notify_cb_handler() local
[all …]