Home
last modified time | relevance | path

Searched full:wlf (Results 1 – 25 of 110) sorted by relevance

12345

/linux/Documentation/devicetree/bindings/mfd/
H A Dwlf,arizona.yaml4 $id: http://devicetree.org/schemas/mfd/wlf,arizona.yaml#
18 - $ref: /schemas/sound/wlf,arizona.yaml#
19 - $ref: /schemas/regulator/wlf,arizona.yaml#
20 - $ref: /schemas/extcon/wlf,arizona.yaml#
27 - wlf,wm1831
44 - wlf,wm1814
45 - wlf,wm5102
46 - wlf,wm5110
47 - wlf,wm8280
48 - wlf,wm8997
[all …]
H A Dwm831x.txt8 "wlf,wm8310"
9 "wlf,wm8311"
10 "wlf,wm8312"
11 "wlf,wm8320"
12 "wlf,wm8321"
13 "wlf,wm8325"
14 "wlf,wm8326"
57 compatible = "wlf,wm8310";
H A Dcirrus,madera.yaml19 bindings/regulator/wlf,arizona.yaml
24 - $ref: /schemas/regulator/wlf,arizona.yaml#
32 - wlf,wm1840
73 - wlf,wm1840
90 - wlf,wm1840
244 wlf,ldoena = <&gpio 1>;
/linux/Documentation/devicetree/bindings/extcon/
H A Dwlf,arizona.yaml4 $id: http://devicetree.org/schemas/extcon/wlf,arizona.yaml#
20 wlf,hpdet-channel:
30 wlf,use-jd2:
35 wlf,use-jd2-nopull:
40 wlf,jd-invert:
45 wlf,micd-software-compare:
50 wlf,micd-detect-debounce:
56 wlf,micd-pol-gpio:
62 wlf,micd-bias-start-time:
70 wlf,micd-rate:
[all …]
/linux/Documentation/devicetree/bindings/sound/
H A Dwlf,wm8524.yaml4 $id: http://devicetree.org/schemas/sound/wlf,wm8524.yaml#
17 const: wlf,wm8524
22 wlf,mute-gpios:
29 - wlf,mute-gpios
38 compatible = "wlf,wm8524";
39 wlf,mute-gpios = <&gpio1 8 GPIO_ACTIVE_LOW>;
H A Dwlf,arizona.yaml4 $id: http://devicetree.org/schemas/sound/wlf,arizona.yaml#
28 wlf,inmode:
46 wlf,out-mono:
62 wlf,dmic-ref:
77 wlf,max-channels-clocked:
92 wlf,spk-fmt:
101 wlf,spk-mute:
110 wlf,out-volume-limit:
H A Dwlf,wm8782.yaml4 $id: http://devicetree.org/schemas/sound/wlf,wm8782.yaml#
17 const: wlf,wm8782
25 wlf,fsampen:
43 compatible = "wlf,wm8782";
46 wlf,fsampen = <2>;
H A Dwlf,wm8940.yaml4 $id: http://devicetree.org/schemas/sound/wlf,wm8940.yaml#
20 const: wlf,wm8940
43 compatible = "wlf,wm8940";
55 compatible = "wlf,wm8940";
H A Dwlf,wm8978.yaml4 $id: http://devicetree.org/schemas/sound/wlf,wm8978.yaml#
20 const: wlf,wm8978
43 compatible = "wlf,wm8978";
56 compatible = "wlf,wm8978";
H A Dwlf,wm8804.yaml4 $id: http://devicetree.org/schemas/sound/wlf,wm8804.yaml#
18 const: wlf,wm8804
34 wlf,reset-gpio:
53 compatible = "wlf,wm8804";
H A Dwlf,wm8731.yaml4 $id: http://devicetree.org/schemas/sound/wlf,wm8731.yaml#
27 - wlf,wm8731
75 compatible = "wlf,wm8731";
91 compatible = "wlf,wm8731";
H A Dwlf,wm8962.yaml4 $id: http://devicetree.org/schemas/sound/wlf,wm8962.yaml#
17 const: wlf,wm8962
104 compatible = "wlf,wm8962";
H A Dwm8741.txt8 - compatible : "wlf,wm8741"
25 compatible = "wlf,wm8741";
/linux/drivers/mfd/
H A Darizona-i2c.c100 { .compatible = "wlf,wm5102", .data = (void *)WM5102 },
101 { .compatible = "wlf,wm5110", .data = (void *)WM5110 },
102 { .compatible = "wlf,wm8280", .data = (void *)WM8280 },
103 { .compatible = "wlf,wm8997", .data = (void *)WM8997 },
104 { .compatible = "wlf,wm8998", .data = (void *)WM8998 },
105 { .compatible = "wlf,wm1814", .data = (void *)WM1814 },
H A Dwm8994-core.c269 if (of_property_read_u32_array(np, "wlf,gpio-cfg", pdata->gpio_defaults, in wm8994_set_pdata_from_of()
278 of_property_read_u32_array(np, "wlf,micbias-cfg", pdata->micbias, in wm8994_set_pdata_from_of()
281 pdata->lineout1_diff = !of_property_read_bool(np, "wlf,lineout1-se"); in wm8994_set_pdata_from_of()
282 pdata->lineout2_diff = !of_property_read_bool(np, "wlf,lineout2-se"); in wm8994_set_pdata_from_of()
283 pdata->lineout1fb = of_property_read_bool(np, "wlf,lineout1-feedback"); in wm8994_set_pdata_from_of()
284 pdata->lineout2fb = of_property_read_bool(np, "wlf,lineout2-feedback") || in wm8994_set_pdata_from_of()
285 of_property_read_bool(np, "wlf,ldoena-always-driven"); in wm8994_set_pdata_from_of()
287 pdata->spkmode_pu = of_property_read_bool(np, "wlf,spkmode-pu"); in wm8994_set_pdata_from_of()
289 pdata->csnaddr_pd = of_property_read_bool(np, "wlf,csnaddr-pd"); in wm8994_set_pdata_from_of()
605 { .compatible = "wlf,wm1811", .data = (void *)WM1811 },
[all …]
H A Darizona-spi.c33 { "wlf,ldoena-gpios", &ldoena_gpios, 1 },
42 { "arizona", 2, "wlf,spkvdd-ena", 0, GPIO_ACTIVE_HIGH },
43 { "arizona", 4, "wlf,micd-pol", 0, GPIO_ACTIVE_LOW },
269 { .compatible = "wlf,wm5102", .data = (void *)WM5102 },
270 { .compatible = "wlf,wm5110", .data = (void *)WM5110 },
271 { .compatible = "wlf,wm8280", .data = (void *)WM8280 },
272 { .compatible = "wlf,wm1831", .data = (void *)WM1831 },
/linux/Documentation/devicetree/bindings/regulator/
H A Dwlf,arizona.yaml4 $id: http://devicetree.org/schemas/regulator/wlf,arizona.yaml#
17 document. For Wolfson Microelectronic Arizona codecs ../mfd/wlf,arizona.yaml
21 wlf,ldoena:
/linux/arch/arm/mach-s3c/
H A Dmach-crag6410-module.c77 "wlf,ldo1ena", GPIO_ACTIVE_HIGH),
134 "wlf,ldo1ena", GPIO_ACTIVE_HIGH),
232 "wlf,ldo1ena", GPIO_ACTIVE_HIGH),
234 "wlf,ldo2ena", GPIO_ACTIVE_HIGH),
267 "wlf,ldoena", GPIO_ACTIVE_HIGH),
299 "wlf,ldo1ena", GPIO_ACTIVE_HIGH),
332 "wlf,ldo1ena", GPIO_ACTIVE_HIGH),
449 { "wlf-gf-module" },
455 .name = "wlf-gf-module"
/linux/arch/arm64/boot/dts/freescale/
H A Dimx8dxl-evk.dts435 compatible = "wlf,wm8960";
447 wlf,shared-lrclk;
448 wlf,hp-cfg = <2 2 3>;
449 wlf,gpio-cfg = <1 3>;
464 compatible = "wlf,wm8960";
476 wlf,shared-lrclk;
477 wlf,hp-cfg = <2 2 3>;
478 wlf,gpio-cfg = <1 3>;
493 compatible = "wlf,wm8960";
505 wlf,shared-lrclk;
[all …]
H A Dimx93-var-som.dtsi185 compatible = "wlf,wm8904";
195 wlf,drc-cfg-names = "default", "peaklimiter", "tradition",
205 wlf,drc-cfg-regs = /bits/ 16 <0x01af 0x3248 0x0000 0x0000>,
211 wlf,gpio-cfg = <0x0018>, <0xffff>, <0xffff>, <0xffff>;
/linux/sound/soc/codecs/
H A Dwm8782.c144 of_property_read_u32(np, "wlf,fsampen", &fsampen); in wm8782_probe()
157 dev_err(dev, "Invalid wlf,fsampen value"); in wm8782_probe()
167 { .compatible = "wlf,wm8782", },
/linux/arch/arm64/boot/dts/ti/
H A Dk3-am69-aquila-dev.dts345 compatible = "wlf,wm8904";
358 wlf,drc-cfg-names = "default", "peaklimiter";
364 wlf,drc-cfg-regs = /bits/ 16 <0x01af 0x3248 0x0000 0x0000>,
368 wlf,gpio-cfg = <0x0018>, <0xffff>, <0xffff>, <0xffff>;
370 wlf,in1r-as-dmicdat2;
/linux/arch/arm64/boot/dts/exynos/
H A Dexynos5433-tm2-common.dtsi1276 compatible = "wlf,wm5110";
1290 wlf,micd-detect-debounce = <300>;
1291 wlf,micd-bias-start-time = <0x1>;
1292 wlf,micd-rate = <0x7>;
1293 wlf,micd-dbtime = <0x2>;
1294 wlf,micd-force-micbias;
1295 wlf,micd-configs = <0x0 1 0>;
1296 wlf,hpdet-channel = <1>;
1297 wlf,gpsw = <0x1>;
1298 wlf,inmode = <2 0 2 0>;
[all …]
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6ul-14x14-evk.dtsi190 compatible = "wlf,wm8960";
192 wlf,shared-lrclk;
193 wlf,hp-cfg = <3 2 3>;
194 wlf,gpio-cfg = <1 3>;
/linux/arch/arm/boot/dts/samsung/
H A Ds5pv210-aries.dtsi117 compatible = "wlf,wm8994";
134 wlf,gpio-cfg = <0xa101 0x8100 0x0100 0x0100 0x8100
138 wlf,ldo1ena-gpios = <&gpf3 4 GPIO_ACTIVE_HIGH>;
139 wlf,ldo2ena-gpios = <&gpf3 4 GPIO_ACTIVE_HIGH>;
141 wlf,lineout1-se;
142 wlf,lineout2-se;

12345