Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dplatform_device.h335 extern int platform_pm_restore(struct device *dev);
340 #define platform_pm_restore NULL macro
350 .restore = platform_pm_restore,
/Linux-v6.1/drivers/base/
Dplatform.c1213 int platform_pm_restore(struct device *dev) in platform_pm_restore() function