Home
last modified time | relevance | path

Searched +full:nspire +full:- +full:keypad (Results 1 – 10 of 10) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/input/
Dti,nspire-keypad.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/input/ti,nspire-keypad.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: TI-NSPIRE Keypad
10 - Andrew Davis <afd@ti.com>
13 - $ref: input.yaml#
14 - $ref: matrix-keymap.yaml#
19 - ti,nspire-keypad
30 scan-interval:
[all …]
/linux-6.12.1/drivers/input/keyboard/
Dnspire-keypad.c1 // SPDX-License-Identifier: GPL-2.0-only
52 struct nspire_keypad *keypad = dev_id; in nspire_keypad_irq() local
53 struct input_dev *input = keypad->input; in nspire_keypad_irq()
54 unsigned short *keymap = input->keycode; in nspire_keypad_irq()
61 int_sts = readl(keypad->reg_base + KEYPAD_INT) & keypad->int_mask; in nspire_keypad_irq()
65 memcpy_fromio(state, keypad->reg_base + KEYPAD_DATA, sizeof(state)); in nspire_keypad_irq()
69 if (keypad->active_low) in nspire_keypad_irq()
72 changed = bits ^ keypad->state[row]; in nspire_keypad_irq()
76 keypad->state[row] = bits; in nspire_keypad_irq()
82 code = MATRIX_SCAN_CODE(row, col, keypad->row_shift); in nspire_keypad_irq()
[all …]
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
24 board-specific setup logic must also provide a configuration data
31 tristate "Keypad Support for ADP5520 PMIC"
34 This option enables support for the keypad scan matrix
38 be called adp5520-keys.
41 tristate "ADP5588/87 I2C QWERTY Keypad and IO Expander"
51 module will be called adp5588-keys.
54 tristate "ADP5585/ADP5589 I2C QWERTY Keypad and IO Expander"
61 module will be called adp5589-keys.
126 Say Y here if you have a PA-RISC machine and want to use an AT or
[all …]
DMakefile1 # SPDX-License-Identifier: GPL-2.0
8 obj-$(CONFIG_KEYBOARD_ADC) += adc-keys.o
9 obj-$(CONFIG_KEYBOARD_ADP5520) += adp5520-keys.o
10 obj-$(CONFIG_KEYBOARD_ADP5588) += adp5588-keys.o
11 obj-$(CONFIG_KEYBOARD_ADP5589) += adp5589-keys.o
12 obj-$(CONFIG_KEYBOARD_AMIGA) += amikbd.o
13 obj-$(CONFIG_KEYBOARD_APPLESPI) += applespi.o
14 obj-$(CONFIG_KEYBOARD_ATARI) += atakbd.o
15 obj-$(CONFIG_KEYBOARD_ATKBD) += atkbd.o
16 obj-$(CONFIG_KEYBOARD_BCM) += bcm-keypad.o
[all …]
/linux-6.12.1/arch/arm/boot/dts/nspire/
Dnspire-classic.dtsi1 // SPDX-License-Identifier: GPL-2.0-only
6 /include/ "nspire.dtsi"
11 remote-endpoint = <&panel_in>;
17 /* compatible = "lsi,zevio-timer"; */
23 reg-shift = <2>;
24 reg-io-width = <4>;
26 no-loopback-test;
30 /* compatible = "lsi,zevio-timer"; */
35 compatible = "lsi,zevio-timer";
39 &keypad {
[all …]
Dnspire-cx.dts1 // SPDX-License-Identifier: GPL-2.0-only
6 /dts-v1/;
8 #include <dt-bindings/input/input.h>
10 /include/ "nspire.dtsi"
15 remote-endpoint = <&panel_in>;
28 clock-names = "uartclk", "apb_pclk";
40 compatible = "lsi,nspire-cx-clock";
44 compatible = "lsi,nspire-cx-ahb-divider";
47 &keypad {
122 model = "TI-NSPIRE CX";
[all …]
Dnspire-tp.dts1 // SPDX-License-Identifier: GPL-2.0-only
6 /dts-v1/;
8 #include <dt-bindings/input/input.h>
10 /include/ "nspire-classic.dtsi"
12 &keypad {
83 model = "TI-NSPIRE Touchpad";
84 compatible = "ti,nspire-tp";
Dnspire-clp.dts1 // SPDX-License-Identifier: GPL-2.0-only
6 /dts-v1/;
8 #include <dt-bindings/input/input.h>
10 /include/ "nspire-classic.dtsi"
12 &keypad {
84 model = "TI-NSPIRE Clickpad";
85 compatible = "ti,nspire-clp";
Dnspire.dtsi1 // SPDX-License-Identifier: GPL-2.0-only
7 #address-cells = <1>;
8 #size-cells = <1>;
9 interrupt-parent = <&intc>;
12 #address-cells = <1>;
13 #size-cells = <0>;
16 compatible = "arm,arm926ej-s";
27 compatible = "mmio-sram";
29 #address-cells = <1>;
30 #size-cells = <1>;
[all …]
/linux-6.12.1/
DMAINTAINERS5 ---------------------------------------------------
21 W: *Web-page* with status/info
23 B: URI for where to file *bugs*. A web-page with detailed bug
28 patches to the given subsystem. This is either an in-tree file,
29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst
46 N: [^a-z]tegra all files whose path contains tegra
64 ----------------
83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
85 L: linux-scsi@vger.kernel.org
88 F: drivers/scsi/3w-*
[all …]