Searched refs:poweroff_late (Results 1 – 8 of 8) sorted by relevance
| /Linux-v4.19/drivers/base/power/ |
| D | generic_ops.c | 163 return pm && pm->poweroff_late ? pm->poweroff_late(dev) : 0; in pm_generic_poweroff_late()
|
| D | main.c | 357 return ops->poweroff_late; in pm_late_early_op()
|
| /Linux-v4.19/include/linux/ |
| D | pm.h | 303 int (*poweroff_late)(struct device *dev); member 334 .poweroff_late = suspend_fn, \
|
| /Linux-v4.19/drivers/acpi/ |
| D | device_pm.c | 1197 .poweroff_late = acpi_subsys_suspend_late,
|
| D | acpi_lpss.c | 1061 .poweroff_late = acpi_lpss_suspend_late,
|
| /Linux-v4.19/Documentation/driver-api/pm/ |
| D | devices.rst | 517 ``thaw``, ``complete``, ``prepare``, ``poweroff``, ``poweroff_late``, 566 11. The ``poweroff_late`` phase is analogous to the ``suspend_late`` phase. 570 The ``->poweroff``, ``->poweroff_late`` and ``->poweroff_noirq`` callbacks 778 suspend (or in the ``poweroff_late`` phase of hibernation), when runtime PM
|
| /Linux-v4.19/drivers/pci/ |
| D | pci-driver.c | 1355 .poweroff_late = pci_pm_poweroff_late,
|
| /Linux-v4.19/drivers/gpu/drm/i915/ |
| D | i915_drv.c | 2772 .poweroff_late = i915_pm_poweroff_late,
|