Home
last modified time | relevance | path

Searched refs:curr_table (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/regulator/
H A Dhelpers.c826 if (rdev->desc->curr_table) { in regulator_set_current_limit_regmap()
827 const unsigned int *curr_table = rdev->desc->curr_table; in regulator_set_current_limit_regmap() local
828 bool ascend = curr_table[n_currents - 1] > curr_table[0]; in regulator_set_current_limit_regmap()
833 if (min_uA <= curr_table[i] && in regulator_set_current_limit_regmap()
834 curr_table[i] <= max_uA) { in regulator_set_current_limit_regmap()
841 if (min_uA <= curr_table[i] && in regulator_set_current_limit_regmap()
842 curr_table[i] <= max_uA) { in regulator_set_current_limit_regmap()
881 if (rdev->desc->curr_table) { in regulator_get_current_limit_regmap()
885 return rdev->desc->curr_table[val]; in regulator_get_current_limit_regmap()
H A Dda9062-regulator.c368 .desc.curr_table = da9062_buck_a_limits,
405 .desc.curr_table = da9062_buck_b_limits,
442 .desc.curr_table = da9062_buck_a_limits,
615 .desc.curr_table = da9062_buck_a_limits,
652 .desc.curr_table = da9062_buck_a_limits,
689 .desc.curr_table = da9062_buck_b_limits,
726 .desc.curr_table = da9062_buck_a_limits,
H A Dtps65218-regulator.c37 .curr_table = _ct, \
H A Dda9055-regulator.c376 .curr_table = da9055_current_limits,\
H A Dpv88080-regulator.c280 .curr_table = limits_array, \
H A Dwm831x-dcdc.c439 dcdc->desc.curr_table = wm831x_dcdc_ilim; in wm831x_buckv_probe()
/linux/drivers/power/supply/
H A Drt9471.c623 .curr_table = rt9471_otg_microamp,
H A Drt9467-charger.c326 .curr_table = rt9467_otg_microamp,