/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | lm90.c | 517 s8 temp8[TEMP8_REG_NUM]; member 685 data->temp8[LOCAL_CRIT] = val; in lm90_update_limits() 690 data->temp8[REMOTE_CRIT] = val; in lm90_update_limits() 734 data->temp8[LOCAL_EMERG] = val; in lm90_update_limits() 739 data->temp8[REMOTE_EMERG] = val; in lm90_update_limits() 750 data->temp8[REMOTE2_CRIT] = val; in lm90_update_limits() 755 data->temp8[REMOTE2_EMERG] = val; in lm90_update_limits() 796 data->temp8[LOCAL_LOW] = val; in lm90_update_device() 801 data->temp8[LOCAL_HIGH] = val; in lm90_update_device() 1088 s8 temp8 in lm90_get_temp8() local [all...] |
H A D | lm63.c | 160 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[ in lm63_lut_looks_bad() [all...] |
H A D | asc7621.c | 866 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...] |
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | lm63.c | 160 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[ in lm63_lut_looks_bad() [all...] |
H A D | asc7621.c | 866 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...] |
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A D | rsmisc.c | 773 resource->data.extended_irq.interrupt_count = temp8; 774 if (temp8 < 1) {
|
/kernel/linux/linux-6.6/drivers/acpi/acpica/ |
H A D | rsmisc.c | 794 resource->data.extended_irq.interrupt_count = temp8; 795 if (temp8 < 1) {
|