Searched refs:cpu_pm_notify (Results 1 – 1 of 1) sorted by relevance
/kernel/ |
D | cpu_pm.c | 18 static int cpu_pm_notify(enum cpu_pm_event event, int nr_to_call, int *nr_calls) in cpu_pm_notify() function 86 ret = cpu_pm_notify(CPU_PM_ENTER, -1, &nr_calls); in cpu_pm_enter() 92 cpu_pm_notify(CPU_PM_ENTER_FAILED, nr_calls - 1, NULL); in cpu_pm_enter() 112 return cpu_pm_notify(CPU_PM_EXIT, -1, NULL); in cpu_pm_exit() 137 ret = cpu_pm_notify(CPU_CLUSTER_PM_ENTER, -1, &nr_calls); in cpu_cluster_pm_enter() 143 cpu_pm_notify(CPU_CLUSTER_PM_ENTER_FAILED, nr_calls - 1, NULL); in cpu_cluster_pm_enter() 166 return cpu_pm_notify(CPU_CLUSTER_PM_EXIT, -1, NULL); in cpu_cluster_pm_exit()
|