Home
last modified time | relevance | path

Searched refs:mtk_thermal (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/thermal/
Dmtk_thermal.c248 struct mtk_thermal;
256 struct mtk_thermal *mt;
276 struct mtk_thermal { struct
561 static int raw_to_mcelsius_v1(struct mtk_thermal *mt, int sensno, s32 raw) in raw_to_mcelsius_v1()
576 static int raw_to_mcelsius_v2(struct mtk_thermal *mt, int sensno, s32 raw) in raw_to_mcelsius_v2()
615 struct mtk_thermal *mt = bank->mt; in mtk_thermal_get_bank()
636 struct mtk_thermal *mt = bank->mt; in mtk_thermal_put_bank()
651 struct mtk_thermal *mt = bank->mt; in mtk_thermal_bank_temperature()
684 struct mtk_thermal *mt = data; in mtk_read_temp()
707 static void mtk_thermal_init_bank(struct mtk_thermal *mt, int num, in mtk_thermal_init_bank()
[all …]
DMakefile58 obj-$(CONFIG_MTK_THERMAL) += mtk_thermal.o