Searched refs:PM_INIT_SUSPEND_CB (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/drivers/soc/xilinx/ |
D | xlnx_event_manager.c | 157 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 …]
|
D | zynqmp_power.c | 76 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-v6.1/include/linux/firmware/ |
D | xlnx-zynqmp.h | 82 PM_INIT_SUSPEND_CB = 30, enumerator
|