Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dpm.h317 #define SET_SYSTEM_SLEEP_PM_OPS(suspend_fn, resume_fn) \ argument
319 .resume = resume_fn, \
321 .thaw = resume_fn, \
323 .restore = resume_fn,
325 #define SET_SYSTEM_SLEEP_PM_OPS(suspend_fn, resume_fn) argument
329 #define SET_LATE_SYSTEM_SLEEP_PM_OPS(suspend_fn, resume_fn) \ argument
331 .resume_early = resume_fn, \
333 .thaw_early = resume_fn, \
335 .restore_early = resume_fn,
337 #define SET_LATE_SYSTEM_SLEEP_PM_OPS(suspend_fn, resume_fn) argument
[all …]