Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dpm_runtime.h37 #define DEFINE_RUNTIME_DEV_PM_OPS(name, suspend_fn, resume_fn, idle_fn) \ argument
42 #define EXPORT_RUNTIME_DEV_PM_OPS(name, suspend_fn, resume_fn, idle_fn) \ argument
46 #define EXPORT_GPL_RUNTIME_DEV_PM_OPS(name, suspend_fn, resume_fn, idle_fn) \ argument
50 #define EXPORT_NS_RUNTIME_DEV_PM_OPS(name, suspend_fn, resume_fn, idle_fn, ns) \ argument
54 #define EXPORT_NS_GPL_RUNTIME_DEV_PM_OPS(name, suspend_fn, resume_fn, idle_fn, ns) \ argument
H A Dpm.h336 #define RUNTIME_PM_OPS(suspend_fn, resume_fn, idle_fn) \ argument
363 #define SET_RUNTIME_PM_OPS(suspend_fn, resume_fn, idle_fn) \ argument
366 #define SET_RUNTIME_PM_OPS(suspend_fn, resume_fn, idle_fn) argument
371 runtime_suspend_fn, runtime_resume_fn, idle_fn) \ argument
460 #define UNIVERSAL_DEV_PM_OPS(name, suspend_fn, resume_fn, idle_fn) \ argument
/openbmc/linux/arch/arm/mach-omap2/
H A Dpm33xx-core.c39 static int (*idle_fn)(u32 wfi_flags); variable