Searched defs:idle_fn (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/include/linux/ |
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 45 #define EXPORT_GPL_RUNTIME_DEV_PM_OPS(name, suspend_fn, resume_fn, idle_fn) \ argument 48 #define EXPORT_NS_RUNTIME_DEV_PM_OPS(name, suspend_fn, resume_fn, idle_fn, ns) \ argument 51 #define EXPORT_NS_GPL_RUNTIME_DEV_PM_OPS(name, suspend_fn, resume_fn, idle_fn, ns) \ argument
|
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 379 runtime_resume_fn, idle_fn, sec, ns) \ argument 385 runtime_resume_fn, idle_fn, sec, ns) \ argument 432 #define UNIVERSAL_DEV_PM_OPS(name, suspend_fn, resume_fn, idle_fn) \ argument
|
/linux-5.19.10/arch/arm/mach-omap2/ |
D | pm33xx-core.c | 40 static int (*idle_fn)(u32 wfi_flags); variable
|