Home
last modified time | relevance | path

Searched +full:tm2 +full:- +full:touchkey (Results 1 – 6 of 6) sorted by relevance

/linux/Documentation/devicetree/bindings/input/
H A Dcypress,tm2-touchkey.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/input/cypress,tm2-touchkey.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Samsung TM2 touch key controller
10 - Stephan Gerhold <stephan@gerhold.net>
13 Touch key controllers similar to the TM2 can be found in a wide range of
18 - $ref: input.yaml#
23 - cypress,tm2-touchkey
24 - cypress,midas-touchkey
[all …]
/linux/drivers/input/keyboard/
H A Dtm2-touchkey.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * TM2 touchkey device driver
25 #define TM2_TOUCHKEY_DEV_NAME "tm2-touchkey"
88 struct tm2_touchkey_data *touchkey = in tm2_touchkey_led_brightness_set() local
95 data = touchkey->variant->cmd_led_off; in tm2_touchkey_led_brightness_set()
98 data = touchkey->variant->cmd_led_on; in tm2_touchkey_led_brightness_set()
101 if (!touchkey->variant->fixed_regulator) in tm2_touchkey_led_brightness_set()
102 regulator_set_voltage(touchkey->vdd, volt, volt); in tm2_touchkey_led_brightness_set()
104 return touchkey->variant->no_reg ? in tm2_touchkey_led_brightness_set()
105 i2c_smbus_write_byte(touchkey->client, data) : in tm2_touchkey_led_brightness_set()
[all …]
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
24 board-specific setup logic must also provide a configuration data
38 be called adp5520-keys.
51 module will be called adp5588-keys.
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
128 PA-RISC keyboards.
138 built-in keyboard (as opposed to an external keyboard).
152 in the left-hand column will be interpreted as the corresponding key
153 in the right-hand column.
[all …]
H A 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/arch/arm64/boot/dts/exynos/
H A Dexynos5433-tm2.dts1 // SPDX-License-Identifier: GPL-2.0
3 * Samsung Exynos5433 TM2 board device tree source
7 * Device tree source file for Samsung's TM2 board which is based on
11 #include "exynos5433-tm2-common.dtsi"
14 model = "Samsung TM2 board";
15 compatible = "samsung,tm2", "samsung,exynos5433";
16 chassis-type = "handset";
21 * TM2 and TM2e differ only by DISP_PLL rate, but define all assigned
25 assigned-clocks = <&cmu_disp CLK_FOUT_DISP_PLL>,
39 assigned-clock-parents = <0>, <0>,
[all …]
/linux/arch/arm/boot/dts/qcom/
H A Dqcom-msm8974pro-samsung-klte-common.dtsi1 // SPDX-License-Identifier: GPL-2.0
2 #include "qcom-msm8974pro.dtsi"
4 #include <dt-bindings/input/input.h>
5 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h>
6 #include <dt-bindings/leds/common.h>
9 chassis-type = "handset";
18 stdout-path = "serial0:115200n8";
21 gpio-keys {
22 compatible = "gpio-keys";
24 pinctrl-names = "default";
[all …]