Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/mediatek/drivers/thermal/inc/
H A Dthermal_lvts.h146 void (*device_identification)(struct lvts_data *lvts_data); member
/rk3399_ARM-atf/plat/mediatek/drivers/thermal/src/
H A Dthermal_lvts.c496 if (ops->device_identification) in lvts_init()
497 ops->device_identification(lvts_data); in lvts_init()
/rk3399_ARM-atf/plat/mediatek/drivers/thermal/mt8189/
H A Dsoc_temp_lvts.c728 .device_identification = mt8189_device_identification,