Lines Matching refs:vio
131 * @vio: regulator controlling VIO
144 struct regulator *vio;
529 gp2ap002->vio = devm_regulator_get(dev, "vio");
530 if (IS_ERR(gp2ap002->vio)) {
532 return PTR_ERR(gp2ap002->vio);
548 ret = regulator_set_voltage(gp2ap002->vio, 1650000, ret);
559 ret = regulator_enable(gp2ap002->vio);
621 regulator_disable(gp2ap002->vio);
637 regulator_disable(gp2ap002->vio);
662 regulator_disable(gp2ap002->vio);
679 ret = regulator_enable(gp2ap002->vio);