Searched refs:rotary (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.10/Documentation/devicetree/bindings/input/ |
D | rotary-encoder.txt | 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 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 …]
|
D | pxa27x-keypad.txt | 29 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-v5.10/Documentation/input/devices/ |
D | rotary-encoder.rst | 2 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-v5.10/arch/arm/boot/dts/ |
D | imx28-cfa10049.dts | 125 rotary_pins_cfa10049: rotary-10049@0 { 136 rotary_btn_pins_cfa10049: rotary-btn-10049@0 { 404 rotary { 405 compatible = "rotary-encoder"; 410 rotary-encoder,relative-axis;
|
D | pxa300-raumfeld-common.dtsi | 119 rotary: rotary-encoder { label 120 compatible = "rotary-encoder"; 126 rotary-encoder,relative-axis;
|
D | omap3-echo.dts | 80 rotary: rotary-encoder { label 81 compatible = "rotary-encoder"; 87 rotary-encoder,relative-axis;
|
D | pxa300-raumfeld-connector.dts | 71 &rotary {
|
D | pxa300-raumfeld-speaker-one.dts | 94 &rotary {
|
/Linux-v5.10/drivers/net/arcnet/ |
D | com20020-pci.c | 212 dev->dev_id = (inb(priv->misc + ci->rotary) >> 4) & dev_id_mask; in com20020pci_probe() 359 .rotary = 0x0, 391 .rotary = 0x0, 416 .rotary = 0x0,
|
D | com20020.h | 59 int rotary; member
|
/Linux-v5.10/drivers/input/misc/ |
D | Kconfig | 594 Say Y here to add support for rotary encoders connected to GPIO lines. 595 Check file:Documentation/input/devices/rotary-encoder.rst for more
|
/Linux-v5.10/Documentation/driver-api/ |
D | generic-counter.rst | 42 signal output line of a rotary encoder. Not all counter devices provide
|