Searched refs:ret_temp (Results 1 – 2 of 2) sorted by relevance
| /Linux-v6.6/drivers/thermal/ |
| 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 …]
|
| /Linux-v6.6/include/linux/ |
| D | thermal.h | 296 int thermal_acpi_active_trip_temp(struct acpi_device *adev, int id, int *ret_temp); 297 int thermal_acpi_passive_trip_temp(struct acpi_device *adev, int *ret_temp); 298 int thermal_acpi_hot_trip_temp(struct acpi_device *adev, int *ret_temp); 299 int thermal_acpi_critical_trip_temp(struct acpi_device *adev, int *ret_temp);
|