Lines Matching defs:supply_av
47 struct regulator *supply_av;
1248 if (!IS_ERR(aic32x4->supply_av))
1249 regulator_disable(aic32x4->supply_av);
1260 aic32x4->supply_av = devm_regulator_get_optional(dev, "av");
1277 if (IS_ERR(aic32x4->supply_av)) {
1279 return PTR_ERR(aic32x4->supply_av);
1284 if (PTR_ERR(aic32x4->supply_av) == -EPROBE_DEFER)
1310 if (!IS_ERR(aic32x4->supply_av)) {
1311 ret = regulator_enable(aic32x4->supply_av);
1318 if (!IS_ERR(aic32x4->supply_ldo) && IS_ERR(aic32x4->supply_av))