Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/thermal/ti-soc-thermal/
Dti-thermal-common.c241 static int __ti_thermal_get_trend(void *p, long *trend) in __ti_thermal_get_trend() function
266 ret = __ti_thermal_get_trend(thermal->devdata, &tr); in ti_thermal_get_trend()
290 .get_trend = __ti_thermal_get_trend,