| /kernel/linux/linux-5.10/arch/arm64/boot/dts/exynos/ |
| D | exynos5433-tm2.dts | 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"; 20 * TM2 and TM2e differ only by DISP_PLL rate, but define all assigned 69 compatible = "cypress,tm2-touchkey";
|
| D | exynos5433-tm2e.dts | 7 * 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
|
| D | Makefile | 3 exynos5433-tm2.dtb \
|
| /kernel/linux/linux-6.6/arch/arm64/boot/dts/exynos/ |
| D | exynos5433-tm2.dts | 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"; 21 * TM2 and TM2e differ only by DISP_PLL rate, but define all assigned 70 compatible = "cypress,tm2-touchkey";
|
| D | exynos5433-tm2e.dts | 7 * 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
|
| D | Makefile | 3 exynos5433-tm2.dtb \
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/input/ |
| D | cypress,tm2-touchkey.yaml | 4 $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/ |
| D | cypress,tm2-touchkey.txt | 1 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/ |
| D | samsung,tm2.yaml | 4 $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/ |
| D | samsung,tm2-audio.txt | 1 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/ |
| D | Makefile | 27 snd-soc-tm2-wm5110-objs := tm2_wm5110.o 42 obj-$(CONFIG_SND_SOC_SAMSUNG_TM2_WM5110) += snd-soc-tm2-wm5110.o
|
| D | Kconfig | 119 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.
|
| D | tm2_wm5110.c | 382 .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/ |
| D | therm_throt.c | 719 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/ |
| D | therm_throt.c | 650 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/ |
| D | pipeline.json | 21 …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/ |
| D | Kconfig | 206 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.
|
| D | Makefile | 43 snd-soc-tm2-wm5110-objs := tm2_wm5110.o 68 obj-$(CONFIG_SND_SOC_SAMSUNG_TM2_WM5110) += snd-soc-tm2-wm5110.o
|
| D | tm2_wm5110.c | 382 .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/ |
| D | tree-mod-log.c | 1018 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/ |
| D | tm2-touchkey.c | 3 * 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/ |
| D | tm2-touchkey.c | 3 * TM2 touchkey device driver 25 #define TM2_TOUCHKEY_DEV_NAME "tm2-touchkey" 336 .compatible = "cypress,tm2-touchkey",
|
| D | Kconfig | 713 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/ |
| D | samsung-boards.yaml | 171 - samsung,tm2 # Samsung TM2
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/arm/samsung/ |
| D | samsung-boards.yaml | 205 - samsung,tm2 # Samsung TM2
|