Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/thermal/ti-soc-thermal/
H A Dti-thermal-common.c67 static inline int __ti_thermal_get_temp(void *devdata, int *temp) in __ti_thermal_get_temp() function
114 return __ti_thermal_get_temp(data, temp); in ti_thermal_get_temp()
141 .get_temp = __ti_thermal_get_temp,