Home
last modified time | relevance | path

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

/openbmc/linux/drivers/soc/xilinx/
H A Dxlnx_event_manager.c194 bool is_callback_found = false; in xlnx_remove_cb_for_suspend() local
208 is_callback_found = true; in xlnx_remove_cb_for_suspend()
219 if (!is_callback_found) { in xlnx_remove_cb_for_suspend()
230 bool is_callback_found = false; in xlnx_remove_cb_for_notify_event() local
246 is_callback_found = true; in xlnx_remove_cb_for_notify_event()
261 if (!is_callback_found) { in xlnx_remove_cb_for_notify_event()
430 bool is_callback_found = false; in xlnx_call_suspend_cb_handler() local
441 is_callback_found = true; in xlnx_call_suspend_cb_handler()
445 if (!is_callback_found) in xlnx_call_suspend_cb_handler()
451 bool is_callback_found = false; in xlnx_call_notify_cb_handler() local
[all …]