Lines Matching defs:state
39 * the same execution state (AArch32/AArch64) as TF-A.
400 * @states: array of idle state descriptions, ending with empty element
411 int fdt_add_cpu_idle_states(void *dtb, const struct psci_cpu_idle_state *state)
438 for (count = 0U; state->name != NULL; count++, phandle++, state++) {
442 state->name);
448 "arm,idle-state");
450 state->power_state);
451 if (state->local_timer_stop) {
456 state->entry_latency_us);
458 state->exit_latency_us);
460 state->min_residency_us);
461 if (state->wakeup_latency_us) {
464 state->wakeup_latency_us);
473 /* Link each cpu node to the idle state nodes. */
492 /* Fill in the phandles of the idle state nodes. */