Home
last modified time | relevance | path

Searched refs:resume_fn (Results 1 – 1 of 1) sorted by relevance

/include/linux/
Dpm.h291 #define SET_SYSTEM_SLEEP_PM_OPS(suspend_fn, resume_fn) \ argument
293 .resume = resume_fn, \
295 .thaw = resume_fn, \
297 .restore = resume_fn,
299 #define SET_SYSTEM_SLEEP_PM_OPS(suspend_fn, resume_fn) argument
303 #define SET_RUNTIME_PM_OPS(suspend_fn, resume_fn, idle_fn) \ argument
305 .runtime_resume = resume_fn, \
308 #define SET_RUNTIME_PM_OPS(suspend_fn, resume_fn, idle_fn) argument
315 #define SIMPLE_DEV_PM_OPS(name, suspend_fn, resume_fn) \ argument
317 SET_SYSTEM_SLEEP_PM_OPS(suspend_fn, resume_fn) \
[all …]