Searched refs:idle_fn (Results 1 – 2 of 2) sorted by relevance
| /include/linux/ |
| A D | pm_runtime.h | 37 #define DEFINE_RUNTIME_DEV_PM_OPS(name, suspend_fn, resume_fn, idle_fn) \ argument 40 resume_fn, idle_fn) 42 #define EXPORT_RUNTIME_DEV_PM_OPS(name, suspend_fn, resume_fn, idle_fn) \ argument 44 RUNTIME_PM_OPS(suspend_fn, resume_fn, idle_fn) \ 46 #define EXPORT_GPL_RUNTIME_DEV_PM_OPS(name, suspend_fn, resume_fn, idle_fn) \ argument 48 RUNTIME_PM_OPS(suspend_fn, resume_fn, idle_fn) \ 50 #define EXPORT_NS_RUNTIME_DEV_PM_OPS(name, suspend_fn, resume_fn, idle_fn, ns) \ argument 52 RUNTIME_PM_OPS(suspend_fn, resume_fn, idle_fn) \ 54 #define EXPORT_NS_GPL_RUNTIME_DEV_PM_OPS(name, suspend_fn, resume_fn, idle_fn, ns) \ argument 56 RUNTIME_PM_OPS(suspend_fn, resume_fn, idle_fn) \
|
| A D | pm.h | 337 #define RUNTIME_PM_OPS(suspend_fn, resume_fn, idle_fn) \ argument 340 .runtime_idle = idle_fn, 364 #define SET_RUNTIME_PM_OPS(suspend_fn, resume_fn, idle_fn) \ argument 365 RUNTIME_PM_OPS(suspend_fn, resume_fn, idle_fn) 367 #define SET_RUNTIME_PM_OPS(suspend_fn, resume_fn, idle_fn) argument 372 runtime_suspend_fn, runtime_resume_fn, idle_fn) \ argument 375 RUNTIME_PM_OPS(runtime_suspend_fn, runtime_resume_fn, idle_fn) \ 457 #define UNIVERSAL_DEV_PM_OPS(name, suspend_fn, resume_fn, idle_fn) \ argument 460 SET_RUNTIME_PM_OPS(suspend_fn, resume_fn, idle_fn) \
|
Completed in 7 milliseconds