Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/soc/xilinx/
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()
200 hash_for_each_possible_safe(reg_driver_map, eve_data, tmp, hentry, PM_INIT_SUSPEND_CB) { in xlnx_remove_cb_for_suspend()
201 if (eve_data->cb_type == PM_INIT_SUSPEND_CB) { in xlnx_remove_cb_for_suspend()
291 if (cb_type != PM_NOTIFY_CB && cb_type != PM_INIT_SUSPEND_CB) { in xlnx_register_event()
299 if (cb_type == PM_INIT_SUSPEND_CB) { in xlnx_register_event()
385 if (cb_type != PM_NOTIFY_CB && cb_type != PM_INIT_SUSPEND_CB) { in xlnx_unregister_event()
393 if (cb_type == PM_INIT_SUSPEND_CB) { in xlnx_unregister_event()
[all …]
Dzynqmp_power.c77 if (payload[0] == PM_INIT_SUSPEND_CB) { in zynqmp_pm_isr()
102 if (payload[0] == PM_INIT_SUSPEND_CB) { in ipi_receive_callback()
204 ret = xlnx_register_event(PM_INIT_SUSPEND_CB, 0, 0, false, in zynqmp_pm_probe()
211 xlnx_unregister_event(PM_INIT_SUSPEND_CB, 0, 0, in zynqmp_pm_probe()
267 xlnx_unregister_event(PM_INIT_SUSPEND_CB, 0, 0, suspend_event_callback, in zynqmp_pm_probe()
282 xlnx_unregister_event(PM_INIT_SUSPEND_CB, 0, 0, suspend_event_callback, NULL); in zynqmp_pm_remove()
/Linux-v6.6/include/linux/firmware/
Dxlnx-zynqmp.h104 PM_INIT_SUSPEND_CB = 30, enumerator