Home
last modified time | relevance | path

Searched refs:platform_pm_restore (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dplatform_device.h374 extern int platform_pm_restore(struct device *dev);
379 #define platform_pm_restore NULL macro
389 .restore = platform_pm_restore,
/openbmc/linux/drivers/base/
H A Dplatform.c1217 int platform_pm_restore(struct device *dev) in platform_pm_restore() function