Searched refs:trend (Results 1 – 6 of 6) sorted by relevance
| /drivers/thermal/ |
| A D | gov_step_wise.c | 31 enum thermal_trend trend, bool throttle) in get_target_state() argument 52 if (trend == THERMAL_TREND_RAISING) in get_target_state() 54 } else if (trend == THERMAL_TREND_DROPPING) { in get_target_state() 73 enum thermal_trend trend = get_tz_trend(tz, trip); in thermal_zone_trip_update() local 84 trip_id, trip->type, trip_threshold, trend, throttle); in thermal_zone_trip_update() 90 instance->target = get_target_state(instance, trend, throttle); in thermal_zone_trip_update()
|
| A D | thermal_helpers.c | 27 enum thermal_trend trend; in get_tz_trend() local 30 tz->ops.get_trend(tz, trip, &trend)) { in get_tz_trend() 32 trend = THERMAL_TREND_RAISING; in get_tz_trend() 34 trend = THERMAL_TREND_DROPPING; in get_tz_trend() 36 trend = THERMAL_TREND_STABLE; in get_tz_trend() 39 return trend; in get_tz_trend()
|
| /drivers/thermal/ti-soc-thermal/ |
| A D | ti-thermal-common.c | 114 enum thermal_trend *trend) in __ti_thermal_get_trend() argument 128 *trend = THERMAL_TREND_RAISING; in __ti_thermal_get_trend() 130 *trend = THERMAL_TREND_DROPPING; in __ti_thermal_get_trend() 132 *trend = THERMAL_TREND_STABLE; in __ti_thermal_get_trend()
|
| A D | ti-bandgap.h | 347 int ti_bandgap_get_trend(struct ti_bandgap *bgp, int id, int *trend);
|
| A D | ti-bandgap.c | 682 int ti_bandgap_get_trend(struct ti_bandgap *bgp, int id, int *trend) in ti_bandgap_get_trend() argument 732 *trend = (t1 - t2) / interval; in ti_bandgap_get_trend() 735 t1, t2, *trend); in ti_bandgap_get_trend()
|
| /drivers/acpi/ |
| A D | thermal.c | 497 enum thermal_trend *trend) in thermal_get_trend() argument 517 *trend = THERMAL_TREND_RAISING; in thermal_get_trend() 519 *trend = THERMAL_TREND_DROPPING; in thermal_get_trend() 521 *trend = THERMAL_TREND_STABLE; in thermal_get_trend() 530 *trend = THERMAL_TREND_RAISING; in thermal_get_trend()
|
Completed in 16 milliseconds