H A D | pm.h | 313 #define SYSTEM_SLEEP_PM_OPS(suspend_fn, resume_fn) \ argument 321 #define LATE_SYSTEM_SLEEP_PM_OPS(suspend_fn, resume_fn) \ argument 329 #define NOIRQ_SYSTEM_SLEEP_PM_OPS(suspend_fn, resume_fn) \ argument 337 RUNTIME_PM_OPS(suspend_fn,resume_fn,idle_fn) global() argument 343 SET_SYSTEM_SLEEP_PM_OPS(suspend_fn,resume_fn) global() argument 346 SET_SYSTEM_SLEEP_PM_OPS(suspend_fn,resume_fn) global() argument 350 SET_LATE_SYSTEM_SLEEP_PM_OPS(suspend_fn,resume_fn) global() argument 353 SET_LATE_SYSTEM_SLEEP_PM_OPS(suspend_fn,resume_fn) global() argument 357 SET_NOIRQ_SYSTEM_SLEEP_PM_OPS(suspend_fn,resume_fn) global() argument 360 SET_NOIRQ_SYSTEM_SLEEP_PM_OPS(suspend_fn,resume_fn) global() argument 364 SET_RUNTIME_PM_OPS(suspend_fn,resume_fn,idle_fn) global() argument 367 SET_RUNTIME_PM_OPS(suspend_fn,resume_fn,idle_fn) global() argument 371 _DEFINE_DEV_PM_OPS(name,suspend_fn,resume_fn,runtime_suspend_fn,runtime_resume_fn,idle_fn) global() argument 415 DEFINE_SIMPLE_DEV_PM_OPS(name,suspend_fn,resume_fn) global() argument 418 EXPORT_SIMPLE_DEV_PM_OPS(name,suspend_fn,resume_fn) global() argument 422 EXPORT_GPL_SIMPLE_DEV_PM_OPS(name,suspend_fn,resume_fn) global() argument 426 EXPORT_NS_SIMPLE_DEV_PM_OPS(name,suspend_fn,resume_fn,ns) global() argument 430 EXPORT_NS_GPL_SIMPLE_DEV_PM_OPS(name,suspend_fn,resume_fn,ns) global() argument 436 SIMPLE_DEV_PM_OPS(name,suspend_fn,resume_fn) global() argument 457 UNIVERSAL_DEV_PM_OPS(name,suspend_fn,resume_fn,idle_fn) global() argument 467 DEFINE_NOIRQ_DEV_PM_OPS(name,suspend_fn,resume_fn) global() argument [all...] |