Home
last modified time | relevance | path

Searched refs:vddd_supply (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/sound/soc/codecs/
Dtfa989x.c59 struct regulator *vddd_supply; member
286 regulator_disable(tfa989x->vddd_supply); in tfa989x_regulator_disable()
311 tfa989x->vddd_supply = devm_regulator_get(dev, "vddd"); in tfa989x_i2c_probe()
312 if (IS_ERR(tfa989x->vddd_supply)) in tfa989x_i2c_probe()
313 return dev_err_probe(dev, PTR_ERR(tfa989x->vddd_supply), in tfa989x_i2c_probe()
326 ret = regulator_enable(tfa989x->vddd_supply); in tfa989x_i2c_probe()