Searched refs:thaw_early (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/base/power/ |
D | generic_ops.c | 199 return pm && pm->thaw_early ? pm->thaw_early(dev) : 0; in pm_generic_thaw_early()
|
D | main.c | 360 return ops->thaw_early; in pm_late_early_op()
|
/Linux-v4.19/include/linux/ |
D | pm.h | 302 int (*thaw_early)(struct device *dev); member 333 .thaw_early = resume_fn, \
|
/Linux-v4.19/Documentation/driver-api/pm/ |
D | devices.rst | 516 ``freeze``, ``freeze_late``, ``freeze_noirq``, ``thaw_noirq``, ``thaw_early``, 546 6. The ``thaw_early`` phase is analogous to the ``resume_early`` phase 612 ``thaw_noirq``, ``thaw_early``, ``thaw``, and ``complete`` phases, and then
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | i915_drv.c | 2769 .thaw_early = i915_pm_thaw_early,
|