Lines Matching refs:state
139 * is able to enter its optimal idle state.
161 unsigned int state, ktime_t now)
166 min_sleep_ns = genpd->states[state].power_off_latency_ns +
167 genpd->states[state].residency_ns;
175 unsigned int state)
183 off_on_time_ns = genpd->states[state].power_off_latency_ns +
184 genpd->states[state].power_on_latency_ns;
243 * "off" state.
251 * theoretical time this domain can spend in the "off" state.
254 genpd->states[state].power_on_latency_ns;
275 * the hierarchy. It is not worth while to sleep if the state's residency
280 /* Let's find out the deepest domain idle state, the devices prefer */
319 * Find a state to power down to, starting from the state
382 * Find the deepest idle state that has its residency value satisfied
383 * and by also taking into account the power off latency for the state.
384 * Start at the state picked by the dev PM QoS constraint validation.