Lines Matching refs:temp
494 int temp;
506 temp = TEMP8U_TO_REG(val - data->temp2_offset);
508 temp = TEMP8_TO_REG(val - data->temp2_offset);
512 temp = TEMP8_TO_REG(val);
516 temp = lut_temp_to_reg(data, val);
518 data->temp8[nr] = temp;
519 i2c_smbus_write_byte_data(client, reg, temp);
530 int temp;
538 temp = TEMP11_FROM_REG(data->temp11u);
540 temp = TEMP11_FROM_REG(data->temp11[nr]);
543 temp = TEMP11_FROM_REG((u16)data->temp11[nr]);
545 temp = TEMP11_FROM_REG(data->temp11[nr]);
547 return sprintf(buf, "%d\n", temp + data->temp2_offset);