Searched refs:regu_lp_state (Results 1 – 1 of 1) sorted by relevance
203 struct regu_lp_state { struct217 static struct regu_lp_state regu_lp_state[REGU_LP_STATE_COUNT] = { argument228 for (i = 0; i < ARRAY_SIZE(regu_lp_state); i++) in regu_lp_state2idx()229 if (!strcmp(name, regu_lp_state[i].name)) in regu_lp_state2idx()239 struct regu_lp_state *state = regu_lp_state + state_idx; in dt_get_regu_low_power_config()306 struct regu_lp_state *state = ®u_lp_state[state_idx]; in stm32mp_pmic_apply_lp_config()448 for (n = 0; n < ARRAY_SIZE(regu_lp_state); n++) in parse_regulator_fdt_nodes()450 regu_lp_state[n].name); in parse_regulator_fdt_nodes()
Completed in 3 milliseconds