Lines Matching defs:supply_dv
46 struct regulator *supply_dv;
1245 if (!IS_ERR(aic32x4->supply_dv))
1246 regulator_disable(aic32x4->supply_dv);
1259 aic32x4->supply_dv = devm_regulator_get_optional(dev, "dv");
1273 if (IS_ERR(aic32x4->supply_dv)) {
1275 return PTR_ERR(aic32x4->supply_dv);
1282 if (PTR_ERR(aic32x4->supply_dv) == -EPROBE_DEFER)
1302 if (!IS_ERR(aic32x4->supply_dv)) {
1303 ret = regulator_enable(aic32x4->supply_dv);
1324 if (!IS_ERR(aic32x4->supply_dv))
1325 regulator_disable(aic32x4->supply_dv);