Home
last modified time | relevance | path

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

/linux/drivers/soc/xilinx/
H A Dxlnx_event_manager.c174 hash_for_each_possible(reg_driver_map, eve_data, hentry, PM_INIT_SUSPEND_CB) { in xlnx_add_cb_for_suspend()
175 if (eve_data->cb_type == PM_INIT_SUSPEND_CB) { in xlnx_add_cb_for_suspend()
187 eve_data->cb_type = PM_INIT_SUSPEND_CB; in xlnx_add_cb_for_suspend()
201 hash_add(reg_driver_map, &eve_data->hentry, PM_INIT_SUSPEND_CB); in xlnx_add_cb_for_suspend()
217 hash_for_each_possible_safe(reg_driver_map, eve_data, tmp, hentry, PM_INIT_SUSPEND_CB) { in xlnx_remove_cb_for_suspend()
218 if (eve_data->cb_type == PM_INIT_SUSPEND_CB) { in xlnx_remove_cb_for_suspend()
308 if (cb_type != PM_NOTIFY_CB && cb_type != PM_INIT_SUSPEND_CB) { in xlnx_register_event()
316 if (cb_type == PM_INIT_SUSPEND_CB) { in xlnx_register_event()
402 if (cb_type != PM_NOTIFY_CB && cb_type != PM_INIT_SUSPEND_CB) { in xlnx_unregister_event()
410 if (cb_type == PM_INIT_SUSPEND_CB) { in xlnx_unregister_event()
[all …]
H A Dzynqmp_power.c108 if (payload[0] == PM_INIT_SUSPEND_CB) { in zynqmp_pm_isr()
135 if (payload[0] == PM_INIT_SUSPEND_CB) { in ipi_receive_callback()
306 ret = register_event(&pdev->dev, PM_INIT_SUSPEND_CB, 0, 0, false, in zynqmp_pm_probe()
/linux/include/linux/firmware/
H A Dxlnx-zynqmp.h155 PM_INIT_SUSPEND_CB = 30, enumerator