Home
last modified time | relevance | path

Searched +full:ldovdd +full:- +full:supply (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/mfd/
Dwlf,arizona.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - patches@opensource.cirrus.com
17 - $ref: /schemas/spi/spi-peripheral-props.yaml
18 - $ref: /schemas/sound/wlf,arizona.yaml#
19 - $ref: /schemas/regulator/wlf,arizona.yaml#
20 - $ref: /schemas/extcon/wlf,arizona.yaml#
21 - if:
26 - cirrus,cs47l24
[all …]
/linux-6.12.1/drivers/regulator/
Darizona-ldo1.c1 // SPDX-License-Identifier: GPL-2.0+
3 // arizona-ldo1.c -- LDO1 supply for Arizona devices
22 #include <linux/regulator/arizona-ldo1.h>
36 struct regulator_consumer_supply supply; member
49 if (sel == rdev->desc->n_voltages - 1) in arizona_ldo1_hc_set_voltage_sel()
76 return rdev->desc->n_voltages - 1; in arizona_ldo1_hc_get_voltage_sel()
97 .supply_name = "LDOVDD",
123 .supply_name = "LDOVDD",
167 .supply_name = "LDOVDD",
195 struct arizona_ldo1 *ldo1 = config->driver_data; in arizona_ldo1_of_get_pdata()
[all …]
/linux-6.12.1/sound/soc/codecs/
Dwm5100.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * wm5100.c -- WM5100 ALSA SoC Audio driver
5 * Copyright 2011-2 Wolfson Microelectronics plc
38 "LDOVDD", /* If DCVDD is supplied externally specify as LDOVDD */
130 dev_err(component->dev, "Unsupported sample rate: %dHz\n", rate); in wm5100_alloc_sr()
131 return -EINVAL; in wm5100_alloc_sr()
135 if ((wm5100->sysclk % rate) == 0) { in wm5100_alloc_sr()
137 sr_free = -1; in wm5100_alloc_sr()
139 if (!wm5100->sr_ref[i] && sr_free == -1) { in wm5100_alloc_sr()
149 wm5100->sr_ref[i]++; in wm5100_alloc_sr()
[all …]
Dwm2200.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * wm2200.c -- WM2200 ALSA SoC Audio driver
71 "LDOVDD",
163 { 0x000B, 0x0000 }, /* R11 - Tone Generator 1 */
164 { 0x0102, 0x0000 }, /* R258 - Clocking 3 */
165 { 0x0103, 0x0011 }, /* R259 - Clocking 4 */
166 { 0x0111, 0x0000 }, /* R273 - FLL Control 1 */
167 { 0x0112, 0x0000 }, /* R274 - FLL Control 2 */
168 { 0x0113, 0x0000 }, /* R275 - FLL Control 3 */
169 { 0x0114, 0x0000 }, /* R276 - FLL Control 4 */
[all …]