Searched refs:ret_temp (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/thermal/ |
H A D | thermal_acpi.c | 25 int *ret_temp) in thermal_acpi_trip_temp() 37 *ret_temp = deci_kelvin_to_millicelsius(temp); in thermal_acpi_trip_temp() 41 *ret_temp = THERMAL_TEMP_INVALID; in thermal_acpi_trip_temp() 51 * @ret_temp: Address to store the retrieved temperature value on success. 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() 73 * @ret_temp: Address to store the retrieved temperature value on success. 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() 89 * @ret_temp 24 thermal_acpi_trip_temp(struct acpi_device *adev, char *obj_name, int *ret_temp) thermal_acpi_trip_temp() argument 97 thermal_acpi_hot_trip_temp(struct acpi_device *adev, int *ret_temp) thermal_acpi_hot_trip_temp() argument 113 thermal_acpi_critical_trip_temp(struct acpi_device *adev, int *ret_temp) thermal_acpi_critical_trip_temp() argument [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | thermal.h | 298 int thermal_acpi_active_trip_temp(struct acpi_device *adev, int id, int *ret_temp); 299 int thermal_acpi_passive_trip_temp(struct acpi_device *adev, int *ret_temp); 300 int thermal_acpi_hot_trip_temp(struct acpi_device *adev, int *ret_temp); 301 int thermal_acpi_critical_trip_temp(struct acpi_device *adev, int *ret_temp);
|
Completed in 2 milliseconds