vrange_ctrl       235 drivers/regulator/vctrl-regulator.c 	u32 vrange_ctrl[2];
vrange_ctrl       290 drivers/regulator/vctrl-regulator.c 	ret = of_property_read_u32_array(np, "ctrl-voltage-range", vrange_ctrl,
vrange_ctrl       298 drivers/regulator/vctrl-regulator.c 	if (vrange_ctrl[0] >= vrange_ctrl[1]) {
vrange_ctrl       300 drivers/regulator/vctrl-regulator.c 			vrange_ctrl[0], vrange_ctrl[1]);
vrange_ctrl       304 drivers/regulator/vctrl-regulator.c 	vctrl->vrange.ctrl.min_uV = vrange_ctrl[0];
vrange_ctrl       305 drivers/regulator/vctrl-regulator.c 	vctrl->vrange.ctrl.max_uV = vrange_ctrl[1];
vrange_ctrl       323 drivers/regulator/vctrl-regulator.c 	struct vctrl_voltage_range *vrange_ctrl = &vctrl->vrange.ctrl;
vrange_ctrl       336 drivers/regulator/vctrl-regulator.c 		if (ctrl_uV < vrange_ctrl->min_uV ||
vrange_ctrl       337 drivers/regulator/vctrl-regulator.c 		    ctrl_uV > vrange_ctrl->max_uV)
vrange_ctrl       356 drivers/regulator/vctrl-regulator.c 		if (ctrl_uV < vrange_ctrl->min_uV ||
vrange_ctrl       357 drivers/regulator/vctrl-regulator.c 		    ctrl_uV > vrange_ctrl->max_uV)
vrange_ctrl       449 drivers/regulator/vctrl-regulator.c 	struct vctrl_voltage_range *vrange_ctrl;
vrange_ctrl       464 drivers/regulator/vctrl-regulator.c 	vrange_ctrl = &vctrl->vrange.ctrl;
vrange_ctrl       500 drivers/regulator/vctrl-regulator.c 		if (ctrl_uV < vrange_ctrl->min_uV) {
vrange_ctrl       502 drivers/regulator/vctrl-regulator.c 		} else if (ctrl_uV > vrange_ctrl->max_uV) {