Lines Matching refs:after
403 a notification for the PCI subsystem after the source device has been
411 example, it is called right after the device has just been resumed), in which
425 after tasks have been frozen.
462 The pci_pm_suspend_noirq() routine is executed after suspend_device_irqs() has
548 The freezing of devices is carried out after enough memory has been freed (at
703 (when a hibernation image is about to be created), during power-off after
720 The suspend() callback is only executed during system suspend, after prepare()
746 The suspend_noirq() callback is only executed during system suspend, after
748 after device interrupts have been disabled by the PM core.
758 during hibernation, after prepare() callbacks have been executed for all devices
760 after a system image has been loaded into memory from persistent storage and the
775 hibernation, after prepare() and freeze() callbacks have been executed for all
777 after a system image has been loaded into memory and after prepare() and
779 after device interrupts have been disabled by the PM core.
791 is about to be powered off after saving a hibernation image to a persistent
806 The poweroff_noirq() callback is hibernation-specific. It is executed after
818 The resume_noirq() callback is only executed during system resume, after the
831 The resume() callback is only executed during system resume, after
837 able to process I/O in a usual way after resume() has returned.
841 The thaw_noirq() callback is hibernation-specific. It is executed after a
845 after enabling the non-boot CPUs). The driver's interrupt handler will not be
849 difference between these two callbacks is that thaw_noirq() is executed after
855 The thaw() callback is hibernation-specific. It is executed after thaw_noirq()
856 callbacks have been executed for all devices in the system and after device
860 the device, so that it will work in a usual way after thaw() has returned.
879 The restore() callback is hibernation-specific. It is executed after
881 after the PM core has enabled device drivers' interrupt handlers to be invoked.
893 - during system resume, after resume() callbacks have been executed for all
895 - during hibernation, before saving the system image, after thaw() callbacks
898 state, after restore() callbacks have been executed for all devices.
900 (in that case it is run after thaw() callbacks have been executed for all
925 device after it has been put into the full-power state by the PCI subsystem.
926 The device is expected to be able to process I/O in the usual way after
934 automatically executed right after runtime_resume() has returned in case the
978 every time right after the runtime_resume() callback has returned
1001 may be executed right after the usage counter has been decremented, because
1027 queued by the PM core (for example, after processing a request to resume a