Lines Matching defs:temp
6258 s32 temp[TPACPI_MAX_THERMAL_SENSORS];
6337 res = thermal_get_sensor(i, &s->temp[i]);
6357 if (t.temp[i] != TPACPI_THERMAL_SENSOR_NA)
6358 pr_cont(" %d", (int)(t.temp[i] / 1000));
6366 /* sysfs temp##_input -------------------------------------------------- */
6388 SENSOR_ATTR(temp##_idxA##_input, S_IRUGO, \
6579 seq_printf(m, "%d ", t.temp[i] / 1000);
6580 seq_printf(m, "%d\n", t.temp[i] / 1000);
9236 acpi_handle temp;
9239 if (ACPI_FAILURE(acpi_get_handle(hkey_handle, t->name, &temp))) {
9291 acpi_handle temp;
9296 if (ACPI_FAILURE(acpi_get_handle(hkey_handle, t->name, &temp))) {