Home
last modified time | relevance | path

Searched refs:idle_fn (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/linux/
Dpm.h358 #define SET_RUNTIME_PM_OPS(suspend_fn, resume_fn, idle_fn) \ argument
361 .runtime_idle = idle_fn,
363 #define SET_RUNTIME_PM_OPS(suspend_fn, resume_fn, idle_fn) argument
388 #define UNIVERSAL_DEV_PM_OPS(name, suspend_fn, resume_fn, idle_fn) \ argument
391 SET_RUNTIME_PM_OPS(suspend_fn, resume_fn, idle_fn) \
/linux-4.4.14/drivers/soc/qcom/
Dspm.c119 typedef int (*idle_fn)(int); typedef
120 static DEFINE_PER_CPU(idle_fn*, qcom_idle_ops);
216 idle_fn idle_fns[CPUIDLE_STATE_MAX]; in qcom_cpuidle_init()
217 idle_fn *fns; in qcom_cpuidle_init()