Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dpm.h308 #define SET_SYSTEM_SLEEP_PM_OPS(suspend_fn, resume_fn) \ argument
310 .resume = resume_fn, \
312 .thaw = resume_fn, \
314 .restore = resume_fn,
316 #define SET_SYSTEM_SLEEP_PM_OPS(suspend_fn, resume_fn) argument
320 #define SET_LATE_SYSTEM_SLEEP_PM_OPS(suspend_fn, resume_fn) \ argument
322 .resume_early = resume_fn, \
324 .thaw_early = resume_fn, \
326 .restore_early = resume_fn,
328 #define SET_LATE_SYSTEM_SLEEP_PM_OPS(suspend_fn, resume_fn) argument
[all …]