Lines Matching refs:THERMAL_TEMP_INVALID
173 if (temp_deci_k == THERMAL_TEMP_INVALID) in acpi_thermal_temp()
174 return THERMAL_TEMP_INVALID; in acpi_thermal_temp()
179 return THERMAL_TEMP_INVALID; in acpi_thermal_temp()
186 return acpi_trip->temp_dk != THERMAL_TEMP_INVALID; in acpi_thermal_trip_valid()
203 return THERMAL_TEMP_INVALID; in get_passive_temp()
213 return THERMAL_TEMP_INVALID; in get_active_temp()
288 acpi_trip->temp_dk = THERMAL_TEMP_INVALID; in acpi_thermal_update_trip_devices()
315 temp = THERMAL_TEMP_INVALID; in acpi_thermal_adjust_trip()
357 return THERMAL_TEMP_INVALID; in acpi_thermal_get_critical_trip()
361 return THERMAL_TEMP_INVALID; in acpi_thermal_get_critical_trip()
369 return THERMAL_TEMP_INVALID; in acpi_thermal_get_critical_trip()
381 if (acpi_hot_trip_temp(tz->device, &temp) || temp == THERMAL_TEMP_INVALID) { in acpi_thermal_get_hot_trip()
383 return THERMAL_TEMP_INVALID; in acpi_thermal_get_hot_trip()
447 if (temp == THERMAL_TEMP_INVALID) in acpi_thermal_init_trip()
457 acpi_trip->temp_dk = THERMAL_TEMP_INVALID; in acpi_thermal_init_trip()
473 tz->trips.active[i].trip.temp_dk = THERMAL_TEMP_INVALID; in acpi_thermal_get_trip_points()
738 if (crit_temp != THERMAL_TEMP_INVALID && crit_temp % 5 == 1) in acpi_thermal_guess_offset()
831 if (crit_temp != THERMAL_TEMP_INVALID) { in acpi_thermal_add()
837 if (hot_temp != THERMAL_TEMP_INVALID) { in acpi_thermal_add()