Searched full:vddd_supply (Results 1 – 2 of 2) sorted by relevance
61 struct regulator *vddd_supply; member314 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()
64 VDDD-supply = <&vddd_supply>;