Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dtfa989x.c61 struct regulator *vddd_supply; member
314 regulator_disable(tfa989x->vddd_supply); in tfa989x_regulator_disable()
339 tfa989x->vddd_supply = devm_regulator_get(dev, "vddd"); in tfa989x_i2c_probe()
340 if (IS_ERR(tfa989x->vddd_supply)) in tfa989x_i2c_probe()
341 return dev_err_probe(dev, PTR_ERR(tfa989x->vddd_supply), in tfa989x_i2c_probe()
354 ret = regulator_enable(tfa989x->vddd_supply); in tfa989x_i2c_probe()