Lines Matching defs:temp
6144 s32 temp[TPACPI_MAX_THERMAL_SENSORS];
6224 res = thermal_get_sensor(i, &s->temp[i]);
6244 if (t.temp[i] != TPACPI_THERMAL_SENSOR_NA)
6245 pr_cont(" %d", (int)(t.temp[i] / 1000));
6253 /* sysfs temp##_input -------------------------------------------------- */
6275 SENSOR_ATTR(temp##_idxA##_input, S_IRUGO, \
6471 seq_printf(m, "%d ", t.temp[i] / 1000);
6472 seq_printf(m, "%d\n", t.temp[i] / 1000);
9223 acpi_handle temp;
9226 if (ACPI_FAILURE(acpi_get_handle(hkey_handle, t->name, &temp))) {
9278 acpi_handle temp;
9283 if (ACPI_FAILURE(acpi_get_handle(hkey_handle, t->name, &temp))) {