Home
last modified time | relevance | path

Searched refs:VDDD (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dsgtl5000.c94 /* regulator supplies for sgtl5000, VDDD is an optional external supply */
98 VDDD, enumerator
106 "VDDD"
1305 vddd = (sgtl5000->num_supplies > VDDD) in sgtl5000_set_power_regs()
1306 ? regulator_get_voltage(sgtl5000->supplies[VDDD].consumer) in sgtl5000_set_power_regs()
1430 vddd = regulator_get_optional(&client->dev, "VDDD"); in sgtl5000_enable_regulators()
1693 if (sgtl5000->num_supplies <= VDDD) { in sgtl5000_i2c_probe()
1694 /* internal VDDD at 1.2V */ in sgtl5000_i2c_probe()
1705 "Using internal LDO instead of VDDD: check ER1 erratum\n"); in sgtl5000_i2c_probe()
1707 /* using external LDO for VDDD in sgtl5000_i2c_probe()
[all...]
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dsgtl5000.c94 /* regulator supplies for sgtl5000, VDDD is an optional external supply */
98 VDDD, enumerator
106 "VDDD"
1305 vddd = (sgtl5000->num_supplies > VDDD) in sgtl5000_set_power_regs()
1306 ? regulator_get_voltage(sgtl5000->supplies[VDDD].consumer) in sgtl5000_set_power_regs()
1430 vddd = regulator_get_optional(&client->dev, "VDDD"); in sgtl5000_enable_regulators()
1690 if (sgtl5000->num_supplies <= VDDD) { in sgtl5000_i2c_probe()
1691 /* internal VDDD at 1.2V */ in sgtl5000_i2c_probe()
1702 "Using internal LDO instead of VDDD: check ER1 erratum\n"); in sgtl5000_i2c_probe()
1704 /* using external LDO for VDDD in sgtl5000_i2c_probe()
[all...]

Completed in 6 milliseconds