Lines Matching defs:iovcc
115 struct regulator *iovcc;
1132 regulator_disable(data->iovcc);
1175 tsdata->iovcc = devm_regulator_get(&client->dev, "iovcc");
1176 if (IS_ERR(tsdata->iovcc)) {
1177 error = PTR_ERR(tsdata->iovcc);
1180 "failed to request iovcc regulator: %d\n", error);
1184 error = regulator_enable(tsdata->iovcc);
1186 dev_err(&client->dev, "failed to enable iovcc: %d\n", error);
1196 regulator_disable(tsdata->iovcc);
1396 ret = regulator_disable(tsdata->iovcc);
1398 dev_warn(dev, "Failed to disable iovcc\n");
1429 ret = regulator_enable(tsdata->iovcc);
1431 dev_err(dev, "Failed to enable iovcc\n");
1441 regulator_disable(tsdata->iovcc);