Home
last modified time | relevance | path

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

/drivers/cpufreq/
A Dimx6q-cpufreq.c25 static struct regulator *pu_reg; variable
89 if (!IS_ERR(pu_reg)) { in imx6q_set_target()
90 ret = regulator_set_voltage_tol(pu_reg, imx6_soc_volt[index], 0); in imx6q_set_target()
182 if (!IS_ERR(pu_reg)) { in imx6q_set_target()
357 pu_reg = regulator_get_optional(cpu_dev, "pu"); in imx6q_cpufreq_probe()
361 PTR_ERR(pu_reg) == -EPROBE_DEFER) { in imx6q_cpufreq_probe()
454 if (!IS_ERR(pu_reg)) { in imx6q_cpufreq_probe()
494 if (!IS_ERR(pu_reg)) in imx6q_cpufreq_probe()
495 regulator_put(pu_reg); in imx6q_cpufreq_probe()
512 if (!IS_ERR(pu_reg)) in imx6q_cpufreq_remove()
[all …]

Completed in 5 milliseconds