Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/hwmon/
Dasc7621.c866 PWRITE(temp1_min, 0, PRI_LOW, 0x4e, 0, 0, 0, temp8),
867 PWRITE(temp2_min, 1, PRI_LOW, 0x50, 0, 0, 0, temp8),
868 PWRITE(temp3_min, 2, PRI_LOW, 0x52, 0, 0, 0, temp8),
869 PWRITE(temp4_min, 3, PRI_LOW, 0x34, 0, 0, 0, temp8),
871 PWRITE(temp1_max, 0, PRI_LOW, 0x4f, 0, 0, 0, temp8),
872 PWRITE(temp2_max, 1, PRI_LOW, 0x51, 0, 0, 0, temp8),
873 PWRITE(temp3_max, 2, PRI_LOW, 0x53, 0, 0, 0, temp8),
874 PWRITE(temp4_max, 3, PRI_LOW, 0x35, 0, 0, 0, temp8),
914 PWRITE(temp1_auto_point1_temp, 0, PRI_LOW, 0x67, 0, 0, 0, temp8),
915 PWRITE(temp2_auto_point1_temp, 1, PRI_LOW, 0x68, 0, 0, 0, temp8),
[all …]
Dlm63.c160 s8 temp8[15]; /* 0: local input member
181 return TEMP8_FROM_REG((u8)data->temp8[nr]); in temp8_from_reg()
182 return TEMP8_FROM_REG(data->temp8[nr]); in temp8_from_reg()
187 return data->temp8[nr] * (data->lut_temp_highres ? 500 : 1000); in lut_temp_from_reg()
213 data->temp8[3 + i] = i2c_smbus_read_byte_data(client, in lm63_update_lut()
254 data->temp8[0] = i2c_smbus_read_byte_data(client, in lm63_update_device()
256 data->temp8[1] = i2c_smbus_read_byte_data(client, in lm63_update_device()
283 data->temp8[2] = i2c_smbus_read_byte_data(client, in lm63_update_device()
315 || data->temp8[3 + i - 1] > data->temp8[3 + i]) { in lm63_lut_looks_bad()
462 return sprintf(buf, "%d\n", TEMP8_FROM_REG(data->temp8[attr->index])); in show_local_temp8()
[all …]
/Linux-v6.1/Documentation/hwmon/
Dw83795.rst84 29/ 30 PECI/TSI (DTS2) 27h temp8
134 23 PECI (DTS2) 27h temp8
Dmax34440.rst186 - temp7 and temp8 attributes only exist for MAX34440.
/Linux-v6.1/drivers/acpi/acpica/
Drsmisc.c792 resource->data.extended_irq.interrupt_count = temp8;
793 if (temp8 < 1) {