Home
last modified time | relevance | path

Searched refs:thermal_acpi_passive_trip_temp (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/thermal/
H A Dthermal_acpi.c80 int thermal_acpi_passive_trip_temp(struct acpi_device *adev, int *ret_temp) in thermal_acpi_passive_trip_temp() function
84 EXPORT_SYMBOL_GPL(thermal_acpi_passive_trip_temp);
/openbmc/linux/drivers/thermal/intel/int340x_thermal/
H A Dint340x_thermal_zone.c90 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()
/openbmc/linux/include/linux/
H A Dthermal.h301 int thermal_acpi_passive_trip_temp(struct acpi_device *adev, int *ret_temp);
/openbmc/linux/drivers/thermal/intel/
H A Dintel_pch_thermal.c106 if (thermal_acpi_passive_trip_temp(adev, &temp) || temp <= 0) in pch_wpt_add_acpi_psv_trip()