Lines Matching refs:poweroff
282 .poweroff = pci_pm_poweroff,
607 prepare, poweroff, poweroff_noirq
788 3.1.6. poweroff()
790 The poweroff() callback is hibernation-specific. It is executed when the system
792 storage. prepare() callbacks are executed for all devices before poweroff() is
799 the poweroff() callback should use pci_prepare_to_sleep() and
807 poweroff() callbacks have been executed for all devices in the system.
813 The difference between poweroff_noirq() and poweroff() is analogous to the
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