Lines Matching refs:temp8
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 = data->temp8[index]; in lm90_get_temp8() local
1092 temp = temp_from_u8_adt7461(data, temp8); in lm90_get_temp8()
1094 temp = temp_from_u8(temp8); in lm90_get_temp8()
1096 temp = temp_from_s8(temp8); in lm90_get_temp8()
1125 data->temp8[index] = temp_to_u8_adt7461(data, val); in lm90_set_temp8()
1127 data->temp8[index] = temp_to_u8(val); in lm90_set_temp8()
1129 data->temp8[index] = temp_to_s8(val); in lm90_set_temp8()
1132 err = i2c_smbus_write_byte_data(client, reg[index], data->temp8[index]); in lm90_set_temp8()
1143 temp = temp_from_u8_adt7461(data, data->temp8[index]); in lm90_get_temphyst()
1145 temp = temp_from_u8(data->temp8[index]); in lm90_get_temphyst()
1147 temp = temp_from_s8(data->temp8[index]); in lm90_get_temphyst()
1163 temp = temp_from_u8_adt7461(data, data->temp8[LOCAL_CRIT]); in lm90_set_temphyst()
1165 temp = temp_from_u8(data->temp8[LOCAL_CRIT]); in lm90_set_temphyst()
1167 temp = temp_from_s8(data->temp8[LOCAL_CRIT]); in lm90_set_temphyst()