Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpm_runtime.h214 * pm_runtime_has_no_callbacks - Check if runtime PM callbacks may be present.
220 static inline bool pm_runtime_has_no_callbacks(struct device *dev) in pm_runtime_has_no_callbacks() function
311 static inline bool pm_runtime_has_no_callbacks(struct device *dev) { return false; } in pm_runtime_has_no_callbacks() function
/linux/drivers/base/power/
H A Dsysfs.c703 if (!pm_runtime_has_no_callbacks(dev)) { in dpm_sysfs_add()
746 if (!pm_runtime_has_no_callbacks(dev)) { in dpm_sysfs_change_owner()