Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/base/power/
Dgeneric_ops.c151 return pm && pm->poweroff_noirq ? pm->poweroff_noirq(dev) : 0; in pm_generic_poweroff_noirq()
Dmain.c391 return ops->poweroff_noirq; in pm_noirq_op()
Ddomain.c1672 genpd->domain.ops.poweroff_noirq = genpd_poweroff_noirq; in pm_genpd_init()
/Linux-v4.19/drivers/pci/
Dpci-driver.c1138 if (drv->pm->poweroff_noirq) { in pci_pm_poweroff_noirq()
1141 error = drv->pm->poweroff_noirq(dev); in pci_pm_poweroff_noirq()
1142 suspend_report_result(drv->pm->poweroff_noirq, error); in pci_pm_poweroff_noirq()
1159 if (pcibios_pm_ops.poweroff_noirq) in pci_pm_poweroff_noirq()
1160 return pcibios_pm_ops.poweroff_noirq(dev); in pci_pm_poweroff_noirq()
1361 .poweroff_noirq = pci_pm_poweroff_noirq,
/Linux-v4.19/include/linux/
Dpm.h309 int (*poweroff_noirq)(struct device *dev); member
346 .poweroff_noirq = suspend_fn, \
/Linux-v4.19/drivers/usb/core/
Dhcd-pci.c627 .poweroff_noirq = hcd_pci_suspend_noirq,
/Linux-v4.19/drivers/pcmcia/
Dcs.c882 .poweroff_noirq = pcmcia_socket_dev_suspend_noirq,
Dyenta_socket.c1336 .poweroff_noirq = yenta_dev_suspend_noirq,
/Linux-v4.19/drivers/acpi/
Ddevice_pm.c1198 .poweroff_noirq = acpi_subsys_suspend_noirq,
Dacpi_lpss.c1062 .poweroff_noirq = acpi_subsys_suspend_noirq,
/Linux-v4.19/arch/s390/pci/
Dpci.c730 .poweroff_noirq = zpci_freeze,
/Linux-v4.19/Documentation/power/
Dpci.txt288 .poweroff_noirq = pci_pm_poweroff_noirq,
607 prepare, poweroff, poweroff_noirq
804 3.1.7. poweroff_noirq()
806 The poweroff_noirq() callback is hibernation-specific. It is executed after
813 The difference between poweroff_noirq() and poweroff() is analogous to the
Druntime_pm.txt759 - if pm_runtime_suspended(dev) returns "false", run the ->poweroff_noirq()
774 ->poweroff(), ->poweroff_noirq(), ->restore(), ->restore_noirq() in the
/Linux-v4.19/drivers/dma/
Dsa11x0-dma.c1077 .poweroff_noirq = sa11x0_dma_suspend,
/Linux-v4.19/Documentation/driver-api/pm/
Ddevices.rst518 ``poweroff_noirq``.
568 12. The ``poweroff_noirq`` phase is analogous to the ``suspend_noirq`` phase.
570 The ``->poweroff``, ``->poweroff_late`` and ``->poweroff_noirq`` callbacks