Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/thermal/mediatek/
Dauxadc_thermal.c350 int (*raw_to_mcelsius)(struct mtk_thermal *mt, int sensno, s32 raw);
709 static int raw_to_mcelsius_v1(struct mtk_thermal *mt, int sensno, s32 raw) in raw_to_mcelsius_v1() argument
718 tmp *= raw - mt->vts[sensno] - 3350; 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() argument
754 static int raw_to_mcelsius_v3(struct mtk_thermal *mt, int sensno, s32 raw) in raw_to_mcelsius_v3() argument
765 tmp *= raw - mt->vts[sensno] - 2900; in raw_to_mcelsius_v3()