Lines Matching refs:temp8
490 s8 temp8[TEMP8_REG_NUM]; member
657 data->temp8[LOCAL_CRIT] = val; in lm90_update_limits()
662 data->temp8[REMOTE_CRIT] = val; in lm90_update_limits()
705 data->temp8[LOCAL_EMERG] = val; in lm90_update_limits()
710 data->temp8[REMOTE_EMERG] = val; in lm90_update_limits()
721 data->temp8[REMOTE2_CRIT] = val; in lm90_update_limits()
726 data->temp8[REMOTE2_EMERG] = val; in lm90_update_limits()
767 data->temp8[LOCAL_LOW] = val; in lm90_update_device()
772 data->temp8[LOCAL_HIGH] = val; in lm90_update_device()
1062 s8 temp8 = data->temp8[index]; in lm90_get_temp8() local
1066 temp = temp_from_u8_adt7461(data, temp8); in lm90_get_temp8()
1068 temp = temp_from_u8(temp8); in lm90_get_temp8()
1070 temp = temp_from_s8(temp8); in lm90_get_temp8()
1102 data->temp8[index] = temp_to_u8_adt7461(data, val); in lm90_set_temp8()
1104 data->temp8[index] = temp_to_u8(val); in lm90_set_temp8()
1106 data->temp8[index] = temp_to_s8(val); in lm90_set_temp8()
1109 err = i2c_smbus_write_byte_data(client, reg[index], data->temp8[index]); in lm90_set_temp8()
1120 temp = temp_from_u8_adt7461(data, data->temp8[index]); in lm90_get_temphyst()
1122 temp = temp_from_u8(data->temp8[index]); in lm90_get_temphyst()
1124 temp = temp_from_s8(data->temp8[index]); in lm90_get_temphyst()
1140 temp = temp_from_u8_adt7461(data, data->temp8[LOCAL_CRIT]); in lm90_set_temphyst()
1142 temp = temp_from_u8(data->temp8[LOCAL_CRIT]); in lm90_set_temphyst()
1144 temp = temp_from_s8(data->temp8[LOCAL_CRIT]); in lm90_set_temphyst()