switch_on_temp 139 drivers/thermal/power_allocator.c int switch_on_temp; switch_on_temp 142 drivers/thermal/power_allocator.c ret = tz->ops->get_trip_temp(tz, trip_switch_on, &switch_on_temp); switch_on_temp 144 drivers/thermal/power_allocator.c switch_on_temp = 0; switch_on_temp 146 drivers/thermal/power_allocator.c temperature_threshold = control_temp - switch_on_temp; switch_on_temp 615 drivers/thermal/power_allocator.c int switch_on_temp, control_temp; switch_on_temp 626 drivers/thermal/power_allocator.c &switch_on_temp); switch_on_temp 627 drivers/thermal/power_allocator.c if (!ret && (tz->temperature < switch_on_temp)) {