Searched refs:temp8 (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/hwmon/ |
D | lm90.c | 388 s8 temp8[TEMP8_REG_NUM]; member 532 &data->temp8[LOCAL_LOW]); in lm90_update_device() 534 &data->temp8[LOCAL_HIGH]); in lm90_update_device() 536 &data->temp8[LOCAL_CRIT]); in lm90_update_device() 538 &data->temp8[REMOTE_CRIT]); in lm90_update_device() 578 &data->temp8[LOCAL_EMERG]); in lm90_update_device() 580 &data->temp8[REMOTE_EMERG]); in lm90_update_device() 588 &data->temp8[REMOTE2_CRIT]); in lm90_update_device() 590 &data->temp8[REMOTE2_EMERG]); in lm90_update_device() 770 temp = temp_from_u8_adt7461(data, data->temp8[attr->index]); in show_temp8() [all …]
|
D | asc7621.c | 880 PWRITE(temp1_min, 0, PRI_LOW, 0x4e, 0, 0, 0, temp8), 881 PWRITE(temp2_min, 1, PRI_LOW, 0x50, 0, 0, 0, temp8), 882 PWRITE(temp3_min, 2, PRI_LOW, 0x52, 0, 0, 0, temp8), 883 PWRITE(temp4_min, 3, PRI_LOW, 0x34, 0, 0, 0, temp8), 885 PWRITE(temp1_max, 0, PRI_LOW, 0x4f, 0, 0, 0, temp8), 886 PWRITE(temp2_max, 1, PRI_LOW, 0x51, 0, 0, 0, temp8), 887 PWRITE(temp3_max, 2, PRI_LOW, 0x53, 0, 0, 0, temp8), 888 PWRITE(temp4_max, 3, PRI_LOW, 0x35, 0, 0, 0, temp8), 928 PWRITE(temp1_auto_point1_temp, 0, PRI_LOW, 0x67, 0, 0, 0, temp8), 929 PWRITE(temp2_auto_point1_temp, 1, PRI_LOW, 0x68, 0, 0, 0, temp8), [all …]
|
D | lm63.c | 172 s8 temp8[15]; /* 0: local input member 193 return TEMP8_FROM_REG((u8)data->temp8[nr]); in temp8_from_reg() 194 return TEMP8_FROM_REG(data->temp8[nr]); in temp8_from_reg() 199 return data->temp8[nr] * (data->lut_temp_highres ? 500 : 1000); in lut_temp_from_reg() 225 data->temp8[3 + i] = i2c_smbus_read_byte_data(client, in lm63_update_lut() 266 data->temp8[0] = i2c_smbus_read_byte_data(client, in lm63_update_device() 268 data->temp8[1] = i2c_smbus_read_byte_data(client, in lm63_update_device() 295 data->temp8[2] = i2c_smbus_read_byte_data(client, in lm63_update_device() 327 || data->temp8[3 + i - 1] > data->temp8[3 + i]) { in lm63_lut_looks_bad() 474 return sprintf(buf, "%d\n", TEMP8_FROM_REG(data->temp8[attr->index])); in show_local_temp8() [all …]
|
/linux-4.1.27/Documentation/hwmon/ |
D | w83795 | 73 29/ 30 | PECI/TSI (DTS2) | 27h | temp8 120 23 | PECI (DTS2) | 27h | temp8
|
D | max34440 | 123 temp7 and temp8 attributes only exist for MAX34440.
|
/linux-4.1.27/drivers/acpi/acpica/ |
D | rsmisc.c | 813 resource->data.extended_irq.interrupt_count = temp8; 814 if (temp8 < 1) {
|