Lines Matching refs:resume

31 	by implementing various role-specific suspend and resume methods to
57 various role-specific suspend and resume methods, so that the hardware
95 int (*resume)(struct device *dev);
132 The core methods to suspend and resume devices reside in struct dev_pm_ops
237 resume it by returning it to full power. The suspend and resume operations
242 matching resume calls would then completely reinitialize the hardware
254 used to resume those devices.
338 phases as well as the resume_noirq, resume_early and resume phases of
339 the following system resume for all of these devices. In that case,
389 resume_noirq, resume_early, resume, complete.
406 the resume methods. This generally involves undoing the actions of the
409 3 The resume methods should bring the device back to its operating
415 the resume callbacks occur; it's not necessary to wait until the
420 system suspend and resume (the suspend, suspend_late, suspend_noirq
421 phases of system suspend and the resume_noirq, resume_early, resume
422 phases of system resume may have been skipped for it). In that case,
425 example, it may need to queue up a runtime resume request for the device
438 the end of resume might not be the one which preceded suspension.
506 7. The thaw phase is analogous to the resume phase discussed above. Its
580 3. The restore phase is analogous to the resume phase.
584 The main difference from resume[_early|_noirq] is that restore[_early|_noirq]
589 this difference doesn't matter, so the resume[_early|_noirq] and
652 another might require a hard shut down with re-initialization on resume.
694 During system-wide resume from a sleep state it's easiest to put devices into