Searched refs:ldsw_ocp_ranges (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/drivers/regulator/ |
D | regulator_npm2100.c | 130 static const struct linear_range ldsw_ocp_ranges[] = {LINEAR_RANGE_INIT(40000, 0, 0U, 0U), variable 274 return linear_range_group_values_count(ldsw_ocp_ranges, in regulator_npm2100_count_currents() 275 ARRAY_SIZE(ldsw_ocp_ranges)); in regulator_npm2100_count_currents() 295 ldsw_ocp_ranges, ARRAY_SIZE(ldsw_ocp_ranges), idx, current_ua); in regulator_npm2100_list_currents() 327 ldsw_ocp_ranges, ARRAY_SIZE(ldsw_ocp_ranges), min_ua, max_ua, &idx); in regulator_npm2100_set_current()
|