Searched refs:powernv_states (Results 1 – 1 of 1) sorted by relevance
152 static struct cpuidle_state powernv_states[CPUIDLE_STATE_MAX] = { variable236 strlcpy(powernv_states[index].name, name, CPUIDLE_NAME_LEN); in add_powernv_state()237 strlcpy(powernv_states[index].desc, name, CPUIDLE_NAME_LEN); in add_powernv_state()238 powernv_states[index].flags = flags; in add_powernv_state()239 powernv_states[index].target_residency = target_residency; in add_powernv_state()240 powernv_states[index].exit_latency = exit_latency; in add_powernv_state()241 powernv_states[index].enter = idle_fn; in add_powernv_state()364 cpuidle_state_table = powernv_states; in powernv_idle_probe()