Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dpm.h304 #define SET_SYSTEM_SLEEP_PM_OPS(suspend_fn, resume_fn) \ argument
306 .resume = resume_fn, \
308 .thaw = resume_fn, \
310 .restore = resume_fn,
312 #define SET_SYSTEM_SLEEP_PM_OPS(suspend_fn, resume_fn) argument
316 #define SET_LATE_SYSTEM_SLEEP_PM_OPS(suspend_fn, resume_fn) \ argument
318 .resume_early = resume_fn, \
320 .thaw_early = resume_fn, \
322 .restore_early = resume_fn,
324 #define SET_LATE_SYSTEM_SLEEP_PM_OPS(suspend_fn, resume_fn) argument
[all …]