Lines Matching +full:no +full:- +full:reset +full:- +full:on +full:- +full:init
5 - compatible : "cirrus,cs42l42"
7 - reg : the I2C address of the device for I2C.
9 - VP-supply, VCP-supply, VD_FILT-supply, VL-supply, VA-supply :
15 - reset-gpios : a GPIO spec for the reset pin. If specified, it will be
18 - interrupts : IRQ line info CS42L42.
19 (See Documentation/devicetree/bindings/interrupt-controller/interrupts.txt
22 - cirrus,ts-inv : Boolean property. For jacks that invert the tip sense
27 0 = (Default) Non-inverted
30 - cirrus,ts-dbnc-rise : Debounce the rising edge of TIP_SENSE_PLUG. With no
31 debounce, the tip sense pin might be noisy on a plug event.
33 0 - 0ms,
34 1 - 125ms,
35 2 - 250ms,
36 3 - 500ms,
37 4 - 750ms,
38 5 - (Default) 1s,
39 6 - 1.25s,
40 7 - 1.5s,
42 - cirrus,ts-dbnc-fall : Debounce the falling edge of TIP_SENSE_UNPLUG.
43 With no debounce, the tip sense pin might be noisy on an unplug event.
45 0 - 0ms,
46 1 - 125ms,
47 2 - 250ms,
48 3 - 500ms,
49 4 - 750ms,
50 5 - (Default) 1s,
51 6 - 1.25s,
52 7 - 1.5s,
54 - cirrus,btn-det-init-dbnce : This sets how long the driver sleeps after
55 enabling button detection interrupts. After auto-detection and before
59 0ms - 200ms,
62 - cirrus,btn-det-event-dbnce : This sets how long the driver delays after
67 0ms - 20ms,
70 - cirrus,bias-lvls : For a level-detect headset button scheme, each button
80 Each 0-63
84 - cirrus,hs-bias-sense-disable: This is boolean property. If present the
86 the external 2.21-k resistor. HSBIAS_SENSE is hardware feature to reduce
87 the potential pop noise during the headset plug out slowly. But on some
97 VA-supply = <&dummy_vreg>;
98 VP-supply = <&dummy_vreg>;
99 VCP-supply = <&dummy_vreg>;
100 VD_FILT-supply = <&dummy_vreg>;
101 VL-supply = <&dummy_vreg>;
103 reset-gpios = <&axi_gpio_0 1 0>;
104 interrupt-parent = <&gpio0>;
107 cirrus,ts-inv = <0x00>;
108 cirrus,ts-dbnc-rise = <0x05>;
109 cirrus,ts-dbnc-fall = <0x00>;
110 cirrus,btn-det-init-dbnce = <100>;
111 cirrus,btn-det-event-dbnce = <10>;
112 cirrus,bias-lvls = <0x0F 0x08 0x04 0x01>;
113 cirrus,hs-bias-ramp-rate = <0x02>;