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

/linux-4.1.27/drivers/cpufreq/
H A Ds5pv210-cpufreq.c135 static struct regulator *int_regulator; variable in typeref:struct:regulator
263 ret = regulator_set_voltage(int_regulator, s5pv210_target()
480 regulator_set_voltage(int_regulator, s5pv210_target()
644 int_regulator = regulator_get(NULL, "vddint"); s5pv210_cpufreq_probe()
645 if (IS_ERR(int_regulator)) { s5pv210_cpufreq_probe()
648 return PTR_ERR(int_regulator); s5pv210_cpufreq_probe()

Completed in 108 milliseconds