Home
last modified time | relevance | path

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

/drivers/thermal/
Dthermal_helpers.c26 int get_tz_trend(struct thermal_zone_device *tz, int trip) in get_tz_trend() function
42 EXPORT_SYMBOL(get_tz_trend);
Dthermal_core.h88 int get_tz_trend(struct thermal_zone_device *tz, int trip);
Dgov_step_wise.c133 trend = get_tz_trend(tz, trip); in thermal_zone_trip_update()