Searched refs:vbat (Results 1 – 2 of 2) sorted by relevance
1400 (max98396->vbat == NULL) ? in max98396_probe()1585 if (max98396->vbat) in max98396_suspend()1586 regulator_disable(max98396->vbat); in max98396_suspend()1607 if (max98396->vbat) { in max98396_resume()1608 ret = regulator_enable(max98396->vbat); in max98396_resume()1773 if (IS_ERR(max98396->vbat)) { in max98396_i2c_probe()1774 if (PTR_ERR(max98396->vbat) == -EPROBE_DEFER) in max98396_i2c_probe()1777 max98396->vbat = NULL; in max98396_i2c_probe()1812 if (max98396->vbat) { in max98396_i2c_probe()1813 ret = regulator_enable(max98396->vbat); in max98396_i2c_probe()[all …]
312 struct regulator *pvdd, *vbat; member
Completed in 8 milliseconds