Home
last modified time | relevance | path

Searched refs:thaw_early (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/base/power/
Dgeneric_ops.c199 return pm && pm->thaw_early ? pm->thaw_early(dev) : 0; in pm_generic_thaw_early()
Dmain.c360 return ops->thaw_early; in pm_late_early_op()
/Linux-v4.19/include/linux/
Dpm.h302 int (*thaw_early)(struct device *dev); member
333 .thaw_early = resume_fn, \
/Linux-v4.19/Documentation/driver-api/pm/
Ddevices.rst516 ``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/
Di915_drv.c2769 .thaw_early = i915_pm_thaw_early,