Lines Matching defs:iovdd
38 struct regulator *iovdd;
343 ret = regulator_enable(st->iovdd);
350 regulator_disable(st->iovdd);
368 ret = regulator_disable(st->iovdd);
449 st->iovdd = devm_regulator_get(st->dev, "iovdd");
450 if (IS_ERR(st->iovdd)) {
451 dev_err(st->dev, "Could not get iovdd: %ld\n",
452 PTR_ERR(st->iovdd));
453 return PTR_ERR(st->iovdd);