Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/soc/xilinx/
Dxlnx_event_manager.c157 hash_for_each_possible(reg_driver_map, eve_data, hentry, PM_INIT_SUSPEND_CB) { in xlnx_add_cb_for_suspend()
158 if (eve_data->cb_type == PM_INIT_SUSPEND_CB) { in xlnx_add_cb_for_suspend()
170 eve_data->cb_type = PM_INIT_SUSPEND_CB; in xlnx_add_cb_for_suspend()
182 hash_add(reg_driver_map, &eve_data->hentry, PM_INIT_SUSPEND_CB); in xlnx_add_cb_for_suspend()
197 hash_for_each_possible(reg_driver_map, eve_data, hentry, PM_INIT_SUSPEND_CB) { in xlnx_remove_cb_for_suspend()
198 if (eve_data->cb_type == PM_INIT_SUSPEND_CB) { in xlnx_remove_cb_for_suspend()
287 if (cb_type != PM_NOTIFY_CB && cb_type != PM_INIT_SUSPEND_CB) { in xlnx_register_event()
295 if (cb_type == PM_INIT_SUSPEND_CB) { in xlnx_register_event()
381 if (cb_type != PM_NOTIFY_CB && cb_type != PM_INIT_SUSPEND_CB) { in xlnx_unregister_event()
389 if (cb_type == PM_INIT_SUSPEND_CB) { in xlnx_unregister_event()
[all …]
Dzynqmp_power.c76 if (payload[0] == PM_INIT_SUSPEND_CB) { in zynqmp_pm_isr()
101 if (payload[0] == PM_INIT_SUSPEND_CB) { in ipi_receive_callback()
203 ret = xlnx_register_event(PM_INIT_SUSPEND_CB, 0, 0, false, in zynqmp_pm_probe()
210 xlnx_unregister_event(PM_INIT_SUSPEND_CB, 0, 0, in zynqmp_pm_probe()
266 xlnx_unregister_event(PM_INIT_SUSPEND_CB, 0, 0, suspend_event_callback, in zynqmp_pm_probe()
281 xlnx_unregister_event(PM_INIT_SUSPEND_CB, 0, 0, suspend_event_callback, NULL); in zynqmp_pm_remove()
/linux-6.1.9/include/linux/firmware/
Dxlnx-zynqmp.h82 PM_INIT_SUSPEND_CB = 30, enumerator