Searched refs:curr_table (Results 1 – 18 of 18) sorted by relevance
| /Linux-v5.4/drivers/regulator/ |
| D | helpers.c | 798 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()
|
| D | max77650-regulator.c | 197 .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,
|
| D | da9062-regulator.c | 365 .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,
|
| D | as3722-regulator.c | 688 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()
|
| D | lp873x-regulator.c | 42 .curr_table = lp873x_buck_uA, \
|
| D | lp87565-regulator.c | 34 .curr_table = lp87565_buck_uA, \
|
| D | da9210-regulator.c | 64 .curr_table = da9210_buck_limits,
|
| D | wm831x-isink.c | 151 isink->desc.curr_table = wm831x_isinkv_values, in wm831x_isink_probe()
|
| D | tps65218-regulator.c | 46 .curr_table = _ct, \
|
| D | pv88060-regulator.c | 162 .curr_table = limits_array,\
|
| D | pv88090-regulator.c | 178 .curr_table = limits_array, \
|
| D | lp872x.c | 653 .curr_table = lp8725_buck_uA, 669 .curr_table = lp8725_buck_uA,
|
| D | wm8350-regulator.c | 1069 .curr_table = isink_cur, 1081 .curr_table = isink_cur,
|
| D | da9055-regulator.c | 377 .curr_table = da9055_current_limits,\
|
| D | pv88080-regulator.c | 295 .curr_table = limits_array, \
|
| D | da9063-regulator.c | 117 .desc.curr_table = limits_array, \
|
| D | wm831x-dcdc.c | 443 dcdc->desc.curr_table = wm831x_dcdc_ilim; in wm831x_buckv_probe()
|
| /Linux-v5.4/include/linux/regulator/ |
| D | driver.h | 357 const unsigned int *curr_table; member
|