Home
last modified time | relevance | path

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

/drivers/thermal/
Dstep_wise.c50 enum thermal_trend trend, bool throttle) in get_target_state() argument
78 switch (trend) { in get_target_state()
132 enum thermal_trend trend; in thermal_zone_trip_update() local
145 trend = get_tz_trend(tz, trip); in thermal_zone_trip_update()
153 trip, trip_type, trip_temp, trend, throttle); in thermal_zone_trip_update()
162 instance->target = get_target_state(instance, trend, throttle); in thermal_zone_trip_update()
Ddb8500_thermal.c39 enum thermal_trend trend; member
126 int trip, enum thermal_trend *trend) in db8500_sys_get_trend() argument
130 *trend = pzone->trend; in db8500_sys_get_trend()
226 unsigned int idx, enum thermal_trend trend, in db8500_thermal_update_config() argument
233 pzone->trend = trend; in db8500_thermal_update_config()
Dof-thermal.c191 enum thermal_trend *trend) in of_thermal_get_trend() argument
206 *trend = THERMAL_TREND_RAISING; in of_thermal_get_trend()
208 *trend = THERMAL_TREND_DROPPING; in of_thermal_get_trend()
210 *trend = THERMAL_TREND_STABLE; in of_thermal_get_trend()
Dthermal_core.c235 enum thermal_trend trend; in get_tz_trend() local
238 tz->ops->get_trend(tz, trip, &trend)) { in get_tz_trend()
240 trend = THERMAL_TREND_RAISING; in get_tz_trend()
242 trend = THERMAL_TREND_DROPPING; in get_tz_trend()
244 trend = THERMAL_TREND_STABLE; in get_tz_trend()
247 return trend; in get_tz_trend()
/drivers/thermal/ti-soc-thermal/
Dti-thermal-common.c242 static int __ti_thermal_get_trend(void *p, long *trend) in __ti_thermal_get_trend() argument
255 *trend = tr; in __ti_thermal_get_trend()
262 int trip, enum thermal_trend *trend) in ti_thermal_get_trend() argument
272 *trend = THERMAL_TREND_RAISING; in ti_thermal_get_trend()
274 *trend = THERMAL_TREND_DROPPING; in ti_thermal_get_trend()
276 *trend = THERMAL_TREND_STABLE; in ti_thermal_get_trend()
Dti-bandgap.h394 int ti_bandgap_get_trend(struct ti_bandgap *bgp, int id, int *trend);
Dti-bandgap.c1051 int ti_bandgap_get_trend(struct ti_bandgap *bgp, int id, int *trend) in ti_bandgap_get_trend() argument
1101 *trend = (t1 - t2) / interval; in ti_bandgap_get_trend()
1104 t1, t2, *trend); in ti_bandgap_get_trend()
/drivers/acpi/
Dthermal.c696 int trip, enum thermal_trend *trend) in thermal_get_trend() argument
713 *trend = THERMAL_TREND_RAISING; in thermal_get_trend()
730 *trend = THERMAL_TREND_RAISING; in thermal_get_trend()
732 *trend = THERMAL_TREND_DROPPING; in thermal_get_trend()
734 *trend = THERMAL_TREND_STABLE; in thermal_get_trend()