Home
last modified time | relevance | path

Searched full:tm2 (Results 1 – 25 of 76) sorted by relevance

1234

/kernel/linux/linux-5.10/arch/arm64/boot/dts/exynos/
Dexynos5433-tm2.dts3 * 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";
20 * TM2 and TM2e differ only by DISP_PLL rate, but define all assigned
69 compatible = "cypress,tm2-touchkey";
Dexynos5433-tm2e.dts7 * Device tree source file for Samsung's TM2E(TM2 EDGE) board which is based on
11 #include "exynos5433-tm2-common.dtsi"
20 * TM2 and TM2e differ only by DISP_PLL rate, but define all assigned
DMakefile3 exynos5433-tm2.dtb \
/kernel/linux/linux-6.6/arch/arm64/boot/dts/exynos/
Dexynos5433-tm2.dts3 * 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";
21 * TM2 and TM2e differ only by DISP_PLL rate, but define all assigned
70 compatible = "cypress,tm2-touchkey";
Dexynos5433-tm2e.dts7 * Device tree source file for Samsung's TM2E(TM2 EDGE) board which is based on
11 #include "exynos5433-tm2-common.dtsi"
21 * TM2 and TM2e differ only by DISP_PLL rate, but define all assigned
DMakefile3 exynos5433-tm2.dtb \
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/input/
Dcypress,tm2-touchkey.yaml4 $id: http://devicetree.org/schemas/input/cypress,tm2-touchkey.yaml#
7 title: Samsung TM2 touch key controller
13 Touch key controllers similar to the TM2 can be found in a wide range of
23 - cypress,tm2-touchkey
65 compatible = "cypress,tm2-touchkey";
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/input/
Dcypress,tm2-touchkey.txt1 Samsung tm2-touchkey
5 * "cypress,tm2-touchkey" - for the touchkey found on the tm2 board
25 compatible = "cypress,tm2-touchkey";
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/sound/
Dsamsung,tm2.yaml4 $id: http://devicetree.org/schemas/sound/samsung,tm2.yaml#
7 title: Samsung Exynos5433 TM2(E) audio complex with WM5110 codec
18 const: samsung,tm2-audio
67 compatible = "samsung,tm2-audio";
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/
Dsamsung,tm2-audio.txt1 Samsung Exynos5433 TM2(E) audio complex with WM5110 codec
5 - compatible : "samsung,tm2-audio"
28 compatible = "samsung,tm2-audio";
/kernel/linux/linux-6.6/sound/soc/samsung/
DMakefile27 snd-soc-tm2-wm5110-objs := tm2_wm5110.o
42 obj-$(CONFIG_SND_SOC_SAMSUNG_TM2_WM5110) += snd-soc-tm2-wm5110.o
DKconfig119 tristate "SoC I2S Audio support for WM5110 on TM2 board"
126 Say Y if you want to add support for SoC audio on the TM2 board.
Dtm2_wm5110.c382 .name = "tm2-audio",
660 { .compatible = "samsung,tm2-audio" },
667 .name = "tm2-audio",
676 MODULE_DESCRIPTION("ALSA SoC Exynos TM2 Audio Support");
/kernel/linux/linux-6.6/drivers/thermal/intel/
Dtherm_throt.c719 int tm2 = 0; in intel_init_thermal() local
753 /* early Pentium M models use different method for enabling TM2 */ in intel_init_thermal()
758 tm2 = 1; in intel_init_thermal()
760 tm2 = 1; in intel_init_thermal()
811 tm2 ? "TM2" : "TM1"); in intel_init_thermal()
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/mce/
Dtherm_throt.c650 int tm2 = 0; in intel_init_thermal() local
684 /* early Pentium M models use different method for enabling TM2 */ in intel_init_thermal()
689 tm2 = 1; in intel_init_thermal()
691 tm2 = 1; in intel_init_thermal()
735 tm2 ? "TM2" : "TM1"); in intel_init_thermal()
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/graniterapids/
Dpipeline.json21 …is event is not affected by core frequency changes (for example, P states, TM2 transitions) but ha…
29 …is event is not affected by core frequency changes (for example, P states, TM2 transitions) but ha…
36 … due to transitions associated with Enhanced Intel SpeedStep Technology or TM2. For this reason th…
/kernel/linux/linux-5.10/sound/soc/samsung/
DKconfig206 tristate "SoC I2S Audio support for WM5110 on TM2 board"
213 Say Y if you want to add support for SoC audio on the TM2 board.
DMakefile43 snd-soc-tm2-wm5110-objs := tm2_wm5110.o
68 obj-$(CONFIG_SND_SOC_SAMSUNG_TM2_WM5110) += snd-soc-tm2-wm5110.o
Dtm2_wm5110.c382 .name = "tm2-audio",
655 { .compatible = "samsung,tm2-audio" },
662 .name = "tm2-audio",
671 MODULE_DESCRIPTION("ALSA SoC Exynos TM2 Audio Support");
/kernel/linux/linux-6.6/fs/btrfs/
Dtree-mod-log.c1018 struct tree_mod_elem *tm2; in btrfs_get_old_root() local
1032 tm2 = tree_mod_log_search(fs_info, logical, time_seq); in btrfs_get_old_root()
1035 ASSERT(tm2); in btrfs_get_old_root()
1036 ASSERT(tm2 == tm || tm2->seq > tm->seq); in btrfs_get_old_root()
1037 if (!tm2 || tm2->seq < tm->seq) { in btrfs_get_old_root()
1041 tm = tm2; in btrfs_get_old_root()
/kernel/linux/linux-5.10/drivers/input/keyboard/
Dtm2-touchkey.c3 * TM2 touchkey device driver
26 #define TM2_TOUCHKEY_DEV_NAME "tm2-touchkey"
330 .compatible = "cypress,tm2-touchkey",
/kernel/linux/linux-6.6/drivers/input/keyboard/
Dtm2-touchkey.c3 * TM2 touchkey device driver
25 #define TM2_TOUCHKEY_DEV_NAME "tm2-touchkey"
336 .compatible = "cypress,tm2-touchkey",
DKconfig713 tristate "TM2 touchkey support"
717 Say Y here to enable device driver for tm2-touchkey with
718 LED control for the Exynos5433 TM2 board.
721 module will be called tm2-touchkey.
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/samsung/
Dsamsung-boards.yaml171 - samsung,tm2 # Samsung TM2
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/arm/samsung/
Dsamsung-boards.yaml205 - samsung,tm2 # Samsung TM2

1234