Lines Matching defs:supply_dv
46 struct regulator *supply_dv;
1094 if (!IS_ERR(aic32x4->supply_dv))
1095 regulator_disable(aic32x4->supply_dv);
1108 aic32x4->supply_dv = devm_regulator_get_optional(dev, "dv");
1122 if (IS_ERR(aic32x4->supply_dv)) {
1124 return PTR_ERR(aic32x4->supply_dv);
1131 if (PTR_ERR(aic32x4->supply_dv) == -EPROBE_DEFER)
1151 if (!IS_ERR(aic32x4->supply_dv)) {
1152 ret = regulator_enable(aic32x4->supply_dv);
1173 if (!IS_ERR(aic32x4->supply_dv))
1174 regulator_disable(aic32x4->supply_dv);