Searched refs:tmpi (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/platform/x86/lenovo/ |
| H A D | thinkpad_acpi.c | 6117 char tmpi[5]; in thermal_get_sensor() local 6155 snprintf(tmpi, sizeof(tmpi), "TMP%c", '0' + idx); in thermal_get_sensor() 6158 if (!acpi_evalf(ec_handle, &t, tmpi, "d")) in thermal_get_sensor() 6167 snprintf(tmpi, sizeof(tmpi), "TMP%c", '0' + idx); in thermal_get_sensor() 6168 if (!acpi_evalf(ec_handle, &t, tmpi, "d")) in thermal_get_sensor()
|