Lines Matching refs:temp8
481 s8 temp8[TEMP8_REG_NUM]; member
617 data->temp8[LOCAL_CRIT] = val; in lm90_update_limits()
622 data->temp8[REMOTE_CRIT] = val; in lm90_update_limits()
665 data->temp8[LOCAL_EMERG] = val; in lm90_update_limits()
670 data->temp8[REMOTE_EMERG] = val; in lm90_update_limits()
681 data->temp8[REMOTE2_CRIT] = val; in lm90_update_limits()
686 data->temp8[REMOTE2_EMERG] = val; in lm90_update_limits()
727 data->temp8[LOCAL_LOW] = val; in lm90_update_device()
732 data->temp8[LOCAL_HIGH] = val; in lm90_update_device()
1025 s8 temp8 = data->temp8[index]; in lm90_get_temp8() local
1029 temp = temp_from_u8_adt7461(data, temp8); in lm90_get_temp8()
1031 temp = temp_from_u8(temp8); in lm90_get_temp8()
1033 temp = temp_from_s8(temp8); in lm90_get_temp8()
1062 data->temp8[index] = temp_to_u8_adt7461(data, val); in lm90_set_temp8()
1064 data->temp8[index] = temp_to_u8(val); in lm90_set_temp8()
1066 data->temp8[index] = temp_to_s8(val); in lm90_set_temp8()
1069 err = i2c_smbus_write_byte_data(client, reg[index], data->temp8[index]); in lm90_set_temp8()
1080 temp = temp_from_u8_adt7461(data, data->temp8[index]); in lm90_get_temphyst()
1082 temp = temp_from_u8(data->temp8[index]); in lm90_get_temphyst()
1084 temp = temp_from_s8(data->temp8[index]); in lm90_get_temphyst()
1100 temp = temp_from_u8_adt7461(data, data->temp8[LOCAL_CRIT]); in lm90_set_temphyst()
1102 temp = temp_from_u8(data->temp8[LOCAL_CRIT]); in lm90_set_temphyst()
1104 temp = temp_from_s8(data->temp8[LOCAL_CRIT]); in lm90_set_temphyst()