Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/mediatek/drivers/thermal/inc/
H A Dthermal_lvts.h151 int (*device_read_count_rc_n)(struct lvts_data *lvts_data); member
/rk3399_ARM-atf/plat/mediatek/drivers/thermal/src/
H A Dthermal_lvts.c506 if (ops->device_read_count_rc_n) in lvts_init()
507 ops->device_read_count_rc_n(lvts_data); in lvts_init()
/rk3399_ARM-atf/plat/mediatek/drivers/thermal/mt8189/
H A Dsoc_temp_lvts.c733 .device_read_count_rc_n = mt8189_device_read_count_rc_n,