Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/mediatek/drivers/thermal/inc/
H A Dthermal_lvts.h67 ALL_SENSING_POINTS enumerator
87 int a[ALL_SENSING_POINTS];
106 unsigned int sensor_map[ALL_SENSING_POINTS]; /* In sensor ID */
108 enum sensor_switch_status sensor_on_off[ALL_SENSING_POINTS];
/rk3399_ARM-atf/plat/mediatek/drivers/thermal/mt8189/
H A Dsoc_temp_lvts.c147 if (d_index == ALL_SENSING_POINTS) { in set_tc_hw_reboot_threshold()
334 if (j >= ALL_SENSING_POINTS) in mt8189_device_read_count_rc_n()
635 .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/src/
H A Dthermal_lvts.c248 if (num > ALL_SENSING_POINTS) { in enable_all_sensing_points()
339 if (tc[tc_id].dominator_sensing_point == ALL_SENSING_POINTS) { in get_dominator_index()
340 d_index = ALL_SENSING_POINTS; in get_dominator_index()