Lines Matching refs:value
33 s8 temp_input; /* Temp value in dC */
47 s32 value;
49 value = i2c_smbus_read_byte_data(client, TC74_REG_CONFIG);
50 if (value < 0) {
52 (int)value);
54 ret = value;
58 if (!(value & BIT(6))) {
65 value = i2c_smbus_read_byte_data(client, TC74_REG_TEMP);
66 if (value < 0) {
68 (int)value);
70 ret = value;
74 data->temp_input = value;
132 dev_err(dev, "invalid config register value\n");