Lines Matching refs:complete
93 void (*complete)(struct device *dev);
340 the complete callback will be called directly after the prepare callback
344 Note that this direct-complete procedure applies even if the device is
396 resume_noirq, resume_early, resume, complete.
420 4. The complete phase should undo the actions of the prepare phase. Note,
423 complete phase.
430 the complete callback is entirely responsible for bringing the device
433 for this purpose.] To check if that is the case, the complete callback
435 flag is set when the complete callback is being run, it has been called
450 suspend methods were called, for example by complete reinitialization.
482 thaw, complete, prepare, poweroff, poweroff_late, poweroff_noirq
517 8. The complete phase is discussed in the "Leaving System Suspend" section
572 thaw_noirq, thaw, and complete phases, and then continue running normally. This
581 restore_noirq, restore_early, restore, complete
589 4. The complete phase is discussed above.