Searched refs:poweroff_noirq (Results 1 – 15 of 15) sorted by relevance
/Linux-v4.19/drivers/base/power/ |
D | generic_ops.c | 151 return pm && pm->poweroff_noirq ? pm->poweroff_noirq(dev) : 0; in pm_generic_poweroff_noirq()
|
D | main.c | 391 return ops->poweroff_noirq; in pm_noirq_op()
|
D | domain.c | 1672 genpd->domain.ops.poweroff_noirq = genpd_poweroff_noirq; in pm_genpd_init()
|
/Linux-v4.19/drivers/pci/ |
D | pci-driver.c | 1138 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/ |
D | pm.h | 309 int (*poweroff_noirq)(struct device *dev); member 346 .poweroff_noirq = suspend_fn, \
|
/Linux-v4.19/drivers/usb/core/ |
D | hcd-pci.c | 627 .poweroff_noirq = hcd_pci_suspend_noirq,
|
/Linux-v4.19/drivers/pcmcia/ |
D | cs.c | 882 .poweroff_noirq = pcmcia_socket_dev_suspend_noirq,
|
D | yenta_socket.c | 1336 .poweroff_noirq = yenta_dev_suspend_noirq,
|
/Linux-v4.19/drivers/acpi/ |
D | device_pm.c | 1198 .poweroff_noirq = acpi_subsys_suspend_noirq,
|
D | acpi_lpss.c | 1062 .poweroff_noirq = acpi_subsys_suspend_noirq,
|
/Linux-v4.19/arch/s390/pci/ |
D | pci.c | 730 .poweroff_noirq = zpci_freeze,
|
/Linux-v4.19/Documentation/power/ |
D | pci.txt | 288 .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
|
D | runtime_pm.txt | 759 - 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/ |
D | sa11x0-dma.c | 1077 .poweroff_noirq = sa11x0_dma_suspend,
|
/Linux-v4.19/Documentation/driver-api/pm/ |
D | devices.rst | 518 ``poweroff_noirq``. 568 12. The ``poweroff_noirq`` phase is analogous to the ``suspend_noirq`` phase. 570 The ``->poweroff``, ``->poweroff_late`` and ``->poweroff_noirq`` callbacks
|