Home
last modified time | relevance | path

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

/openbmc/linux/drivers/cpufreq/
H A Dimx6q-cpufreq.c23 static struct regulator *pu_reg; variable
87 if (!IS_ERR(pu_reg)) { in imx6q_set_target()
88 ret = regulator_set_voltage_tol(pu_reg, imx6_soc_volt[index], 0); in imx6q_set_target()
180 if (!IS_ERR(pu_reg)) { in imx6q_set_target()
373 pu_reg = regulator_get_optional(cpu_dev, "pu"); in imx6q_cpufreq_probe()
377 PTR_ERR(pu_reg) == -EPROBE_DEFER) { in imx6q_cpufreq_probe()
470 if (!IS_ERR(pu_reg)) { in imx6q_cpufreq_probe()
510 if (!IS_ERR(pu_reg)) in imx6q_cpufreq_probe()
511 regulator_put(pu_reg); in imx6q_cpufreq_probe()
528 if (!IS_ERR(pu_reg)) in imx6q_cpufreq_remove()
[all …]