Searched refs:states_cnt (Results 1 – 1 of 1) sorted by relevance
23 uint8_t states_cnt; member92 return cfg->states_cnt; in regulator_gpio_count_voltages()99 if (idx >= cfg->states_cnt) { in regulator_gpio_list_voltage()117 for (unsigned int state_idx = 0; state_idx < cfg->states_cnt; state_idx++) { in regulator_gpio_set_voltage()225 .states_cnt = DT_INST_PROP_LEN(inst, states) / 2, \