Searched refs:fns (Results 1 – 1 of 1) sorted by relevance
/trusted-firmware-a-latest/plat/mediatek/lib/pm/armv8_2/ |
D | pwr_ctrl.c | 461 unsigned int fns = 0; in register_cpu_pm_ops() local 469 cpu_resume, success, fns); in register_cpu_pm_ops() 472 cpu_suspend, success, fns); in register_cpu_pm_ops() 475 cluster_resume, success, fns); in register_cpu_pm_ops() 478 cluster_suspend, success, fns); in register_cpu_pm_ops() 481 mcusys_resume, success, fns); in register_cpu_pm_ops() 484 mcusys_suspend, success, fns); in register_cpu_pm_ops() 487 get_pstate, success, fns); in register_cpu_pm_ops() 490 pwr_state_valid, success, fns); in register_cpu_pm_ops() 493 init, success, fns); in register_cpu_pm_ops() [all …]
|