Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/base/power/
Dgeneric_ops.c197 return pm && pm->thaw_early ? pm->thaw_early(dev) : 0; in pm_generic_thaw_early()
Dmain.c368 return ops->thaw_early; in pm_late_early_op()
/Linux-v5.4/include/linux/
Dpm.h290 int (*thaw_early)(struct device *dev); member
321 .thaw_early = resume_fn, \
/Linux-v5.4/Documentation/driver-api/pm/
Ddevices.rst522 ``freeze``, ``freeze_late``, ``freeze_noirq``, ``thaw_noirq``, ``thaw_early``,
552 6. The ``thaw_early`` phase is analogous to the ``resume_early`` phase
618 ``thaw_noirq``, ``thaw_early``, ``thaw``, and ``complete`` phases, and then
/Linux-v5.4/drivers/gpu/drm/i915/
Di915_drv.c2762 .thaw_early = i915_pm_thaw_early,