Searched refs:soc_reg (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/cpufreq/
H A Dimx6q-cpufreq.c26 static struct regulator *soc_reg; variable in typeref:struct:regulator
96 ret = regulator_set_voltage_tol(soc_reg, imx6_soc_volt[index], 0);
179 ret = regulator_set_voltage_tol(soc_reg, imx6_soc_volt[index], 0);
359 soc_reg = regulator_get(cpu_dev, "soc");
361 PTR_ERR(soc_reg) == -EPROBE_DEFER ||
367 if (IS_ERR(arm_reg) || IS_ERR(soc_reg)) {
452 ret = regulator_set_voltage_time(soc_reg, imx6_soc_volt[0], imx6_soc_volt[num - 1]);
497 if (!IS_ERR(soc_reg))
498 regulator_put(soc_reg);
515 regulator_put(soc_reg);
[all...]

Completed in 116 milliseconds