Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Dlm63.c163 s8 temp8[15]; /* 0: local input member
184 return TEMP8_FROM_REG((u8)data->temp8[nr]); in temp8_from_reg()
185 return TEMP8_FROM_REG(data->temp8[nr]); in temp8_from_reg()
190 return data->temp8[nr] * (data->lut_temp_highres ? 500 : 1000); in lut_temp_from_reg()
216 data->temp8[3 + i] = i2c_smbus_read_byte_data(client, in lm63_update_lut()
256 data->temp8[0] = i2c_smbus_read_byte_data(client, in lm63_update_device()
258 data->temp8[1] = i2c_smbus_read_byte_data(client, in lm63_update_device()
285 data->temp8[2] = i2c_smbus_read_byte_data(client, in lm63_update_device()
317 || data->temp8[3 + i - 1] > data->temp8[3 + i]) { in lm63_lut_looks_bad()
557 return sprintf(buf, "%d\n", TEMP8_FROM_REG(data->temp8[attr->index])); in show_local_temp8()
[all …]
/linux/Documentation/hwmon/
H A Dw83795.rst84 29/ 30 PECI/TSI (DTS2) 27h temp8
134 23 PECI (DTS2) 27h temp8
/linux/drivers/acpi/acpica/
H A Drsmisc.c794 resource->data.extended_irq.interrupt_count = temp8;
795 if (temp8 < 1) {