Home
last modified time | relevance | path

Searched defs:suspend_fn (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dpm.h313 #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...]
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
[all...]