Searched refs:thermal_acpi_passive_trip_temp (Results 1 – 4 of 4) sorted by relevance
80 int thermal_acpi_passive_trip_temp(struct acpi_device *adev, int *ret_temp) in thermal_acpi_passive_trip_temp() function84 EXPORT_SYMBOL_GPL(thermal_acpi_passive_trip_temp);
90 ret = thermal_acpi_passive_trip_temp(zone_adev, in int340x_thermal_read_trips()236 err = thermal_acpi_passive_trip_temp(zone_adev, &temp); in int340x_thermal_update_trips()
301 int thermal_acpi_passive_trip_temp(struct acpi_device *adev, int *ret_temp);
106 if (thermal_acpi_passive_trip_temp(adev, &temp) || temp <= 0) in pch_wpt_add_acpi_psv_trip()