Lines Matching defs:vcc33
141 struct regulator *vcc33;
1222 error = regulator_enable(ts->vcc33);
1225 "failed to enable vcc33 regulator: %d\n",
1235 regulator_disable(ts->vcc33);
1265 regulator_disable(ts->vcc33);
1332 ts->vcc33 = devm_regulator_get(&client->dev, "vcc33");
1333 if (IS_ERR(ts->vcc33)) {
1334 error = PTR_ERR(ts->vcc33);
1337 "Failed to get 'vcc33' regulator: %d\n",