Searched refs:thaw_early (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/base/power/ |
H A D | generic_ops.c | 197 return pm && pm->thaw_early ? pm->thaw_early(dev) : 0; in pm_generic_thaw_early()
|
H A D | main.c | 396 return ops->thaw_early; in pm_late_early_op()
|
/openbmc/linux/include/linux/ |
H A D | pm.h | 298 int (*thaw_early)(struct device *dev); member 324 .thaw_early = pm_sleep_ptr(resume_fn), \
|
/openbmc/linux/Documentation/driver-api/pm/ |
H 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
|
/openbmc/linux/drivers/pinctrl/ |
H A D | pinctrl-amd.c | 978 .thaw_early = amd_gpio_resume,
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_driver.c | 1699 .thaw_early = i915_pm_thaw_early,
|