Lines Matching +full:debounce +full:- +full:ms

8 - compatible : Should be "dlg,da7219"
9 - reg: Specifies the I2C slave address
11 - interrupts : IRQ line info for DA7219.
12 (See Documentation/devicetree/bindings/interrupt-controller/interrupts.txt for
15 - VDD-supply: VDD power supply for the device
16 - VDDMIC-supply: VDDMIC power supply for the device
17 - VDDIO-supply: VDDIO power supply for the device
22 - interrupt-names : Name associated with interrupt line. Should be "wakeup" if
24 - wakeup-source: Flag to indicate this device can wake system (suspend/resume).
26 - #clock-cells : Should be set to '<1>', two clock sources provided;
27 - clock-output-names : Names given for DAI clock outputs (WCLK & BCLK);
29 - clocks : phandle and clock specifier for codec MCLK.
30 - clock-names : Clock name string for 'clocks' attribute, should be "mclk".
32 - dlg,micbias-lvl : Voltage (mV) for Mic Bias
34 - dlg,mic-amp-in-sel : Mic input source type
38 - dlg,ldo-lvl : Required internal LDO voltage (mV) level for digital engine
43 Child node - 'da7219_aad':
46 - dlg,micbias-pulse-lvl : Mic bias higher voltage pulse level (mV).
48 - dlg,micbias-pulse-time : Mic bias higher voltage pulse duration (ms)
49 - dlg,btn-cfg : Periodic button press measurements for 4-pole jack (ms)
51 - dlg,mic-det-thr : Impedance threshold for mic detection measurement (Ohms)
53 - dlg,jack-ins-deb : Debounce time for jack insertion (ms)
55 - dlg,jack-det-rate: Jack type detection latency (3/4 pole)
57 - dlg,jack-rem-deb : Debounce time for jack removal (ms)
59 - dlg,a-d-btn-thr : Impedance threshold between buttons A and D
60 [0x0 - 0xFF]
61 - dlg,d-b-btn-thr : Impedance threshold between buttons D and B
62 [0x0 - 0xFF]
63 - dlg,b-c-btn-thr : Impedance threshold between buttons B and C
64 [0x0 - 0xFF]
65 - dlg,c-mic-btn-thr : Impedance threshold between button C and Mic
66 [0x0 - 0xFF]
67 - dlg,btn-avg : Number of 8-bit readings for averaged button measurement
69 - dlg,adc-1bit-rpt : Repeat count for 1-bit button measurement
80 interrupt-parent = <&gpio6>;
83 VDD-supply = <&reg_audio>;
84 VDDMIC-supply = <&reg_audio>;
85 VDDIO-supply = <&reg_audio>;
87 #clock-cells = <1>;
88 clock-output-names = "dai-wclk", "dai-bclk";
91 clock-names = "mclk";
93 dlg,ldo-lvl = <1200>;
94 dlg,micbias-lvl = <2600>;
95 dlg,mic-amp-in-sel = "diff";
98 dlg,btn-cfg = <50>;
99 dlg,mic-det-thr = <500>;
100 dlg,jack-ins-deb = <20>;
101 dlg,jack-det-rate = "32ms_64ms";
102 dlg,jack-rem-deb = <1>;
104 dlg,a-d-btn-thr = <0xa>;
105 dlg,d-b-btn-thr = <0x16>;
106 dlg,b-c-btn-thr = <0x21>;
107 dlg,c-mic-btn-thr = <0x3E>;
109 dlg,btn-avg = <4>;
110 dlg,adc-1bit-rpt = <1>;