Searched +full:csnaddr +full:- +full:pd (Results 1 – 2 of 2) sorted by relevance
/linux/Documentation/devicetree/bindings/sound/ |
H A 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 …]
|
/linux/drivers/mfd/ |
H A D | wm8994-core.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * wm8994-core.c -- Device access for Wolfson WM8994 31 .name = "wm8994-ldo", 36 .name = "wm8994-ldo", 60 .name = "wm8994-codec", 66 .name = "wm8994-gpio", 119 switch (wm8994->type) { in wm8994_suspend() 136 if (!wm8994->ldo_ena_always_driven) in wm8994_suspend() 147 regcache_mark_dirty(wm8994->regmap); in wm8994_suspend() 152 ret = regcache_sync_region(wm8994->regmap, WM8994_GPIO_1, in wm8994_suspend() [all …]
|