ctrl_uV 60 drivers/regulator/vctrl-regulator.c static int vctrl_calc_output_voltage(struct vctrl_data *vctrl, int ctrl_uV) ctrl_uV 65 drivers/regulator/vctrl-regulator.c if (ctrl_uV < 0) { ctrl_uV 67 drivers/regulator/vctrl-regulator.c return ctrl_uV; ctrl_uV 70 drivers/regulator/vctrl-regulator.c if (ctrl_uV < ctrl->min_uV) ctrl_uV 73 drivers/regulator/vctrl-regulator.c if (ctrl_uV > ctrl->max_uV) ctrl_uV 77 drivers/regulator/vctrl-regulator.c DIV_ROUND_CLOSEST_ULL((s64)(ctrl_uV - ctrl->min_uV) * ctrl_uV 85 drivers/regulator/vctrl-regulator.c int ctrl_uV = regulator_get_voltage_rdev(vctrl->ctrl_reg->rdev); ctrl_uV 87 drivers/regulator/vctrl-regulator.c return vctrl_calc_output_voltage(vctrl, ctrl_uV); ctrl_uV 325 drivers/regulator/vctrl-regulator.c int ctrl_uV; ctrl_uV 334 drivers/regulator/vctrl-regulator.c ctrl_uV = regulator_list_voltage(ctrl_reg, i); ctrl_uV 336 drivers/regulator/vctrl-regulator.c if (ctrl_uV < vrange_ctrl->min_uV || ctrl_uV 337 drivers/regulator/vctrl-regulator.c ctrl_uV > vrange_ctrl->max_uV) ctrl_uV 354 drivers/regulator/vctrl-regulator.c ctrl_uV = regulator_list_voltage(ctrl_reg, i); ctrl_uV 356 drivers/regulator/vctrl-regulator.c if (ctrl_uV < vrange_ctrl->min_uV || ctrl_uV 357 drivers/regulator/vctrl-regulator.c ctrl_uV > vrange_ctrl->max_uV) ctrl_uV 360 drivers/regulator/vctrl-regulator.c vctrl->vtable[idx_vt].ctrl = ctrl_uV; ctrl_uV 362 drivers/regulator/vctrl-regulator.c vctrl_calc_output_voltage(vctrl, ctrl_uV); ctrl_uV 450 drivers/regulator/vctrl-regulator.c int ctrl_uV; ctrl_uV 493 drivers/regulator/vctrl-regulator.c ctrl_uV = regulator_get_voltage_rdev(vctrl->ctrl_reg->rdev); ctrl_uV 494 drivers/regulator/vctrl-regulator.c if (ctrl_uV < 0) { ctrl_uV 496 drivers/regulator/vctrl-regulator.c return ctrl_uV; ctrl_uV 500 drivers/regulator/vctrl-regulator.c if (ctrl_uV < vrange_ctrl->min_uV) { ctrl_uV 502 drivers/regulator/vctrl-regulator.c } else if (ctrl_uV > vrange_ctrl->max_uV) { ctrl_uV 508 drivers/regulator/vctrl-regulator.c if (ctrl_uV == vctrl->vtable[i].ctrl) {