Lines Matching full:states
3 * DT idle states parsing code.
9 #define pr_fmt(fmt) "DT idle-states: " fmt
62 * latencies as defined in idle states bindings in init_state_node()
127 * dt_init_idle_driver() - Parse the DT idle states and initialize the
128 * idle driver states array
142 * If DT idle states are detected and are valid the state count and states
146 * Return: number of valid DT idle states parsed, <0 on failure
162 * We get the idle states for the first logical cpu in the in dt_init_idle_driver()
194 pr_warn("State index reached static CPU idle driver states array size\n"); in dt_init_idle_driver()
198 idle_state = &drv->states[state_idx++]; in dt_init_idle_driver()
214 /* Set the number of total supported idle states. */ in dt_init_idle_driver()
218 * Return the number of present and valid DT idle states, which can in dt_init_idle_driver()
219 * also be 0 on platforms with missing DT idle states or legacy DT in dt_init_idle_driver()
220 * configuration predating the DT idle states bindings. in dt_init_idle_driver()