idle_fn           232 drivers/cpuidle/cpuidle-powernv.c 				     int (*idle_fn)(struct cpuidle_device *,
idle_fn           244 drivers/cpuidle/cpuidle-powernv.c 	powernv_states[index].enter = idle_fn;
idle_fn           112 drivers/soc/qcom/spm.c typedef int (*idle_fn)(void);
idle_fn           113 drivers/soc/qcom/spm.c static DEFINE_PER_CPU(idle_fn*, qcom_idle_ops);
idle_fn           209 drivers/soc/qcom/spm.c 	idle_fn idle_fns[CPUIDLE_STATE_MAX];
idle_fn           210 drivers/soc/qcom/spm.c 	idle_fn *fns;
idle_fn           341 include/linux/pm.h #define SET_RUNTIME_PM_OPS(suspend_fn, resume_fn, idle_fn) \
idle_fn           344 include/linux/pm.h 	.runtime_idle = idle_fn,
idle_fn           346 include/linux/pm.h #define SET_RUNTIME_PM_OPS(suspend_fn, resume_fn, idle_fn)
idle_fn           371 include/linux/pm.h #define UNIVERSAL_DEV_PM_OPS(name, suspend_fn, resume_fn, idle_fn) \
idle_fn           374 include/linux/pm.h 	SET_RUNTIME_PM_OPS(suspend_fn, resume_fn, idle_fn) \