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

/linux-master/include/linux/
H A Dpm_runtime.h200 * pm_runtime_has_no_callbacks - Check if runtime PM callbacks may be present.
206 static inline bool pm_runtime_has_no_callbacks(struct device *dev) function
293 static inline bool pm_runtime_has_no_callbacks(struct device *dev) { return false; } function
/linux-master/drivers/base/power/
H A Dsysfs.c706 if (!pm_runtime_has_no_callbacks(dev)) {
749 if (!pm_runtime_has_no_callbacks(dev)) {

Completed in 94 milliseconds