Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/soc/xilinx/
A Dxlnx_event_manager.c159 hash_for_each_possible(reg_driver_map, eve_data, hentry, PM_INIT_SUSPEND_CB) { in xlnx_add_cb_for_suspend()
160 if (eve_data->cb_type == PM_INIT_SUSPEND_CB) { in xlnx_add_cb_for_suspend()
172 eve_data->cb_type = PM_INIT_SUSPEND_CB; in xlnx_add_cb_for_suspend()
184 hash_add(reg_driver_map, &eve_data->hentry, PM_INIT_SUSPEND_CB); in xlnx_add_cb_for_suspend()
199 hash_for_each_possible(reg_driver_map, eve_data, hentry, PM_INIT_SUSPEND_CB) { in xlnx_remove_cb_for_suspend()
200 if (eve_data->cb_type == PM_INIT_SUSPEND_CB) { in xlnx_remove_cb_for_suspend()
289 if (cb_type != PM_NOTIFY_CB && cb_type != PM_INIT_SUSPEND_CB) { in xlnx_register_event()
297 if (cb_type == PM_INIT_SUSPEND_CB) { in xlnx_register_event()
383 if (cb_type != PM_NOTIFY_CB && cb_type != PM_INIT_SUSPEND_CB) { in xlnx_unregister_event()
391 if (cb_type == PM_INIT_SUSPEND_CB) { in xlnx_unregister_event()
[all …]
A 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.3-rc2/include/linux/firmware/
A Dxlnx-zynqmp.h87 PM_INIT_SUSPEND_CB = 30, enumerator

Completed in 9 milliseconds