Searched refs:cpu_pm_notify (Results 1 – 1 of 1) sorted by relevance
/kernel/ |
D | cpu_pm.c | 28 static int cpu_pm_notify(enum cpu_pm_event event, int nr_to_call, int *nr_calls) in cpu_pm_notify() function 104 ret = cpu_pm_notify(CPU_PM_ENTER, -1, &nr_calls); in cpu_pm_enter() 110 cpu_pm_notify(CPU_PM_ENTER_FAILED, nr_calls - 1, NULL); in cpu_pm_enter() 134 ret = cpu_pm_notify(CPU_PM_EXIT, -1, NULL); in cpu_pm_exit() 163 ret = cpu_pm_notify(CPU_CLUSTER_PM_ENTER, -1, &nr_calls); in cpu_cluster_pm_enter() 169 cpu_pm_notify(CPU_CLUSTER_PM_ENTER_FAILED, nr_calls - 1, NULL); in cpu_cluster_pm_enter() 196 ret = cpu_pm_notify(CPU_CLUSTER_PM_EXIT, -1, NULL); in cpu_cluster_pm_exit()
|