Lines Matching refs:encoder
1 Rotary encoder DT bindings
7 - linux,axis: the input subsystem axis to map to this rotary encoder.
9 - rotary-encoder,steps: Number of steps in a full turnaround of the
10 encoder. Only relevant for absolute axis. Defaults to 24 which is a
12 - rotary-encoder,relative-axis: register a relative axis rather than an
15 - rotary-encoder,rollover: Automatic rollove when the rotary value becomes
17 - rotary-encoder,half-period: Makes the driver work on half-period mode.
19 See Documentation/input/rotary-encoder.txt for more information.
24 compatible = "rotary-encoder";
27 rotary-encoder,relative-axis;
31 compatible = "rotary-encoder";
34 rotary-encoder,steps = <24>;
35 rotary-encoder,rollover;