Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/regulator/
Dhelpers.c798 if (rdev->desc->curr_table) { in regulator_set_current_limit_regmap()
799 const unsigned int *curr_table = rdev->desc->curr_table; in regulator_set_current_limit_regmap() local
800 bool ascend = curr_table[n_currents - 1] > curr_table[0]; in regulator_set_current_limit_regmap()
805 if (min_uA <= curr_table[i] && in regulator_set_current_limit_regmap()
806 curr_table[i] <= max_uA) { in regulator_set_current_limit_regmap()
813 if (min_uA <= curr_table[i] && in regulator_set_current_limit_regmap()
814 curr_table[i] <= max_uA) { in regulator_set_current_limit_regmap()
853 if (rdev->desc->curr_table) { in regulator_get_current_limit_regmap()
857 return rdev->desc->curr_table[val]; in regulator_get_current_limit_regmap()
Dmax77650-regulator.c197 .curr_table = max77650_current_limit_table,
227 .curr_table = max77650_current_limit_table,
260 .curr_table = max77650_current_limit_table,
290 .curr_table = max77650_current_limit_table,
320 .curr_table = max77650_current_limit_table,
Dda9062-regulator.c365 .desc.curr_table = da9062_buck_a_limits,
401 .desc.curr_table = da9062_buck_b_limits,
437 .desc.curr_table = da9062_buck_a_limits,
609 .desc.curr_table = da9062_buck_a_limits,
645 .desc.curr_table = da9062_buck_a_limits,
681 .desc.curr_table = da9062_buck_b_limits,
717 .desc.curr_table = da9062_buck_a_limits,
Das3722-regulator.c688 desc->curr_table = as3722_ldo_current; in as3722_regulator_probe()
725 desc->curr_table = as3722_ldo_current; in as3722_regulator_probe()
750 desc->curr_table = as3722_sd016_current; in as3722_regulator_probe()
787 desc->curr_table = as3722_ldo_current; in as3722_regulator_probe()
Dlp873x-regulator.c42 .curr_table = lp873x_buck_uA, \
Dlp87565-regulator.c34 .curr_table = lp87565_buck_uA, \
Dda9210-regulator.c64 .curr_table = da9210_buck_limits,
Dwm831x-isink.c151 isink->desc.curr_table = wm831x_isinkv_values, in wm831x_isink_probe()
Dtps65218-regulator.c46 .curr_table = _ct, \
Dpv88060-regulator.c162 .curr_table = limits_array,\
Dpv88090-regulator.c178 .curr_table = limits_array, \
Dlp872x.c653 .curr_table = lp8725_buck_uA,
669 .curr_table = lp8725_buck_uA,
Dwm8350-regulator.c1069 .curr_table = isink_cur,
1081 .curr_table = isink_cur,
Dda9055-regulator.c377 .curr_table = da9055_current_limits,\
Dpv88080-regulator.c295 .curr_table = limits_array, \
Dda9063-regulator.c117 .desc.curr_table = limits_array, \
Dwm831x-dcdc.c443 dcdc->desc.curr_table = wm831x_dcdc_ilim; in wm831x_buckv_probe()
/Linux-v5.4/include/linux/regulator/
Ddriver.h357 const unsigned int *curr_table; member