Searched defs:get_trend (Results 1 - 1 of 1) sorted by relevance

/drivers/thermal/
H A Dof-thermal.c81 * @get_trend: sensor callback to read temperature trend
100 int (*get_trend)(void *, long *); member in struct:__thermal_zone
123 if (!data->get_trend)
126 r = data->get_trend(data->sensor_data, &dev_trend);
328 int (*get_trend)(void *, long *))
341 tz->get_trend = get_trend;
345 tzd->ops->get_trend = of_thermal_get_trend;
360 * @get_trend: a pointer to a function that reads the sensor temperature trend.
370 * The thermal zone temperature trend is provided by the @get_trend functio
[all...]

Completed in 58 milliseconds