Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/cpufreq/
Ds5pv210-cpufreq.c134 static struct regulator *int_regulator; variable
257 ret = regulator_set_voltage(int_regulator, in s5pv210_target()
474 regulator_set_voltage(int_regulator, in s5pv210_target()
604 int_regulator = regulator_get(NULL, "vddint"); in s5pv210_cpufreq_probe()
605 if (IS_ERR(int_regulator)) { in s5pv210_cpufreq_probe()
606 if (PTR_ERR(int_regulator) == -EPROBE_DEFER) in s5pv210_cpufreq_probe()
610 result = PTR_ERR(int_regulator); in s5pv210_cpufreq_probe()
673 regulator_put(int_regulator); in s5pv210_cpufreq_probe()