Searched refs:sensor_on_off (Results 1 – 3 of 3) sorted by relevance
| /rk3399_ARM-atf/plat/mediatek/drivers/thermal/mt8189/ |
| H A D | soc_temp_lvts.c | 337 if (tc[i].sensor_on_off[j] != SEN_ON) in mt8189_device_read_count_rc_n() 594 if (tc[i].sensor_on_off[j] != SEN_ON) in mt8189_update_coef_data() 632 .sensor_on_off = {SEN_ON, SEN_ON, SEN_ON, SEN_ON}, 649 .sensor_on_off = {SEN_ON, SEN_ON, SEN_ON, SEN_ON}, 666 .sensor_on_off = {SEN_ON, SEN_ON, SEN_ON, SEN_ON}, 683 .sensor_on_off = {SEN_ON, SEN_ON, SEN_ON, SEN_ON}, 699 .sensor_on_off = {SEN_ON, SEN_ON},
|
| /rk3399_ARM-atf/plat/mediatek/drivers/thermal/src/ |
| H A D | thermal_lvts.c | 256 if (tc[i].sensor_on_off[j] != SEN_ON) in enable_all_sensing_points() 459 if (tc[i].sensor_on_off[j] != SEN_ON) in read_calibration_data() 571 if (tc[i].sensor_on_off[j] != SEN_ON) in set_calibration_data_v1()
|
| /rk3399_ARM-atf/plat/mediatek/drivers/thermal/inc/ |
| H A D | thermal_lvts.h | 108 enum sensor_switch_status sensor_on_off[ALL_SENSING_POINTS]; member
|