/linux/drivers/regulator/ |
H A D | max77650-regulator.c | 196 .n_current_limits = ARRAY_SIZE(max77650_current_limit_table), 226 .n_current_limits = ARRAY_SIZE(max77650_current_limit_table), 259 .n_current_limits = ARRAY_SIZE(max77650_current_limit_table), 289 .n_current_limits = ARRAY_SIZE(max77650_current_limit_table), 319 .n_current_limits = ARRAY_SIZE(max77650_current_limit_table),
|
H A D | da9062-regulator.c | 369 .desc.n_current_limits = ARRAY_SIZE(da9062_buck_a_limits), 406 .desc.n_current_limits = ARRAY_SIZE(da9062_buck_b_limits), 443 .desc.n_current_limits = ARRAY_SIZE(da9062_buck_a_limits), 616 .desc.n_current_limits = ARRAY_SIZE(da9062_buck_a_limits), 653 .desc.n_current_limits = ARRAY_SIZE(da9062_buck_a_limits), 690 .desc.n_current_limits = ARRAY_SIZE(da9062_buck_b_limits), 727 .desc.n_current_limits = ARRAY_SIZE(da9062_buck_a_limits),
|
H A D | mpq7920.c | 38 .n_current_limits = ARRAY_SIZE(_ilim), \ 67 .n_current_limits = _ilim_sz, \
|
H A D | max77503-regulator.c | 75 .n_current_limits = ARRAY_SIZE(max77503_current_limit_table),
|
H A D | as3722-regulator.c | 690 desc->n_current_limits = ARRAY_SIZE(as3722_ldo_current); in as3722_regulator_probe() 727 desc->n_current_limits = ARRAY_SIZE(as3722_ldo_current); in as3722_regulator_probe() 752 desc->n_current_limits = in as3722_regulator_probe() 789 desc->n_current_limits = ARRAY_SIZE(as3722_ldo_current); in as3722_regulator_probe()
|
H A D | qcom-labibb-regulator.c | 572 for (i = 0; i < desc->n_current_limits; i++) { in qcom_labibb_set_current_limit() 707 .n_current_limits = 8, 738 .n_current_limits = 32,
|
H A D | lp873x-regulator.c | 36 .n_current_limits = ARRAY_SIZE(lp873x_buck_uA), \
|
H A D | max8998.c | 380 unsigned int n_currents = rdev->desc->n_current_limits; in max8998_set_current_limit() 434 if (val >= rdev->desc->n_current_limits) in max8998_get_current_limit() 497 .n_current_limits = ARRAY_SIZE(_table), \
|
H A D | da9210-regulator.c | 65 .n_current_limits = ARRAY_SIZE(da9210_buck_limits),
|
H A D | lp87565-regulator.c | 48 .n_current_limits = ARRAY_SIZE(lp87565_buck_uA),\
|
H A D | pf8x00-regulator.c | 424 .n_current_limits = \ 456 .n_current_limits = \
|
H A D | pv88060-regulator.c | 163 .n_current_limits = ARRAY_SIZE(limits_array),\
|
H A D | pv88090-regulator.c | 179 .n_current_limits = ARRAY_SIZE(limits_array), \
|
H A D | lp872x.c | 653 .n_current_limits = ARRAY_SIZE(lp8725_buck_uA), 669 .n_current_limits = ARRAY_SIZE(lp8725_buck_uA),
|
H A D | da9063-regulator.c | 122 .desc.n_current_limits = ARRAY_SIZE(limits_array) 529 n_currents = rdev->desc->n_current_limits; in da9063_buck_set_current_limit()
|
H A D | tps65219-regulator.c | 118 .n_current_limits = _ncl, \
|
H A D | wm8350-regulator.c | 1070 .n_current_limits = ARRAY_SIZE(isink_cur), 1082 .n_current_limits = ARRAY_SIZE(isink_cur),
|
H A D | da9055-regulator.c | 377 .n_current_limits = ARRAY_SIZE(da9055_current_limits),\
|
H A D | pv88080-regulator.c | 282 .n_current_limits = ARRAY_SIZE(limits_array), \
|
H A D | bd71815-regulator.c | 481 .n_current_limits = ARRAY_SIZE(currents), \
|
H A D | wm831x-dcdc.c | 438 dcdc->desc.n_current_limits = ARRAY_SIZE(wm831x_dcdc_ilim); in wm831x_buckv_probe()
|
/linux/include/linux/regulator/ |
H A D | driver.h | 286 * @n_current_limits: Number of selectors available for current limits 378 unsigned int n_current_limits; member
|
/linux/drivers/power/supply/ |
H A D | rt9471.c | 617 .n_current_limits = ARRAY_SIZE(rt9471_otg_microamp),
|
H A D | mt6370-charger.c | 671 .n_current_limits = ARRAY_SIZE(mt6370_chg_otg_oc_ma),
|
H A D | rt9467-charger.c | 328 .n_current_limits = ARRAY_SIZE(rt9467_otg_microamp),
|