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