Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dpm_runtime.h100 static inline bool pm_runtime_callbacks_present(struct device *dev) in pm_runtime_callbacks_present() function
166 static inline bool pm_runtime_callbacks_present(struct device *dev) { return false; } in pm_runtime_callbacks_present() function
/Linux-v5.4/drivers/base/power/
Dsysfs.c655 if (pm_runtime_callbacks_present(dev)) { in dpm_sysfs_add()