Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpm_runtime.h38 #define DEFINE_RUNTIME_DEV_PM_OPS(name, suspend_fn, resume_fn, idle_fn) \ argument
41 resume_fn, idle_fn)
43 #define EXPORT_RUNTIME_DEV_PM_OPS(name, suspend_fn, resume_fn, idle_fn) \ argument
45 RUNTIME_PM_OPS(suspend_fn, resume_fn, idle_fn) \
47 #define EXPORT_GPL_RUNTIME_DEV_PM_OPS(name, suspend_fn, resume_fn, idle_fn) \ argument
49 RUNTIME_PM_OPS(suspend_fn, resume_fn, idle_fn) \
51 #define EXPORT_NS_RUNTIME_DEV_PM_OPS(name, suspend_fn, resume_fn, idle_fn, ns) \ argument
53 RUNTIME_PM_OPS(suspend_fn, resume_fn, idle_fn) \
55 #define EXPORT_NS_GPL_RUNTIME_DEV_PM_OPS(name, suspend_fn, resume_fn, idle_fn, ns) \ argument
57 RUNTIME_PM_OPS(suspend_fn, resume_fn, idle_fn) \
/linux/arch/arm/mach-omap2/
H A Dpm33xx-core.c39 static int (*idle_fn)(u32 wfi_flags); variable
100 idle_fn = idle; in amx3_common_init()
134 idle_fn = NULL; in amx3_suspend_deinit()
430 if (idle_fn) in amx3_idle_enter()
431 idle_fn(idle_state->wfi_flags); in amx3_idle_enter()
/linux/drivers/cpuidle/
H A Dcpuidle-powernv.c232 int (*idle_fn)(struct cpuidle_device *, in add_powernv_state()
244 powernv_states[index].enter = idle_fn; in add_powernv_state()