Searched +full:spkmode +full:- +full:pu (Results 1 – 4 of 4) sorted by relevance
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/ |
| D | wm8994.txt | 8 - compatible : One of "wlf,wm1811", "wlf,wm8994" or "wlf,wm8958". 10 - reg : the I2C address of the device for I2C, the chip select 13 - gpio-controller : Indicates this device is a GPIO controller. 14 - #gpio-cells : Must be 2. The first cell is the pin number and the 17 - power supplies for the device, as covered in 20 - for wlf,wm1811 and wlf,wm8958: 21 AVDD1-supply, AVDD2-supply, DBVDD1-supply, DBVDD2-supply, DBVDD3-supply, 22 DCVDD-supply, CPVDD-supply, SPKVDD1-supply, SPKVDD2-supply 23 - for wlf,wm8994: 24 AVDD1-supply, AVDD2-supply, DBVDD-supply, DCVDD-supply, CPVDD-supply, [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/sound/ |
| D | wlf,wm8994.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> 11 - patches@opensource.cirrus.com 25 - wlf,wm1811 26 - wlf,wm8994 27 - wlf,wm8958 36 clock-names: 39 - const: MCLK1 [all …]
|
| /kernel/linux/linux-6.6/drivers/mfd/ |
| D | wm8994-core.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * wm8994-core.c -- Device access for Wolfson WM8994 32 .name = "wm8994-ldo", 37 .name = "wm8994-ldo", 61 .name = "wm8994-codec", 67 .name = "wm8994-gpio", 120 switch (wm8994->type) { in wm8994_suspend() 137 if (!wm8994->ldo_ena_always_driven) in wm8994_suspend() 148 regcache_mark_dirty(wm8994->regmap); in wm8994_suspend() 153 ret = regcache_sync_region(wm8994->regmap, WM8994_GPIO_1, in wm8994_suspend() [all …]
|
| /kernel/linux/linux-5.10/drivers/mfd/ |
| D | wm8994-core.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * wm8994-core.c -- Device access for Wolfson WM8994 32 .name = "wm8994-ldo", 37 .name = "wm8994-ldo", 61 .name = "wm8994-codec", 67 .name = "wm8994-gpio", 121 switch (wm8994->type) { in wm8994_suspend() 138 if (!wm8994->ldo_ena_always_driven) in wm8994_suspend() 149 regcache_mark_dirty(wm8994->regmap); in wm8994_suspend() 154 ret = regcache_sync_region(wm8994->regmap, WM8994_GPIO_1, in wm8994_suspend() [all …]
|