Searched refs:ret_temp (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/thermal/ |
H A D | thermal_acpi.c | 25 int *ret_temp) in thermal_acpi_trip_temp() argument 37 *ret_temp = deci_kelvin_to_millicelsius(temp); in thermal_acpi_trip_temp() 41 *ret_temp = THERMAL_TEMP_INVALID; in thermal_acpi_trip_temp() 59 int thermal_acpi_active_trip_temp(struct acpi_device *adev, int id, int *ret_temp) in thermal_acpi_active_trip_temp() argument 66 return thermal_acpi_trip_temp(adev, obj_name, ret_temp); in thermal_acpi_active_trip_temp() 80 int thermal_acpi_passive_trip_temp(struct acpi_device *adev, int *ret_temp) in thermal_acpi_passive_trip_temp() argument 82 return thermal_acpi_trip_temp(adev, "_PSV", ret_temp); in thermal_acpi_passive_trip_temp() 97 int thermal_acpi_hot_trip_temp(struct acpi_device *adev, int *ret_temp) in thermal_acpi_hot_trip_temp() argument 99 return thermal_acpi_trip_temp(adev, "_HOT", ret_temp); in thermal_acpi_hot_trip_temp() 113 int thermal_acpi_critical_trip_temp(struct acpi_device *adev, int *ret_temp) in thermal_acpi_critical_trip_temp() argument [all …]
|
/openbmc/linux/include/linux/ |
H A D | thermal.h | 300 int thermal_acpi_active_trip_temp(struct acpi_device *adev, int id, int *ret_temp); 301 int thermal_acpi_passive_trip_temp(struct acpi_device *adev, int *ret_temp); 302 int thermal_acpi_hot_trip_temp(struct acpi_device *adev, int *ret_temp); 303 int thermal_acpi_critical_trip_temp(struct acpi_device *adev, int *ret_temp);
|