Lines Matching full:domain
18 * default_stop_ok - Default PM domain governor routine for stopping devices.
35 * default_power_down_ok - Default generic PM domain power off governor routine.
36 * @pd: PM domain to check.
38 * This routine must be executed under the PM domain's lock.
52 * It doesn't make sense to remove power from the domain if saving in default_power_down_ok()
56 * All devices in this domain have been stopped already at this point. in default_power_down_ok()
80 * the current domain to turn off and on (that's how much time in default_power_down_ok()
88 * Check if the devices in the domain can be off enough time. in default_power_down_ok()
114 * There are no latency constraints, so the domain can spend in default_power_down_ok()
123 * to turn the domain on is the maximum theoretical time this domain can in default_power_down_ok()
130 * needed to turn the domain off and back on on is smaller than the in default_power_down_ok()
131 * domain's power break even time, removing power from the domain is not in default_power_down_ok()
142 static bool always_on_power_down_ok(struct dev_pm_domain *domain) in always_on_power_down_ok() argument