Searched refs:buckldo_range (Results 1 – 1 of 1) sorted by relevance
| /Zephyr-latest/drivers/regulator/ |
| D | regulator_npm1300.c | 98 static const struct linear_range buckldo_range = LINEAR_RANGE_INIT(1000000, 100000, 0U, 23U); variable 109 return linear_range_values_count(&buckldo_range); in regulator_npm1300_count_voltages() 124 return linear_range_get_value(&buckldo_range, idx, volt_uv); in regulator_npm1300_list_voltage() 148 ret = linear_range_get_win_index(&buckldo_range, retention_uv, retention_uv, &idx); in retention_set_voltage() 188 ret = linear_range_get_win_index(&buckldo_range, min_uv, max_uv, &idx); in buck_set_voltage() 219 ret = linear_range_get_win_index(&buckldo_range, min_uv, max_uv, &idx); in ldo_set_voltage() 257 return linear_range_get_value(&buckldo_range, idx, volt_uv); in buck_get_voltage() 272 return linear_range_get_value(&buckldo_range, idx, volt_uv); in ldo_get_voltage()
|