Searched +full:vccp1 +full:- +full:supply (Results 1 – 2 of 2) sorted by relevance
1 # 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 supply31 VCCP1-supply:33 regulator phandle for the VCCP1 (for ch1) power supply[all …]
1 // SPDX-License-Identifier: GPL-2.019 "VCCP1",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 …]