Lines Matching refs:freeze
280 .freeze = pci_pm_freeze,
552 prepare, freeze, freeze_noirq
564 the device driver's pm->freeze() callback, if defined, instead of pm->suspend(),
634 prepare, freeze, freeze_noirq
755 3.1.4. freeze()
757 The freeze() callback is hibernation-specific and is executed in two situations,
768 In that cases the freeze() callback should not prepare the device system wakeup
775 hibernation, after prepare() and freeze() callbacks have been executed for all
778 freeze() callbacks have been executed for all devices. It is always executed
785 The difference between freeze_noirq() and freeze() is analogous to the
795 The role of this callback is analogous to the role of the suspend() and freeze()
850 freeze() and freeze_noirq(), so in general it does not need to modify the
859 This callback is responsible for restoring the pre-freeze configuration of
949 suspend routine pointed to by the .suspend(), .freeze(), and .poweroff()
957 the same value as .suspend() (and .freeze() and .poweroff()).
961 .suspend(), .freeze(), and .poweroff() members and one resume routine is to