Home
last modified time | relevance | path

Searched refs:tmpi (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/platform/x86/lenovo/
H A Dthinkpad_acpi.c6117 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()