Home
last modified time | relevance | path

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

/linux-6.12.1/Documentation/devicetree/bindings/sound/
Drohm,bd28623.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
15 - Katsuhiro Suzuki <katsuhiro@katsuster.net>
18 - $ref: dai-common.yaml#
24 "#sound-dai-cells":
27 VCCA-supply:
29 regulator phandle for the VCCA (for analog) power supply
31 VCCP1-supply:
33 regulator phandle for the VCCP1 (for ch1) power supply
[all …]
/linux-6.12.1/sound/soc/codecs/
Dbd28623.c1 // SPDX-License-Identifier: GPL-2.0
20 "VCCP2",
51 ret = regulator_bulk_enable(ARRAY_SIZE(bd->supplies), bd->supplies); in bd28623_power_on()
53 dev_err(bd->dev, "Failed to enable supplies: %d\n", ret); in bd28623_power_on()
57 gpiod_set_value_cansleep(bd->reset_gpio, 0); in bd28623_power_on()
65 gpiod_set_value_cansleep(bd->reset_gpio, 1); in bd28623_power_off()
67 regulator_bulk_disable(ARRAY_SIZE(bd->supplies), bd->supplies); in bd28623_power_off()
77 ucontrol->value.integer.value[0] = bd->switch_spk; in bd28623_get_switch_spk()
89 if (bd->switch_spk == ucontrol->value.integer.value[0]) in bd28623_set_switch_spk()
92 bd->switch_spk = ucontrol->value.integer.value[0]; in bd28623_set_switch_spk()
[all …]