Lines Matching refs:temp8
471 s8 temp8[TEMP8_REG_NUM]; member
638 data->temp8[LOCAL_CRIT] = val; in lm90_update_limits()
643 data->temp8[REMOTE_CRIT] = val; in lm90_update_limits()
686 data->temp8[LOCAL_EMERG] = val; in lm90_update_limits()
691 data->temp8[REMOTE_EMERG] = val; in lm90_update_limits()
702 data->temp8[REMOTE2_CRIT] = val; in lm90_update_limits()
707 data->temp8[REMOTE2_EMERG] = val; in lm90_update_limits()
748 data->temp8[LOCAL_LOW] = val; in lm90_update_device()
753 data->temp8[LOCAL_HIGH] = val; in lm90_update_device()
1040 s8 temp8 = data->temp8[index]; in lm90_get_temp8() local
1044 temp = temp_from_u8_adt7461(data, temp8); in lm90_get_temp8()
1046 temp = temp_from_u8(temp8); in lm90_get_temp8()
1048 temp = temp_from_s8(temp8); in lm90_get_temp8()
1077 data->temp8[index] = temp_to_u8_adt7461(data, val); in lm90_set_temp8()
1079 data->temp8[index] = temp_to_u8(val); in lm90_set_temp8()
1081 data->temp8[index] = temp_to_s8(val); in lm90_set_temp8()
1084 err = i2c_smbus_write_byte_data(client, reg[index], data->temp8[index]); in lm90_set_temp8()
1095 temp = temp_from_u8_adt7461(data, data->temp8[index]); in lm90_get_temphyst()
1097 temp = temp_from_u8(data->temp8[index]); in lm90_get_temphyst()
1099 temp = temp_from_s8(data->temp8[index]); in lm90_get_temphyst()
1115 temp = temp_from_u8_adt7461(data, data->temp8[LOCAL_CRIT]); in lm90_set_temphyst()
1117 temp = temp_from_u8(data->temp8[LOCAL_CRIT]); in lm90_set_temphyst()
1119 temp = temp_from_s8(data->temp8[LOCAL_CRIT]); in lm90_set_temphyst()