Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dplatform_device.h351 extern int platform_pm_restore(struct device *dev);
356 #define platform_pm_restore NULL macro
368 .restore = platform_pm_restore,
/Linux-v4.19/drivers/base/
Dplatform.c1112 int platform_pm_restore(struct device *dev) in platform_pm_restore() function