Lines Matching defs:supply_av
47 struct regulator *supply_av;
1097 if (!IS_ERR(aic32x4->supply_av))
1098 regulator_disable(aic32x4->supply_av);
1109 aic32x4->supply_av = devm_regulator_get_optional(dev, "av");
1126 if (IS_ERR(aic32x4->supply_av)) {
1128 return PTR_ERR(aic32x4->supply_av);
1133 if (PTR_ERR(aic32x4->supply_av) == -EPROBE_DEFER)
1159 if (!IS_ERR(aic32x4->supply_av)) {
1160 ret = regulator_enable(aic32x4->supply_av);
1167 if (!IS_ERR(aic32x4->supply_ldo) && IS_ERR(aic32x4->supply_av))