Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.2-rc1 18 lines 472 B view raw
1/* SPDX-License-Identifier: GPL-2.0+ */ 2/* 3 * thermal_exynos.h - Samsung Exynos TMU device tree definitions 4 * 5 * Copyright (C) 2014 Samsung Electronics 6 * Lukasz Majewski <l.majewski@samsung.com> 7 */ 8 9#ifndef _EXYNOS_THERMAL_TMU_DT_H 10#define _EXYNOS_THERMAL_TMU_DT_H 11 12#define TYPE_ONE_POINT_TRIMMING 0 13#define TYPE_ONE_POINT_TRIMMING_25 1 14#define TYPE_ONE_POINT_TRIMMING_85 2 15#define TYPE_TWO_POINT_TRIMMING 3 16#define TYPE_NONE 4 17 18#endif /* _EXYNOS_THERMAL_TMU_DT_H */