Searched +full:ldovdd +full:- +full:supply (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/regulator/ |
| H A D | arizona-ldo1.c | 1 // 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 …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mfd/ |
| H A D | wlf,arizona.yaml | 1 # 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/sound/wlf,arizona.yaml# 18 - $ref: /schemas/regulator/wlf,arizona.yaml# 19 - $ref: /schemas/extcon/wlf,arizona.yaml# 20 - if: 25 - cirrus,cs47l24 26 - wlf,wm1831 [all …]
|
| /OK3568_Linux_fs/kernel/sound/soc/codecs/ |
| H A D | wm5100.c | 1 // 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 */ 127 dev_err(component->dev, "Unsupported sample rate: %dHz\n", rate); in wm5100_alloc_sr() 128 return -EINVAL; in wm5100_alloc_sr() 132 if ((wm5100->sysclk % rate) == 0) { in wm5100_alloc_sr() 134 sr_free = -1; in wm5100_alloc_sr() 136 if (!wm5100->sr_ref[i] && sr_free == -1) { in wm5100_alloc_sr() 146 wm5100->sr_ref[i]++; in wm5100_alloc_sr() [all …]
|
| H A D | wm2200.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * wm2200.c -- WM2200 ALSA SoC Audio driver 72 "LDOVDD", 169 { 0x000B, 0x0000 }, /* R11 - Tone Generator 1 */ 170 { 0x0102, 0x0000 }, /* R258 - Clocking 3 */ 171 { 0x0103, 0x0011 }, /* R259 - Clocking 4 */ 172 { 0x0111, 0x0000 }, /* R273 - FLL Control 1 */ 173 { 0x0112, 0x0000 }, /* R274 - FLL Control 2 */ 174 { 0x0113, 0x0000 }, /* R275 - FLL Control 3 */ 175 { 0x0114, 0x0000 }, /* R276 - FLL Control 4 */ [all …]
|