Home
last modified time | relevance | path

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

/linux/drivers/base/power/
A Dgeneric_ops.c149 return pm && pm->poweroff_noirq ? pm->poweroff_noirq(dev) : 0; in pm_generic_poweroff_noirq()
A Dmain.c427 return ops->poweroff_noirq; in pm_noirq_op()
A Ddomain.c1991 genpd->domain.ops.poweroff_noirq = genpd_poweroff_noirq; in pm_genpd_init()
/linux/include/linux/
A Dpm.h296 int (*poweroff_noirq)(struct device *dev); member
333 .poweroff_noirq = suspend_fn, \
/linux/drivers/pci/
A Dpci-driver.c1153 if (pm->poweroff_noirq) { in pci_pm_poweroff_noirq()
1156 error = pm->poweroff_noirq(dev); in pci_pm_poweroff_noirq()
1157 suspend_report_result(pm->poweroff_noirq, error); in pci_pm_poweroff_noirq()
1360 .poweroff_noirq = pci_pm_poweroff_noirq,
/linux/drivers/usb/core/
A Dhcd-pci.c624 .poweroff_noirq = hcd_pci_suspend_noirq,
/linux/drivers/pcmcia/
A Dcs.c879 .poweroff_noirq = pcmcia_socket_dev_suspend_noirq,
A Dyenta_socket.c1349 .poweroff_noirq = yenta_dev_suspend_noirq,
/linux/Documentation/power/
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
A Druntime_pm.rst783 - if pm_runtime_suspended(dev) returns "false", run the ->poweroff_noirq()
798 ->poweroff(), ->poweroff_noirq(), ->restore(), ->restore_noirq() in the
/linux/drivers/acpi/
A Ddevice_pm.c1280 .poweroff_noirq = acpi_subsys_poweroff_noirq,
A Dacpi_lpss.c1247 .poweroff_noirq = acpi_lpss_poweroff_noirq,
/linux/drivers/hv/
A Dvmbus_drv.c1030 .poweroff_noirq = vmbus_suspend,
2607 .poweroff_noirq = vmbus_bus_suspend,
/linux/drivers/thunderbolt/
A Dnhi.c1306 .poweroff_noirq = nhi_poweroff_noirq,
/linux/Documentation/driver-api/pm/
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

Completed in 37 milliseconds