Home
last modified time | relevance | path

Searched refs:tm2 (Results 1 – 11 of 11) sorted by relevance

/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-5.10/arch/arm64/boot/dts/exynos/
Dexynos5433-tm2.dts11 #include "exynos5433-tm2-common.dtsi"
15 compatible = "samsung,tm2", "samsung,exynos5433";
69 compatible = "cypress,tm2-touchkey";
DMakefile3 exynos5433-tm2.dtb \
Dexynos5433-tm2e.dts11 #include "exynos5433-tm2-common.dtsi"
Dexynos5433-tm2-common.dtsi115 compatible = "samsung,tm2-audio";
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/
Dsamsung,tm2-audio.txt5 - compatible : "samsung,tm2-audio"
28 compatible = "samsung,tm2-audio";
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/mce/
Dtherm_throt.c650 int tm2 = 0; in intel_init_thermal() local
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-5.10/sound/soc/samsung/
DMakefile43 snd-soc-tm2-wm5110-objs := tm2_wm5110.o
68 obj-$(CONFIG_SND_SOC_SAMSUNG_TM2_WM5110) += snd-soc-tm2-wm5110.o
/kernel/linux/linux-5.10/drivers/input/keyboard/
DMakefile70 obj-$(CONFIG_KEYBOARD_TM2_TOUCHKEY) += tm2-touchkey.o
DKconfig719 Say Y here to enable device driver for tm2-touchkey with
723 module will be called tm2-touchkey.
/kernel/linux/linux-5.10/fs/btrfs/
Dctree.c1370 struct tree_mod_elem *tm2; in get_old_root() local
1384 tm2 = tree_mod_log_search(fs_info, logical, time_seq); in get_old_root()
1387 ASSERT(tm2); in get_old_root()
1388 ASSERT(tm2 == tm || tm2->seq > tm->seq); in get_old_root()
1389 if (!tm2 || tm2->seq < tm->seq) { in get_old_root()
1393 tm = tm2; in get_old_root()