Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/mediatek/drivers/thermal/src/
H A Dthermal_lvts.c339 if (tc[tc_id].dominator_sensing_point == ALL_SENSING_POINTS) { in get_dominator_index()
341 } else if (tc[tc_id].dominator_sensing_point < in get_dominator_index()
343 d_index = tc[tc_id].dominator_sensing_point; in get_dominator_index()
346 tc_id, tc[tc_id].dominator_sensing_point, in get_dominator_index()
/rk3399_ARM-atf/plat/mediatek/drivers/thermal/mt8189/
H A Dsoc_temp_lvts.c635 .dominator_sensing_point = ALL_SENSING_POINTS,
652 .dominator_sensing_point = ALL_SENSING_POINTS,
669 .dominator_sensing_point = ALL_SENSING_POINTS,
686 .dominator_sensing_point = ALL_SENSING_POINTS,
702 .dominator_sensing_point = ALL_SENSING_POINTS,
/rk3399_ARM-atf/plat/mediatek/drivers/thermal/inc/
H A Dthermal_lvts.h123 enum lvts_sensing_point dominator_sensing_point; member