Lines Matching refs:resume
16 hibernation and resume from system sleep states). pm_wq is declared in
92 RAM until the appropriate resume callback is executed for it. The runtime
115 The subsystem-level resume callback, if present, is _entirely_ _responsible_ for
116 handling the resume of the device as appropriate, which may, but need not
119 callback in a device driver as long as the subsystem-level resume callback knows
122 * Once the subsystem-level resume callback (or the driver resume callback, if
128 * If the resume callback returns an error code, the PM core regards this as a
254 suspend to complete; means "start a resume as soon as you've suspended"
330 - execute the subsystem-level resume callback for the device; returns 0 on
333 resume the device again in future, but 'power.runtime_error' should be
358 - submit a request to execute the subsystem-level resume callback for the
407 canceled; returns 1 if there was a resume request pending and it was
408 necessary to execute the subsystem-level resume callback for the device
412 - check if there's a resume request pending for the device and resume it
415 complete; returns 1 if there was a resume request pending and it was
416 necessary to execute the subsystem-level resume callback for the device to
607 suspend routine). It may be necessary to resume the device and suspend it again
611 During system resume, the simplest approach is to bring all devices back to full
620 to resume themselves.
623 physical state. This can happen during resume from hibernation.
628 likely it would need a runtime resume in the near future anyway.
631 brought back to full power during resume, then its runtime PM status will have
640 ->suspend() callback and decrements it after calling the ->resume() callback.
643 following the return of the ->resume() callback, the ->runtime_idle() callback
652 gives control away and the states of all devices during resume are precisely
664 system suspend and resume callbacks for all of those devices, except for the
671 the runtime PM and system suspend/resume (and hibernation) callbacks by carrying
682 * During system resume pm_runtime_enable() and pm_runtime_put() are called for
712 - invoke the ->resume() callback provided by the driver of this device and,
757 ->runtime_resume(), ->suspend(), ->suspend_noirq(), ->resume(),
763 poweroff and runtime suspend callback, and similarly for system resume, thaw,
764 restore, and runtime resume, can achieve this with the help of the
894 /* ... resume the device ... */