Searched refs:resume_fn (Results 1 – 1 of 1) sorted by relevance
/include/linux/ |
D | pm.h | 307 #define SET_SYSTEM_SLEEP_PM_OPS(suspend_fn, resume_fn) \ argument 309 .resume = resume_fn, \ 311 .thaw = resume_fn, \ 313 .restore = resume_fn, 315 #define SET_SYSTEM_SLEEP_PM_OPS(suspend_fn, resume_fn) argument 319 #define SET_LATE_SYSTEM_SLEEP_PM_OPS(suspend_fn, resume_fn) \ argument 321 .resume_early = resume_fn, \ 323 .thaw_early = resume_fn, \ 325 .restore_early = resume_fn, 327 #define SET_LATE_SYSTEM_SLEEP_PM_OPS(suspend_fn, resume_fn) argument [all …]
|