Home
last modified time | relevance | path

Searched refs:poweroff_noirq (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/base/power/
H A Dgeneric_ops.c130 * pm_generic_poweroff_noirq - Generic poweroff_noirq callback for subsystems.
137 return pm && pm->poweroff_noirq ? pm->poweroff_noirq(dev) : 0; in pm_generic_poweroff_noirq()
/linux/include/linux/
H A Dpm.h215 * @poweroff_noirq: Complete the actions started by @poweroff(). Analogous to
306 int (*poweroff_noirq)(struct device *dev); member
334 .poweroff_noirq = pm_sleep_ptr(suspend_fn), \
/linux/drivers/usb/core/
H A Dhcd-pci.c644 .poweroff_noirq = hcd_pci_suspend_noirq,
/linux/drivers/pcmcia/
H A Dcs.c878 .poweroff_noirq = pcmcia_socket_dev_suspend_noirq,
/linux/Documentation/power/
H A Dpci.rst295 .poweroff_noirq = pci_pm_poweroff_noirq,
619 prepare, poweroff, poweroff_noirq
824 3.1.7. poweroff_noirq()
827 The poweroff_noirq() callback is hibernation-specific. It is executed after
834 The difference between poweroff_noirq() and poweroff() is analogous to the
/linux/drivers/acpi/
H A Ddevice_pm.c1387 .poweroff_noirq = acpi_subsys_poweroff_noirq,
/linux/drivers/acpi/x86/
H A Dlpss.c1233 .poweroff_noirq = acpi_lpss_poweroff_noirq,
/linux/drivers/hv/
H A Dvmbus_drv.c1006 .poweroff_noirq = vmbus_suspend,
2764 .poweroff_noirq = vmbus_bus_suspend,
/linux/Documentation/driver-api/pm/
H A Ddevices.rst520 ``poweroff_noirq``.
570 12. The ``poweroff_noirq`` phase is analogous to the ``suspend_noirq`` phase.
572 The ``->poweroff``, ``->poweroff_late`` and ``->poweroff_noirq`` callbacks
/linux/drivers/thunderbolt/
H A Dnhi.c1444 .poweroff_noirq = nhi_poweroff_noirq,