Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/base/power/
H A Dgeneric_ops.c149 return pm && pm->poweroff_noirq ? pm->poweroff_noirq(dev) : 0; in pm_generic_poweroff_noirq()
H A Dmain.c431 return ops->poweroff_noirq; in pm_noirq_op()
H A Ddomain.c1989 genpd->domain.ops.poweroff_noirq = genpd_poweroff_noirq; in pm_genpd_init()
/OK3568_Linux_fs/kernel/include/linux/
H A Dpm.h298 int (*poweroff_noirq)(struct device *dev); member
337 .poweroff_noirq = suspend_fn, \
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dpci-driver.c1141 if (pm->poweroff_noirq) { in pci_pm_poweroff_noirq()
1144 error = pm->poweroff_noirq(dev); in pci_pm_poweroff_noirq()
1145 suspend_report_result(pm->poweroff_noirq, error); in pci_pm_poweroff_noirq()
1348 .poweroff_noirq = pci_pm_poweroff_noirq,
/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Dhcd-pci.c622 .poweroff_noirq = hcd_pci_suspend_noirq,
/OK3568_Linux_fs/kernel/drivers/pcmcia/
H A Dcs.c877 .poweroff_noirq = pcmcia_socket_dev_suspend_noirq,
H A Dyenta_socket.c1349 .poweroff_noirq = yenta_dev_suspend_noirq,
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Ddevice_pm.c1238 .poweroff_noirq = acpi_subsys_poweroff_noirq,
H A Dacpi_lpss.c1247 .poweroff_noirq = acpi_lpss_poweroff_noirq,
/OK3568_Linux_fs/kernel/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
H A Druntime_pm.rst775 - if pm_runtime_suspended(dev) returns "false", run the ->poweroff_noirq()
790 ->poweroff(), ->poweroff_noirq(), ->restore(), ->restore_noirq() in the
/OK3568_Linux_fs/kernel/drivers/hv/
H A Dvmbus_drv.c1010 .poweroff_noirq = vmbus_suspend,
2536 .poweroff_noirq = vmbus_bus_suspend,
/OK3568_Linux_fs/kernel/drivers/thunderbolt/
H A Dnhi.c1292 .poweroff_noirq = nhi_poweroff_noirq,
/OK3568_Linux_fs/kernel/drivers/dma/
H A Dsa11x0-dma.c1079 .poweroff_noirq = sa11x0_dma_suspend,
/OK3568_Linux_fs/kernel/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