Home
last modified time | relevance | path

Searched refs:pm_generic_thaw (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/drivers/base/power/
H A Dgeneric_ops.c181 int pm_generic_thaw(struct device *dev) in pm_generic_thaw() function
187 EXPORT_SYMBOL_GPL(pm_generic_thaw);
/linux-6.15/include/linux/
H A Dpm.h844 extern int pm_generic_thaw(struct device *dev);
887 #define pm_generic_thaw NULL macro
/linux-6.15/sound/ac97/
H A Dbus.c426 .thaw = pm_generic_thaw,
/linux-6.15/drivers/gpu/host1x/
H A Dbus.c358 .thaw = pm_generic_thaw,
/linux-6.15/drivers/gpu/drm/
H A Ddrm_mipi_dsi.c87 .thaw = pm_generic_thaw,
/linux-6.15/Documentation/power/
H A Druntime_pm.rst780 `int pm_generic_thaw(struct device *dev);`