Lines Matching refs:prepare
55 prepare the platform firmware for notifying the CPU of the PMEs coming from the
61 often also is necessary to prepare the device for generating PMEs using the
276 .prepare = pci_pm_prepare,
326 prepare the device for power management and initialize the fields of struct
378 reported capabilities of the device and the platform firmware. To prepare the
384 not attempt to prepare the device for signaling wakeup or to put it into a
432 prepare, suspend, suspend_noirq.
442 driver's pm->prepare() callback if defined (i.e. if the driver's struct
443 dev_pm_ops object is present and the prepare pointer in that object is valid).
485 generally not expected to prepare devices for signaling wakeup or to put them
552 prepare, freeze, freeze_noirq
560 This means that the prepare phase is exactly the same as for system suspend.
571 routine instead of pm->suspend_noirq(). It also doesn't attempt to prepare the
607 prepare, poweroff, poweroff_noirq
609 where the prepare phase is exactly the same as for system suspend. The other
634 prepare, freeze, freeze_noirq
700 3.1.1. prepare()
702 The prepare() callback is executed during system suspend, during hibernation
708 general may be registered at any time. In that case the role of the prepare()
712 In addition to that the prepare() callback may carry out some operations
720 The suspend() callback is only executed during system suspend, after prepare()
723 This callback is expected to quiesce the device and prepare it to be put into a
726 configuration registers of the device, prepare it for waking up the system, or
733 registers, to prepare it for system wakeup (if necessary), and to put it into a
758 during hibernation, after prepare() callbacks have been executed for all devices
761 prepare() callbacks have been executed for all devices.
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
777 after a system image has been loaded into memory and after prepare() and
792 storage. prepare() callbacks are executed for all devices before poweroff() is
800 pci_set_power_state() to prepare the device for system wakeup and to put it
904 prepare() callback performs operations that need to be reversed.