Searched refs:curr_table (Results 1 - 25 of 30) sorted by relevance

12

/linux-master/drivers/regulator/
H A Dqcom_usb_vbus-regulator.c23 static const unsigned int curr_table[] = { variable
40 .curr_table = curr_table,
41 .n_current_limits = ARRAY_SIZE(curr_table),
H A Dhelpers.c796 * Regulators that use regmap for their register I/O can set curr_table,
809 if (rdev->desc->curr_table) {
810 const unsigned int *curr_table = rdev->desc->curr_table; local
811 bool ascend = curr_table[n_currents - 1] > curr_table[0];
816 if (min_uA <= curr_table[i] &&
817 curr_table[i] <= max_uA) {
824 if (min_uA <= curr_table[i] &&
825 curr_table[
[all...]
H A 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,
H A Dmax8998.c386 if (rdev->desc->curr_table) {
387 const unsigned int *curr_table = rdev->desc->curr_table; local
388 bool ascend = curr_table[n_currents - 1] > curr_table[0];
393 if (min_uA <= curr_table[i] &&
394 curr_table[i] <= max_uA) {
401 if (min_uA <= curr_table[i] &&
402 curr_table[i] <= max_uA) {
433 if (rdev->desc->curr_table) {
[all...]
H A Dmax77503-regulator.c82 .curr_table = max77503_current_limit_table,
H A Dmpq7920.c37 .curr_table = _ilim, \
66 .curr_table = _ilim, \
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 Dlp873x-regulator.c35 .curr_table = lp873x_buck_uA, \
H A Das3722-regulator.c689 desc->curr_table = as3722_ldo_current;
726 desc->curr_table = as3722_ldo_current;
751 desc->curr_table = as3722_sd016_current;
788 desc->curr_table = as3722_ldo_current;
H A Dwm831x-isink.c149 isink->desc.curr_table = wm831x_isinkv_values,
H A Dmp5416.c62 .curr_table = _ilim, \
H A Dda9210-regulator.c64 .curr_table = da9210_buck_limits,
H A Dlp87565-regulator.c47 .curr_table = lp87565_buck_uA, \
H A Dpf8x00-regulator.c423 .curr_table = pf8x00_sw_current_table, \
455 .curr_table = pf8x00_sw_current_table, \
H A Dpv88090-regulator.c178 .curr_table = limits_array, \
H A Dpv88060-regulator.c162 .curr_table = limits_array,\
H A Dtps65218-regulator.c38 .curr_table = _ct, \
H A Dtps65219-regulator.c109 .curr_table = _ct, \
H A Dpv88080-regulator.c281 .curr_table = limits_array, \
H A Dlp872x.c652 .curr_table = lp8725_buck_uA,
668 .curr_table = lp8725_buck_uA,
H A Dda9063-regulator.c121 .desc.curr_table = limits_array, \
533 if (max_uA > rdev->desc->curr_table[n_currents - 1])
H A Dwm8350-regulator.c1069 .curr_table = isink_cur,
1081 .curr_table = isink_cur,
H A Dbd71815-regulator.c486 .curr_table = currents, \
H A Dtps6594-regulator.c97 .curr_table = _ct, \
/linux-master/include/linux/regulator/
H A Ddriver.h297 * @curr_table: Current limit mapping table (if table based mapping)
388 const unsigned int *curr_table; member in struct:regulator_desc

Completed in 182 milliseconds

12