Searched refs:thaw_early (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/base/power/ |
A D | generic_ops.c | 197 return pm && pm->thaw_early ? pm->thaw_early(dev) : 0; in pm_generic_thaw_early()
|
A D | main.c | 396 return ops->thaw_early; in pm_late_early_op()
|
/linux/include/linux/ |
A D | pm.h | 289 int (*thaw_early)(struct device *dev); member 320 .thaw_early = resume_fn, \
|
/linux/Documentation/driver-api/pm/ |
A D | devices.rst | 518 ``freeze``, ``freeze_late``, ``freeze_noirq``, ``thaw_noirq``, ``thaw_early``, 548 6. The ``thaw_early`` phase is analogous to the ``resume_early`` phase 616 ``thaw_noirq``, ``thaw_early``, ``thaw``, and ``complete`` phases, and then 798 and ``->thaw_early`` callbacks are skipped in hibernation if the device remained
|
/linux/drivers/gpu/drm/i915/ |
A D | i915_drv.c | 1687 .thaw_early = i915_pm_thaw_early,
|
Completed in 19 milliseconds