Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/base/power/
Ddomain_governor.c21 bool default_stop_ok(struct device *dev) in default_stop_ok() function
149 bool default_stop_ok(struct device *dev) in default_stop_ok() function
160 .stop_ok = default_stop_ok,
169 .stop_ok = default_stop_ok,
/linux-3.4.99/include/linux/
Dpm_domain.h157 extern bool default_stop_ok(struct device *dev);
215 static inline bool default_stop_ok(struct device *dev) in default_stop_ok() function