Searched refs:poweroff_noirq (Results 1 – 16 of 16) sorted by relevance
| /Linux-v5.4/drivers/base/power/ |
| D | generic_ops.c | 149 return pm && pm->poweroff_noirq ? pm->poweroff_noirq(dev) : 0; in pm_generic_poweroff_noirq()
|
| D | main.c | 399 return ops->poweroff_noirq; in pm_noirq_op()
|
| D | domain.c | 1805 genpd->domain.ops.poweroff_noirq = genpd_poweroff_noirq; in pm_genpd_init()
|
| /Linux-v5.4/drivers/pci/ |
| D | pci-driver.c | 1177 if (drv->pm->poweroff_noirq) { in pci_pm_poweroff_noirq() 1180 error = drv->pm->poweroff_noirq(dev); in pci_pm_poweroff_noirq() 1181 suspend_report_result(drv->pm->poweroff_noirq, error); in pci_pm_poweroff_noirq() 1198 if (pcibios_pm_ops.poweroff_noirq) in pci_pm_poweroff_noirq() 1199 return pcibios_pm_ops.poweroff_noirq(dev); in pci_pm_poweroff_noirq() 1392 .poweroff_noirq = pci_pm_poweroff_noirq,
|
| /Linux-v5.4/include/linux/ |
| D | pm.h | 297 int (*poweroff_noirq)(struct device *dev); member 334 .poweroff_noirq = suspend_fn, \
|
| /Linux-v5.4/drivers/usb/core/ |
| D | hcd-pci.c | 612 .poweroff_noirq = hcd_pci_suspend_noirq,
|
| /Linux-v5.4/drivers/pcmcia/ |
| D | cs.c | 879 .poweroff_noirq = pcmcia_socket_dev_suspend_noirq,
|
| D | yenta_socket.c | 1338 .poweroff_noirq = yenta_dev_suspend_noirq,
|
| /Linux-v5.4/drivers/acpi/ |
| D | device_pm.c | 1259 .poweroff_noirq = acpi_subsys_poweroff_noirq,
|
| D | acpi_lpss.c | 1231 .poweroff_noirq = acpi_lpss_poweroff_noirq,
|
| /Linux-v5.4/arch/s390/pci/ |
| D | pci.c | 648 .poweroff_noirq = zpci_freeze,
|
| /Linux-v5.4/Documentation/power/ |
| D | pci.rst | 295 .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
|
| D | runtime_pm.rst | 769 - if pm_runtime_suspended(dev) returns "false", run the ->poweroff_noirq() 784 ->poweroff(), ->poweroff_noirq(), ->restore(), ->restore_noirq() in the
|
| /Linux-v5.4/drivers/thunderbolt/ |
| D | nhi.c | 1221 .poweroff_noirq = nhi_poweroff_noirq,
|
| /Linux-v5.4/drivers/dma/ |
| D | sa11x0-dma.c | 1079 .poweroff_noirq = sa11x0_dma_suspend,
|
| /Linux-v5.4/Documentation/driver-api/pm/ |
| D | devices.rst | 524 ``poweroff_noirq``. 574 12. The ``poweroff_noirq`` phase is analogous to the ``suspend_noirq`` phase. 576 The ``->poweroff``, ``->poweroff_late`` and ``->poweroff_noirq`` callbacks
|