Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dpm.h322 #define SET_SYSTEM_SLEEP_PM_OPS(suspend_fn, resume_fn) \ argument
324 .resume = resume_fn, \
326 .thaw = resume_fn, \
328 .restore = resume_fn,
330 #define SET_SYSTEM_SLEEP_PM_OPS(suspend_fn, resume_fn) argument
334 #define SET_LATE_SYSTEM_SLEEP_PM_OPS(suspend_fn, resume_fn) \ argument
336 .resume_early = resume_fn, \
338 .thaw_early = resume_fn, \
340 .restore_early = resume_fn,
342 #define SET_LATE_SYSTEM_SLEEP_PM_OPS(suspend_fn, resume_fn) argument
[all …]