Lines Matching defs:mt
307 struct mtk_thermal *mt; member
709 static int raw_to_mcelsius_v1(struct mtk_thermal *mt, int sensno, s32 raw) in raw_to_mcelsius_v1()
724 static int raw_to_mcelsius_v2(struct mtk_thermal *mt, int sensno, s32 raw) in raw_to_mcelsius_v2()
754 static int raw_to_mcelsius_v3(struct mtk_thermal *mt, int sensno, s32 raw) in raw_to_mcelsius_v3()
779 struct mtk_thermal *mt = bank->mt; in mtk_thermal_get_bank() local
800 struct mtk_thermal *mt = bank->mt; in mtk_thermal_put_bank() local
815 struct mtk_thermal *mt = bank->mt; in mtk_thermal_bank_temperature() local
847 struct mtk_thermal *mt = thermal_zone_device_priv(tz); in mtk_read_temp() local
870 static void mtk_thermal_init_bank(struct mtk_thermal *mt, int num, in mtk_thermal_init_bank()
989 static int mtk_thermal_extract_efuse_v1(struct mtk_thermal *mt, u32 *buf) in mtk_thermal_extract_efuse_v1()
1034 static int mtk_thermal_extract_efuse_v2(struct mtk_thermal *mt, u32 *buf) in mtk_thermal_extract_efuse_v2()
1051 static int mtk_thermal_extract_efuse_v3(struct mtk_thermal *mt, u32 *buf) in mtk_thermal_extract_efuse_v3()
1071 struct mtk_thermal *mt) in mtk_thermal_get_calibration_data()
1165 static void mtk_thermal_turn_on_buffer(struct mtk_thermal *mt, in mtk_thermal_turn_on_buffer()
1180 static void mtk_thermal_release_periodic_ts(struct mtk_thermal *mt, in mtk_thermal_release_periodic_ts()
1195 struct mtk_thermal *mt; in mtk_thermal_probe() local