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

/linux-master/drivers/cpufreq/
H A Dimx6q-cpufreq.c25 static struct regulator *pu_reg; variable in typeref:struct:regulator
89 if (!IS_ERR(pu_reg)) {
90 ret = regulator_set_voltage_tol(pu_reg, imx6_soc_volt[index], 0);
182 if (!IS_ERR(pu_reg)) {
183 ret = regulator_set_voltage_tol(pu_reg, imx6_soc_volt[index], 0);
358 pu_reg = regulator_get_optional(cpu_dev, "pu");
362 PTR_ERR(pu_reg) == -EPROBE_DEFER) {
455 if (!IS_ERR(pu_reg)) {
456 ret = regulator_set_voltage_time(pu_reg, imx6_soc_volt[0], imx6_soc_volt[num - 1]);
495 if (!IS_ERR(pu_reg))
[all...]

Completed in 123 milliseconds