Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/soc/xilinx/
Dxlnx_event_manager.c206 bool is_callback_found = false; in xlnx_remove_cb_for_suspend() local
220 is_callback_found = true; in xlnx_remove_cb_for_suspend()
231 if (!is_callback_found) { in xlnx_remove_cb_for_suspend()
242 bool is_callback_found = false; in xlnx_remove_cb_for_notify_event() local
258 is_callback_found = true; in xlnx_remove_cb_for_notify_event()
273 if (!is_callback_found) { in xlnx_remove_cb_for_notify_event()
442 bool is_callback_found = false; in xlnx_call_suspend_cb_handler() local
453 is_callback_found = true; in xlnx_call_suspend_cb_handler()
457 if (!is_callback_found) in xlnx_call_suspend_cb_handler()
463 bool is_callback_found = false; in xlnx_call_notify_cb_handler() local
[all …]