curr_table        688 drivers/regulator/as3722-regulator.c 			desc->curr_table = as3722_ldo_current;
curr_table        725 drivers/regulator/as3722-regulator.c 			desc->curr_table = as3722_ldo_current;
curr_table        750 drivers/regulator/as3722-regulator.c 			desc->curr_table = as3722_sd016_current;
curr_table        787 drivers/regulator/as3722-regulator.c 			desc->curr_table = as3722_ldo_current;
curr_table        377 drivers/regulator/da9055-regulator.c 		.curr_table = da9055_current_limits,\
curr_table        365 drivers/regulator/da9062-regulator.c 		.desc.curr_table = da9062_buck_a_limits,
curr_table        401 drivers/regulator/da9062-regulator.c 		.desc.curr_table = da9062_buck_b_limits,
curr_table        437 drivers/regulator/da9062-regulator.c 		.desc.curr_table = da9062_buck_a_limits,
curr_table        609 drivers/regulator/da9062-regulator.c 		.desc.curr_table = da9062_buck_a_limits,
curr_table        645 drivers/regulator/da9062-regulator.c 		.desc.curr_table = da9062_buck_a_limits,
curr_table        681 drivers/regulator/da9062-regulator.c 		.desc.curr_table = da9062_buck_b_limits,
curr_table        717 drivers/regulator/da9062-regulator.c 		.desc.curr_table = da9062_buck_a_limits,
curr_table        117 drivers/regulator/da9063-regulator.c 	.desc.curr_table = limits_array, \
curr_table         64 drivers/regulator/da9210-regulator.c 	.curr_table = da9210_buck_limits,
curr_table        800 drivers/regulator/helpers.c 	if (rdev->desc->curr_table) {
curr_table        801 drivers/regulator/helpers.c 		const unsigned int *curr_table = rdev->desc->curr_table;
curr_table        802 drivers/regulator/helpers.c 		bool ascend = curr_table[n_currents - 1] > curr_table[0];
curr_table        807 drivers/regulator/helpers.c 				if (min_uA <= curr_table[i] &&
curr_table        808 drivers/regulator/helpers.c 				    curr_table[i] <= max_uA) {
curr_table        815 drivers/regulator/helpers.c 				if (min_uA <= curr_table[i] &&
curr_table        816 drivers/regulator/helpers.c 				    curr_table[i] <= max_uA) {
curr_table        855 drivers/regulator/helpers.c 	if (rdev->desc->curr_table) {
curr_table        859 drivers/regulator/helpers.c 		return rdev->desc->curr_table[val];
curr_table        653 drivers/regulator/lp872x.c 		.curr_table = lp8725_buck_uA,
curr_table        669 drivers/regulator/lp872x.c 		.curr_table = lp8725_buck_uA,
curr_table         42 drivers/regulator/lp873x-regulator.c 			.curr_table	= lp873x_buck_uA,		\
curr_table         34 drivers/regulator/lp87565-regulator.c 			.curr_table = lp87565_buck_uA,			\
curr_table        197 drivers/regulator/max77650-regulator.c 		.curr_table		= max77650_current_limit_table,
curr_table        227 drivers/regulator/max77650-regulator.c 		.curr_table		= max77650_current_limit_table,
curr_table        260 drivers/regulator/max77650-regulator.c 		.curr_table		= max77650_current_limit_table,
curr_table        290 drivers/regulator/max77650-regulator.c 		.curr_table		= max77650_current_limit_table,
curr_table        320 drivers/regulator/max77650-regulator.c 		.curr_table		= max77650_current_limit_table,
curr_table        162 drivers/regulator/pv88060-regulator.c 		.curr_table = limits_array,\
curr_table        295 drivers/regulator/pv88080-regulator.c 		.curr_table = limits_array, \
curr_table        178 drivers/regulator/pv88090-regulator.c 		.curr_table = limits_array, \
curr_table         46 drivers/regulator/tps65218-regulator.c 		.curr_table		= _ct,			\
curr_table        443 drivers/regulator/wm831x-dcdc.c 	dcdc->desc.curr_table = wm831x_dcdc_ilim;
curr_table        151 drivers/regulator/wm831x-isink.c 	isink->desc.curr_table = wm831x_isinkv_values,
curr_table       1069 drivers/regulator/wm8350-regulator.c 		.curr_table = isink_cur,
curr_table       1081 drivers/regulator/wm8350-regulator.c 		.curr_table = isink_cur,
curr_table        357 include/linux/regulator/driver.h 	const unsigned int *curr_table;