Home
last modified time | relevance | path

Searched +full:pvdd_cd +full:- +full:supply (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/sound/
Dti,tas57xx.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Neil Armstrong <neil.armstrong@linaro.org>
15 - ti,tas5707
16 - ti,tas5711
17 - ti,tas5717
18 - ti,tas5719
19 - ti,tas5721
20 - ti,tas5733
[all …]
/linux-6.12.1/sound/soc/codecs/
Dtas571x.c1 // SPDX-License-Identifier: GPL-2.0-or-later
62 return priv->chip->vol_reg_size; in tas571x_register_size()
88 for (i = size; i >= 1; --i) { in tas571x_reg_write()
99 return -EIO; in tas571x_reg_write()
116 msgs[0].addr = client->addr; in tas571x_reg_read()
121 msgs[1].addr = client->addr; in tas571x_reg_read()
126 ret = i2c_transfer(client->adapter, msgs, ARRAY_SIZE(msgs)); in tas571x_reg_read()
130 return -EIO; in tas571x_reg_read()
143 * register write for 8- and 20-byte registers
155 return -ENOMEM; in tas571x_reg_write_multiword()
[all …]