Lines Matching defs:proc_reg
43 struct regulator *proc_reg;
82 struct regulator *proc_reg = info->proc_reg;
87 pre_vproc = regulator_get_voltage(proc_reg);
119 ret = regulator_set_voltage(proc_reg, vproc,
129 ret = regulator_set_voltage(proc_reg, vproc,
143 regulator_set_voltage(proc_reg, pre_vproc,
170 ret = regulator_set_voltage(info->proc_reg, vproc,
219 pre_vproc = regulator_get_voltage(info->proc_reg);
424 info->proc_reg = regulator_get_optional(cpu_dev, "proc");
425 if (IS_ERR(info->proc_reg)) {
426 ret = PTR_ERR(info->proc_reg);
432 ret = regulator_enable(info->proc_reg);
477 info->vproc_on_boot = regulator_get_voltage(info->proc_reg);
543 regulator_disable(info->proc_reg);
546 regulator_put(info->proc_reg);
559 regulator_disable(info->proc_reg);
560 regulator_put(info->proc_reg);