Searched defs:idle_fn (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | pm_runtime.h | 37 #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 D | pm.h | 336 #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 D | pm33xx-core.c | 39 static int (*idle_fn)(u32 wfi_flags); variable
|