Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpm_runtime.h236 extern u64 pm_runtime_suspended_time(struct device *dev);
/linux/drivers/base/power/
H A Druntime.c121 u64 pm_runtime_suspended_time(struct device *dev) in pm_runtime_suspended_time() function
125 EXPORT_SYMBOL_GPL(pm_runtime_suspended_time);
H A Dsysfs.c141 u64 tmp = pm_runtime_suspended_time(dev); in runtime_suspended_time_show()