Home
last modified time | relevance | path

Searched refs:PM_NOTIFY_CB (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/soc/xilinx/
H A Dxlnx_event_manager.c129 eve_data->cb_type = PM_NOTIFY_CB; in xlnx_add_cb_for_notify_event()
308 if (cb_type != PM_NOTIFY_CB && 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()
518 if (cb_type == PM_NOTIFY_CB) { in xlnx_event_handler()
H A Dzynqmp_power.c166 if (pm_work->args[0] == PM_NOTIFY_CB) { in zynqmp_pm_subsystem_restart_work_fn()
329 ret = register_event(&pdev->dev, PM_NOTIFY_CB, node_id, EVENT_SUBSYSTEM_RESTART, in zynqmp_pm_probe()
/linux/drivers/edac/
H A Dversal_edac.c1140 rc = xlnx_register_event(PM_NOTIFY_CB, VERSAL_EVENT_ERROR_PMC_ERR1, in mc_probe()
1176 xlnx_unregister_event(PM_NOTIFY_CB, VERSAL_EVENT_ERROR_PMC_ERR1, in mc_remove()
/linux/include/linux/firmware/
H A Dxlnx-zynqmp.h157 PM_NOTIFY_CB = 32, enumerator