Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/mediatek/drivers/thermal/src/
H A Dthermal_lvts.c58 if (tc[tc_id].ctrl_on_off == CTRL_OFF) in lvts_write_all_device()
65 if (tc[tc_id].ctrl_on_off == CTRL_OFF) in lvts_write_all_device()
143 if (tc[i].ctrl_on_off == CTRL_OFF) in lvts_thermal_check_all_sensing_point_idle()
190 if (tc[i].ctrl_on_off == CTRL_OFF) in wait_all_tc_sensing_point_idle()
225 if (tc[i].ctrl_on_off == CTRL_OFF) in disable_all_sensing_points()
242 if (tc[i].ctrl_on_off == CTRL_OFF) in enable_all_sensing_points()
363 if (tc[i].ctrl_on_off == CTRL_OFF) in set_all_tc_hw_reboot()
389 if (tc[i].ctrl_on_off == CTRL_OFF) in lvts_lk_init_check()
418 if (tc[i].ctrl_on_off == CTRL_OFF) in lvts_set_init_flag_tfa()
436 if (tc[i].ctrl_on_off == CTRL_OFF) in lvts_clear_init_flag_tfa()
[all …]
/rk3399_ARM-atf/plat/mediatek/drivers/thermal/mt8189/
H A Dsoc_temp_lvts.c268 if (tc[i].ctrl_on_off == CTRL_OFF) in init_controller_v1()
289 if (tc[i].ctrl_on_off == CTRL_OFF) in mt8189_device_enable_and_init()
326 if (tc[i].ctrl_on_off == CTRL_OFF) in mt8189_device_read_count_rc_n()
463 if (tc[i].ctrl_on_off == CTRL_OFF) in mt8189_device_identification()
475 if (tc[i].ctrl_on_off == CTRL_OFF) in mt8189_device_identification()
590 if (tc[i].ctrl_on_off == CTRL_OFF) in mt8189_update_coef_data()
631 .ctrl_on_off = CTRL_ON,
648 .ctrl_on_off = CTRL_ON,
665 .ctrl_on_off = CTRL_ON,
682 .ctrl_on_off = CTRL_ON,
[all …]
/rk3399_ARM-atf/plat/mediatek/drivers/thermal/inc/
H A Dthermal_lvts.h107 enum controller_switch_status ctrl_on_off; member