buck125_gpioindex   36 drivers/regulator/max8997-regulator.c 	int buck125_gpioindex;
buck125_gpioindex   51 drivers/regulator/max8997-regulator.c 	int set3 = (max8997->buck125_gpioindex) & 0x1;
buck125_gpioindex   52 drivers/regulator/max8997-regulator.c 	int set2 = ((max8997->buck125_gpioindex) >> 1) & 0x1;
buck125_gpioindex   53 drivers/regulator/max8997-regulator.c 	int set1 = ((max8997->buck125_gpioindex) >> 2) & 0x1;
buck125_gpioindex  300 drivers/regulator/max8997-regulator.c 			reg += max8997->buck125_gpioindex;
buck125_gpioindex  305 drivers/regulator/max8997-regulator.c 			reg += max8997->buck125_gpioindex;
buck125_gpioindex  316 drivers/regulator/max8997-regulator.c 			reg += max8997->buck125_gpioindex;
buck125_gpioindex  589 drivers/regulator/max8997-regulator.c 				(buckx_val[others])[max8997->buck125_gpioindex];
buck125_gpioindex  676 drivers/regulator/max8997-regulator.c 		max8997->buck125_gpioindex, tmp_idx);
buck125_gpioindex  682 drivers/regulator/max8997-regulator.c 	max8997->buck125_gpioindex = new_idx;
buck125_gpioindex 1043 drivers/regulator/max8997-regulator.c 	max8997->buck125_gpioindex = pdata->buck125_default_idx;
buck125_gpioindex 1142 drivers/regulator/max8997-regulator.c 				(max8997->buck125_gpioindex >> 2)
buck125_gpioindex 1145 drivers/regulator/max8997-regulator.c 				(max8997->buck125_gpioindex >> 1)
buck125_gpioindex 1148 drivers/regulator/max8997-regulator.c 				(max8997->buck125_gpioindex >> 0)