Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dplatform_device.h361 extern int platform_pm_restore(struct device *dev);
366 #define platform_pm_restore NULL macro
378 .restore = platform_pm_restore,
/Linux-v5.4/drivers/base/
Dplatform.c1230 int platform_pm_restore(struct device *dev) in platform_pm_restore() function