Lines Matching refs:vcc_core
40 static struct regulator *vcc_core;
126 ret = regulator_set_voltage(vcc_core, vmin, vmax);
128 pr_err("Failed to set vcc_core in [%dmV..%dmV]\n", vmin, vmax);
134 vcc_core = regulator_get(NULL, "vcc_core");
135 if (IS_ERR(vcc_core)) {
136 pr_info("Didn't find vcc_core regulator\n");
137 vcc_core = NULL;
139 pr_info("Found vcc_core regulator\n");
205 if (vcc_core && new_freq_cpu > policy->cur) {
222 if (vcc_core && new_freq_cpu < policy->cur)