Lines Matching refs:vcc_core
38 static struct regulator *vcc_core;
122 ret = regulator_set_voltage(vcc_core, vmin, vmax);
124 pr_err("Failed to set vcc_core in [%dmV..%dmV]\n", vmin, vmax);
130 vcc_core = regulator_get(NULL, "vcc_core");
131 if (IS_ERR(vcc_core)) {
132 pr_info("Didn't find vcc_core regulator\n");
133 vcc_core = NULL;
135 pr_info("Found vcc_core regulator\n");
201 if (vcc_core && new_freq_cpu > policy->cur) {
218 if (vcc_core && new_freq_cpu < policy->cur)