Home
last modified time | relevance | path

Searched full:rotary (Results 1 – 25 of 26) sorted by relevance

12

/linux/Documentation/devicetree/bindings/input/
H A Drotary-encoder.yaml4 $id: http://devicetree.org/schemas/input/rotary-encoder.yaml#
7 title: Rotary encoder
13 See Documentation/input/devices/rotary-encoder.rst for more information.
17 const: rotary-encoder
25 the input subsystem axis to map to this rotary encoder.
28 rotary-encoder,steps:
36 rotary-encoder,relative-axis:
43 rotary-encoder,rollover:
46 Automatic rollover when the rotary value becomes
49 rotary-encoder,steps-per-period:
[all …]
H A Dpxa27x-keypad.txt27 Optional Properties For Rotary
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.
H A Dti,drv260x.yaml40 Eccentric Rotating Mass mode (Rotary vibrator)
/linux/drivers/input/misc/
H A Drotary_encoder.c10 * A generic driver for rotary encoders connected to GPIO lines.
11 * See file:Documentation/input/devices/rotary-encoder.rst for more information
26 #define DRV_NAME "rotary-encoder"
194 device_property_read_u32(dev, "rotary-encoder,steps", &encoder->steps); in rotary_encoder_probe()
196 err = device_property_read_u32(dev, "rotary-encoder,steps-per-period", in rotary_encoder_probe()
207 "rotary-encoder,half-period") ? 2 : 1; in rotary_encoder_probe()
211 device_property_read_bool(dev, "rotary-encoder,rollover"); in rotary_encoder_probe()
213 if (!device_property_present(dev, "rotary-encoder,encoding") || in rotary_encoder_probe()
214 !device_property_match_string(dev, "rotary-encoder,encoding", in rotary_encoder_probe()
218 } else if (!device_property_match_string(dev, "rotary-encoder,encoding", in rotary_encoder_probe()
[all …]
/linux/Documentation/input/devices/
H A Drotary-encoder.rst2 rotary-encoder - a generic driver for GPIO connected devices
10 Rotary encoders are devices which are connected to the CPU or other
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/arch/arm64/boot/dts/freescale/
H A Dimx8mn-dimonoff-gateway-evk.dts42 /* Bourns PEC12R rotary encoder, 24 steps. */
43 rotary: rotary-encoder { label
44 compatible = "rotary-encoder";
50 rotary-encoder,encoding = "gray";
51 rotary-encoder,relative-axis;
H A Dimx8mn-rve-gateway.dts66 /* Bourns PEC12R rotary encoder, 24 steps. */
67 rotary: rotary-encoder { label
68 compatible = "rotary-encoder";
74 rotary-encoder,encoding = "gray";
75 rotary-encoder,relative-axis;
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6dl-victgo.dts29 label = "Rotary Key";
60 rotary-encoder {
61 compatible = "rotary-encoder";
66 rotary-encoder,steps-per-period = <4>;
67 rotary-encoder,relative-axis;
68 rotary-encoder,rollover;
H A Dimx6dl-b1x5pv2.dtsi188 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>;
H A Dimx6ull-tarragon-common.dtsi576 pinctrl_rotary_switch1: rotary-switch1grp {
584 pinctrl_rotary_switch2: rotary-switch2grp {
753 pinctrl_rotary_switch1_snvs: rotary-switch1-snvsgrp {
/linux/arch/arm/boot/dts/nxp/mxs/
H A Dimx28-cfa10049.dts157 rotary-button {
165 rotary {
166 compatible = "rotary-encoder";
171 rotary-encoder,relative-axis;
287 rotary_pins_cfa10049: rotary-10049@0 {
298 rotary_btn_pins_cfa10049: rotary-btn-10049@0 {
/linux/drivers/net/arcnet/
H A Dcom20020-pci.c218 /* Get the dev_id from the PLX rotary coder */ in com20020pci_probe()
221 dev->dev_id = (inb(priv->misc + ci->rotary) >> 4) & dev_id_mask; in com20020pci_probe()
385 .rotary = 0x0,
417 .rotary = 0x0,
442 .rotary = 0x0,
H A Dcom20020.h59 int rotary; member
H A Darcdevice.h191 #define ARC_HAS_ROTARY 8 /* card has rotary encoder */
/linux/arch/arm/boot/dts/intel/pxa/
H A Dpxa300-raumfeld-common.dtsi119 rotary: rotary-encoder { label
120 compatible = "rotary-encoder";
126 rotary-encoder,relative-axis;
H A Dpxa300-raumfeld-connector.dts71 &rotary {
H A Dpxa300-raumfeld-speaker-one.dts94 &rotary {
/linux/arch/arm/boot/dts/ti/omap/
H A Domap3-echo.dts81 rotary: rotary-encoder { label
82 compatible = "rotary-encoder";
88 rotary-encoder,relative-axis;
/linux/drivers/hid/
H A Dhid-uclogic-params.h136 * Number of the least-significant bit of the 2-bit state of a rotary
257 /* Last rotary encoder state, or U8_MAX for none */
H A Dhid-uclogic-rdesc.h210 /* Least-significant bit of Ugee G5 frame rotary encoder state */
H A Dhid-uclogic-core.c410 /* If need to, and can, read rotary encoder state change */ in uclogic_raw_event_frame()
/linux/Documentation/devicetree/bindings/mfd/
H A Dst,stm32-lptimer.yaml15 - quadrature encoder to detect angular position and direction of rotary
/linux/arch/arm/mach-pxa/
H A Dirqs.h61 #define IRQ_ENHROT PXA_IRQ(37) /* Enhanced Rotary (PXA930) */
/linux/arch/sh/boards/
H A Dboard-magicpanelr2.c89 /* CS6a: Rotary (0xb8000000 - 0xb9ffffff) */ in setup_chip_select()
/linux/drivers/eisa/
H A Deisa.ids998 ISAC001 "Corollary 8x4 Mux (Rotary Switches)"

12