LM75_TEMP_FROM_REG
LM75_TEMP_FROM_REG(data->temp[attr->index]));
ret = sprintf(buf, "%d\n", LM75_TEMP_FROM_REG(reg));
LM75_TEMP_FROM_REG(data->temp[index][nr]));
*val = LM75_TEMP_FROM_REG(data->temp[channel]);
*val = LM75_TEMP_FROM_REG(data->temp_max[channel]);
*val = LM75_TEMP_FROM_REG(data->temp_max_hyst[channel]);
return sprintf(buf, "%ld\n", (nr) ? (long) LM75_TEMP_FROM_REG(tmp)
return sprintf(buf, "%ld\n", (nr) ? (long) LM75_TEMP_FROM_REG(tmp)
return sprintf(buf, "%ld\n", (nr) ? (long) LM75_TEMP_FROM_REG(tmp)
LM75_TEMP_FROM_REG(data->reg##_add[nr-2])); \