Lines Matching defs:state
121 unsigned int state)
129 off_on_time_ns = genpd->states[state].power_off_latency_ns +
130 genpd->states[state].power_on_latency_ns;
188 * "off" state.
196 * theoretical time this domain can spend in the "off" state.
199 genpd->states[state].power_on_latency_ns;
233 /* Find a state to power down to, starting from the deepest. */
288 * Find the deepest idle state that has its residency value satisfied
289 * and by also taking into account the power off latency for the state.
290 * Start at the state picked by the dev PM QoS constraint validation.