Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/thermal/ti-soc-thermal/
Dti-thermal-common.c79 static inline int __ti_thermal_get_temp(void *devdata, int *temp) in __ti_thermal_get_temp() function
126 return __ti_thermal_get_temp(data, temp); in ti_thermal_get_temp()
290 .get_temp = __ti_thermal_get_temp,