Searched refs:old_target (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/thermal/
H A Dstep_wise.c134 int old_target; thermal_zone_trip_update() local
160 old_target = instance->target; thermal_zone_trip_update()
162 dev_dbg(&instance->cdev->device, "old_target=%d, target=%d\n", thermal_zone_trip_update()
163 old_target, (int)instance->target); thermal_zone_trip_update()
165 if (instance->initialized && old_target == instance->target) thermal_zone_trip_update()
169 if (old_target == THERMAL_NO_TARGET && thermal_zone_trip_update()
173 else if (old_target != THERMAL_NO_TARGET && thermal_zone_trip_update()

Completed in 54 milliseconds