Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/base/power/
Dgeneric_ops.c149 return pm && pm->poweroff_noirq ? pm->poweroff_noirq(dev) : 0; in pm_generic_poweroff_noirq()
Dmain.c427 return ops->poweroff_noirq; in pm_noirq_op()
Ddomain.c2078 genpd->domain.ops.poweroff_noirq = genpd_poweroff_noirq; in pm_genpd_init()
/Linux-v6.6/include/linux/
Dpm.h305 int (*poweroff_noirq)(struct device *dev); member
333 .poweroff_noirq = pm_sleep_ptr(suspend_fn), \
/Linux-v6.6/drivers/pci/
Dpci-driver.c1202 if (pm->poweroff_noirq) { in pci_pm_poweroff_noirq()
1205 error = pm->poweroff_noirq(dev); in pci_pm_poweroff_noirq()
1206 suspend_report_result(dev, pm->poweroff_noirq, error); in pci_pm_poweroff_noirq()
1410 .poweroff_noirq = pci_pm_poweroff_noirq,
/Linux-v6.6/drivers/usb/core/
Dhcd-pci.c633 .poweroff_noirq = hcd_pci_suspend_noirq,
/Linux-v6.6/drivers/pcmcia/
Dcs.c877 .poweroff_noirq = pcmcia_socket_dev_suspend_noirq,
/Linux-v6.6/Documentation/power/
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
Druntime_pm.rst789 - if pm_runtime_suspended(dev) returns "false", run the ->poweroff_noirq()
804 ->poweroff(), ->poweroff_noirq(), ->restore(), ->restore_noirq() in the
/Linux-v6.6/drivers/acpi/
Ddevice_pm.c1368 .poweroff_noirq = acpi_subsys_poweroff_noirq,
Dacpi_lpss.c1273 .poweroff_noirq = acpi_lpss_poweroff_noirq,
/Linux-v6.6/drivers/hv/
Dvmbus_drv.c986 .poweroff_noirq = vmbus_suspend,
2537 .poweroff_noirq = vmbus_bus_suspend,
/Linux-v6.6/Documentation/driver-api/pm/
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-v6.6/drivers/thunderbolt/
Dnhi.c1445 .poweroff_noirq = nhi_poweroff_noirq,