Searched refs:rotary (Results 1 – 14 of 14) sorted by relevance
/Linux-v6.1/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-v6.1/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), 122 .name = "rotary-encoder",
|
/Linux-v6.1/arch/arm/boot/dts/ |
D | imx6dl-b1x5pv2.dtsi | 188 rotary-encoder-key { 191 rotary-encoder-event { 192 label = "rotary-encoder press"; 199 rotary-encoder { 200 compatible = "rotary-encoder"; 204 rotary-encoder,relative-axis; 205 rotary-encoder,steps-per-period = <2>;
|
D | imx28-cfa10049.dts | 125 rotary_pins_cfa10049: rotary-10049@0 { 136 rotary_btn_pins_cfa10049: rotary-btn-10049@0 { 396 rotary-button { 404 rotary { 405 compatible = "rotary-encoder"; 410 rotary-encoder,relative-axis;
|
D | imx6dl-victgo.dts | 59 rotary-encoder { 60 compatible = "rotary-encoder"; 65 rotary-encoder,steps-per-period = <4>; 66 rotary-encoder,relative-axis; 67 rotary-encoder,rollover;
|
D | pxa300-raumfeld-common.dtsi | 119 rotary: rotary-encoder { label 120 compatible = "rotary-encoder"; 126 rotary-encoder,relative-axis;
|
D | pxa300-raumfeld-connector.dts | 71 &rotary {
|
D | omap3-echo.dts | 81 rotary: rotary-encoder { label 82 compatible = "rotary-encoder"; 88 rotary-encoder,relative-axis;
|
D | pxa300-raumfeld-speaker-one.dts | 94 &rotary {
|
/Linux-v6.1/drivers/net/arcnet/ |
D | com20020-pci.c | 219 dev->dev_id = (inb(priv->misc + ci->rotary) >> 4) & dev_id_mask; in com20020pci_probe() 366 .rotary = 0x0, 398 .rotary = 0x0, 423 .rotary = 0x0,
|
D | com20020.h | 59 int rotary; member
|
/Linux-v6.1/drivers/input/misc/ |
D | Kconfig | 604 Say Y here to add support for rotary encoders connected to GPIO lines. 605 Check file:Documentation/input/devices/rotary-encoder.rst for more
|
/Linux-v6.1/Documentation/driver-api/ |
D | generic-counter.rst | 42 signal output line of a rotary encoder. Not all counter devices provide
|