Home
last modified time | relevance | path

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

/openbmc/linux/drivers/base/power/
H A Dgeneric_ops.c205 int pm_generic_thaw(struct device *dev) in pm_generic_thaw() function
211 EXPORT_SYMBOL_GPL(pm_generic_thaw);
/openbmc/linux/include/linux/
H A Dpm.h844 extern int pm_generic_thaw(struct device *dev);
889 #define pm_generic_thaw NULL macro
/openbmc/linux/sound/ac97/
H A Dbus.c428 .thaw = pm_generic_thaw,
/openbmc/linux/drivers/gpu/host1x/
H A Dbus.c358 .thaw = pm_generic_thaw,
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_mipi_dsi.c87 .thaw = pm_generic_thaw,
/openbmc/linux/Documentation/power/
H A Druntime_pm.rst775 `int pm_generic_thaw(struct device *dev);`