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,
396 resume_noirq, resume_early, resume, complete.
413 the resume methods. This generally involves undoing the actions of the
416 3 The resume methods should bring the device back to its operating
422 the resume callbacks occur; it's not necessary to wait until the
427 system suspend and resume (the suspend, suspend_late, suspend_noirq
428 phases of system suspend and the resume_noirq, resume_early, resume
429 phases of system resume may have been skipped for it). In that case,
432 example, it may need to queue up a runtime resume request for the device
445 the end of resume might not be the one which preceded suspension.
513 7. The thaw phase is analogous to the resume phase discussed above. Its
587 3. The restore phase is analogous to the resume phase.
591 The main difference from resume[_early|_noirq] is that restore[_early|_noirq]
596 this difference doesn't matter, so the resume[_early|_noirq] and
659 another might require a hard shut down with re-initialization on resume.
701 During system-wide resume from a sleep state it's easiest to put devices into