Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dplatform_device.h323 extern int platform_pm_restore(struct device *dev);
328 #define platform_pm_restore NULL macro
340 .restore = platform_pm_restore,
/Linux-v5.15/drivers/base/
Dplatform.c1204 int platform_pm_restore(struct device *dev) in platform_pm_restore() function