Home
last modified time | relevance | path

Searched refs:pm_runtime_suspended_time (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/include/linux/
Dpm_runtime.h212 extern u64 pm_runtime_suspended_time(struct device *dev);
/Linux-v5.10/drivers/base/power/
Druntime.c119 u64 pm_runtime_suspended_time(struct device *dev) in pm_runtime_suspended_time() function
123 EXPORT_SYMBOL_GPL(pm_runtime_suspended_time);
Dsysfs.c141 u64 tmp = pm_runtime_suspended_time(dev); in runtime_suspended_time_show()