Lines Matching refs:vbat
1401 (max98396->vbat == NULL) ?
1587 if (max98396->vbat)
1588 regulator_disable(max98396->vbat);
1609 if (max98396->vbat) {
1610 ret = regulator_enable(max98396->vbat);
1775 max98396->vbat = devm_regulator_get_optional(&i2c->dev, "vbat");
1776 if (IS_ERR(max98396->vbat)) {
1777 if (PTR_ERR(max98396->vbat) == -EPROBE_DEFER)
1780 max98396->vbat = NULL;
1815 if (max98396->vbat) {
1816 ret = regulator_enable(max98396->vbat);
1822 max98396->vbat);