Searched refs:buckldo_range (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/drivers/regulator/ |
D | regulator_npm1300.c | 97 static const struct linear_range buckldo_range = LINEAR_RANGE_INIT(1000000, 100000, 0U, 23U); variable 108 return linear_range_values_count(&buckldo_range); in regulator_npm1300_count_voltages() 123 return linear_range_get_value(&buckldo_range, idx, volt_uv); in regulator_npm1300_list_voltage() 147 ret = linear_range_get_win_index(&buckldo_range, retention_uv, retention_uv, &idx); in retention_set_voltage() 187 ret = linear_range_get_win_index(&buckldo_range, min_uv, max_uv, &idx); in buck_set_voltage() 218 ret = linear_range_get_win_index(&buckldo_range, min_uv, max_uv, &idx); in ldo_set_voltage() 256 return linear_range_get_value(&buckldo_range, idx, volt_uv); in buck_get_voltage() 271 return linear_range_get_value(&buckldo_range, idx, volt_uv); in ldo_get_voltage()
|