Lines Matching refs:temp8
489 s8 temp8[TEMP8_REG_NUM]; member
656 data->temp8[LOCAL_CRIT] = val; in lm90_update_limits()
661 data->temp8[REMOTE_CRIT] = val; in lm90_update_limits()
704 data->temp8[LOCAL_EMERG] = val; in lm90_update_limits()
709 data->temp8[REMOTE_EMERG] = val; in lm90_update_limits()
720 data->temp8[REMOTE2_CRIT] = val; in lm90_update_limits()
725 data->temp8[REMOTE2_EMERG] = val; in lm90_update_limits()
766 data->temp8[LOCAL_LOW] = val; in lm90_update_device()
771 data->temp8[LOCAL_HIGH] = val; in lm90_update_device()
1058 s8 temp8 = data->temp8[index]; in lm90_get_temp8() local
1062 temp = temp_from_u8_adt7461(data, temp8); in lm90_get_temp8()
1064 temp = temp_from_u8(temp8); in lm90_get_temp8()
1066 temp = temp_from_s8(temp8); in lm90_get_temp8()
1095 data->temp8[index] = temp_to_u8_adt7461(data, val); in lm90_set_temp8()
1097 data->temp8[index] = temp_to_u8(val); in lm90_set_temp8()
1099 data->temp8[index] = temp_to_s8(val); in lm90_set_temp8()
1102 err = i2c_smbus_write_byte_data(client, reg[index], data->temp8[index]); in lm90_set_temp8()
1113 temp = temp_from_u8_adt7461(data, data->temp8[index]); in lm90_get_temphyst()
1115 temp = temp_from_u8(data->temp8[index]); in lm90_get_temphyst()
1117 temp = temp_from_s8(data->temp8[index]); in lm90_get_temphyst()
1133 temp = temp_from_u8_adt7461(data, data->temp8[LOCAL_CRIT]); in lm90_set_temphyst()
1135 temp = temp_from_u8(data->temp8[LOCAL_CRIT]); in lm90_set_temphyst()
1137 temp = temp_from_s8(data->temp8[LOCAL_CRIT]); in lm90_set_temphyst()