Home
last modified time | relevance | path

Searched refs:rotary (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/Documentation/devicetree/bindings/input/
Drotary-encoder.txt7 - 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
12 - rotary-encoder,relative-axis: register a relative axis rather than an
15 - rotary-encoder,rollover: Automatic rollover when the rotary value becomes
17 - rotary-encoder,steps-per-period: Number of steps (stable states) per period.
22 - wakeup-source: Boolean, rotary encoder can wake up the system.
23 - rotary-encoder,encoding: String, the method used to encode steps.
27 - rotary-encoder,half-period: Makes the driver work on half-period mode.
29 be used, such as "rotary-encoder,steps-per-period = <2>".
31 See Documentation/input/devices/rotary-encoder.rst for more information.
[all …]
Dpxa27x-keypad.txt29 linux key-code for rotary up. Bit[15:0] is the linux key-code
30 for rotary down. It is for rotary 0.
31 - marvell,rotary1 : Same as marvell,rotary0. It is for rotary 1.
32 - marvell,rotary-rel-key : When rotary is used for relative axes
35 is for rotary 1, and Bit[15:0] is for rotary 0.
/Linux-v4.19/Documentation/input/devices/
Drotary-encoder.rst2 rotary-encoder - a generic driver for GPIO connected devices
83 name 'rotary-encoder' and associate the IRQs and some specific platform
100 .dev_id = "rotary-encoder.0",
111 PROPERTY_ENTRY_U32("rotary-encoder,steps-per-period", 24),
113 PROPERTY_ENTRY_U32("rotary-encoder,relative_axis", 0),
118 .name = "rotary-encoder",
/Linux-v4.19/arch/arm/boot/dts/
Dimx28-cfa10049.dts131 rotary_pins_cfa10049: rotary-10049@0 {
142 rotary_btn_pins_cfa10049: rotary-btn-10049@0 {
410 rotary {
411 compatible = "rotary-encoder";
416 rotary-encoder,relative-axis;
/Linux-v4.19/drivers/net/arcnet/
Dcom20020-pci.c212 dev->dev_id = (inb(priv->misc + ci->rotary) >> 4) & dev_id_mask; in com20020pci_probe()
359 .rotary = 0x0,
391 .rotary = 0x0,
416 .rotary = 0x0,
Dcom20020.h59 int rotary; member
/Linux-v4.19/Documentation/devicetree/bindings/iio/counter/
Dstm32-lptimer-cnt.txt4 - quadrature encoder to detect angular position and direction of rotary
/Linux-v4.19/drivers/input/misc/
DKconfig597 Say Y here to add support for rotary encoders connected to GPIO lines.
598 Check file:Documentation/input/devices/rotary-encoder.rst for more