Searched refs:acpi_lpat_raw_to_temp (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/include/acpi/ |
H A D | acpi_lpat.h | 23 int acpi_lpat_raw_to_temp(struct acpi_lpat_conversion_table *lpat_table, 33 static int acpi_lpat_raw_to_temp(struct acpi_lpat_conversion_table *lpat_table, in acpi_lpat_raw_to_temp() function
|
/openbmc/linux/drivers/acpi/ |
H A D | acpi_lpat.c | 23 int acpi_lpat_raw_to_temp(struct acpi_lpat_conversion_table *lpat_table, in acpi_lpat_raw_to_temp() function 44 EXPORT_SYMBOL_GPL(acpi_lpat_raw_to_temp);
|
/openbmc/linux/drivers/acpi/pmic/ |
H A D | intel_pmic_chtcrc.c | 27 .lpat_raw_to_temp = acpi_lpat_raw_to_temp,
|
H A D | intel_pmic_chtdc_ti.c | 101 .lpat_raw_to_temp = acpi_lpat_raw_to_temp,
|
H A D | intel_pmic_chtwc.c | 260 .lpat_raw_to_temp = acpi_lpat_raw_to_temp,
|
H A D | intel_pmic_bytcrc.c | 281 .lpat_raw_to_temp = acpi_lpat_raw_to_temp,
|
H A D | intel_pmic_xpower.c | 314 return acpi_lpat_raw_to_temp(lpat_table, raw); in intel_xpower_lpat_raw_to_temp()
|
H A D | intel_pmic_bxtwc.c | 379 .lpat_raw_to_temp = acpi_lpat_raw_to_temp,
|
/openbmc/linux/drivers/thermal/intel/int340x_thermal/ |
H A D | int340x_thermal_zone.c | 28 conv_temp = acpi_lpat_raw_to_temp(d->lpat_table, (int)tmp); in int340x_thermal_get_zone_temp()
|