Home
last modified time | relevance | path

Searched +full:tm2 +full:- +full:touchkey (Results 1 – 3 of 3) 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 …]
/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 …]