[go: nahoru, domu]

Searched refs:exynos_tmu_data (Results 1 - 2 of 2) sorted by relevance

/drivers/thermal/samsung/
H A DMakefile6 exynos_thermal-y += exynos_tmu_data.o
H A Dexynos_tmu.c36 #include "exynos_tmu_data.h"
39 * struct exynos_tmu_data : A structure to hold the private data of the TMU
56 struct exynos_tmu_data { struct
75 static int temp_to_code(struct exynos_tmu_data *data, u8 temp)
102 static int code_to_temp(struct exynos_tmu_data *data, u8 temp_code)
125 static void exynos_tmu_clear_irqs(struct exynos_tmu_data *data)
144 struct exynos_tmu_data *data = platform_get_drvdata(pdev);
288 struct exynos_tmu_data *data = platform_get_drvdata(pdev);
334 static int exynos_tmu_read(struct exynos_tmu_data *data)
364 struct exynos_tmu_data *dat
[all...]

Completed in 22 milliseconds