Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/device-tree/Bindings/input/
H A Dcypress,tm2-touchkey.txt1 Samsung tm2-touchkey
5 * "cypress,tm2-touchkey" - for the touchkey found on the tm2 board
25 compatible = "cypress,tm2-touchkey";
/f-stack/freebsd/contrib/device-tree/src/arm64/exynos/
H A Dexynos5433-tm2.dts11 #include "exynos5433-tm2-common.dtsi"
15 compatible = "samsung,tm2", "samsung,exynos5433";
69 compatible = "cypress,tm2-touchkey";
H A Dexynos5433-tm2e.dts11 #include "exynos5433-tm2-common.dtsi"
H A Dexynos5433-tm2-common.dtsi115 compatible = "samsung,tm2-audio";
/f-stack/freebsd/contrib/device-tree/Bindings/sound/
H A Dsamsung,tm2-audio.txt5 - compatible : "samsung,tm2-audio"
28 compatible = "samsung,tm2-audio";
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlvm.c179 const TValue *tm2; in get_compTM() local
182 tm2 = fasttm(L, mt2, event); in get_compTM()
183 if (tm2 == NULL) return NULL; /* no metamethod */ in get_compTM()
184 if (luaO_rawequalObj(tm1, tm2)) /* same metamethods? */ in get_compTM()
193 const TValue *tm2; in call_orderTM() local
195 tm2 = luaT_gettmbyobj(L, p2, event); in call_orderTM()
196 if (!luaO_rawequalObj(tm1, tm2)) /* different metamethods? */ in call_orderTM()
/f-stack/freebsd/contrib/zstd/lib/common/
H A Dcpu.h125 C(tm2, 8)
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlvm.c190 const TValue *tm2; in get_equalTM() local
193 tm2 = fasttm(L, mt2, event); in get_equalTM()
194 if (tm2 == NULL) return NULL; /* no metamethod */ in get_equalTM()
195 if (luaV_rawequalobj(tm1, tm2)) /* same metamethods? */ in get_equalTM()
/f-stack/freebsd/contrib/device-tree/Bindings/arm/samsung/
H A Dsamsung-boards.yaml171 - samsung,tm2 # Samsung TM2
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c12698 C(tm2, 8)