Searched refs:PM_INIT_SUSPEND_CB (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/soc/xilinx/ |
H A D | xlnx_event_manager.c | 159 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() 271 * PM_INIT_SUSPEND_CB - for suspend callback. 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() 366 * PM_INIT_SUSPEND_CB [all...] |
H A D | zynqmp_power.c | 77 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()
|
/kernel/linux/linux-5.10/drivers/soc/xilinx/ |
H A D | zynqmp_power.c | 50 PM_INIT_SUSPEND_CB = 30, enumerator 67 if (payload[0] == PM_INIT_SUSPEND_CB) { in zynqmp_pm_isr() 92 if (payload[0] == PM_INIT_SUSPEND_CB) { in ipi_receive_callback()
|
/kernel/linux/linux-6.6/include/linux/firmware/ |
H A D | xlnx-zynqmp.h | 104 PM_INIT_SUSPEND_CB = 30, enumerator
|
Completed in 4 milliseconds