Lines Matching refs:i2c_smbus_read_byte_data
161 reg = i2c_smbus_read_byte_data(client, ADM9240_REG_VID_FAN_DIV); in adm9240_write_fan_div()
184 data->in[i] = i2c_smbus_read_byte_data(client, in adm9240_update_device()
187 data->alarms = i2c_smbus_read_byte_data(client, in adm9240_update_device()
189 i2c_smbus_read_byte_data(client, in adm9240_update_device()
197 data->temp = ((i2c_smbus_read_byte_data(client, in adm9240_update_device()
199 i2c_smbus_read_byte_data(client, in adm9240_update_device()
203 data->fan[i] = i2c_smbus_read_byte_data(client, in adm9240_update_device()
227 data->in_min[i] = i2c_smbus_read_byte_data(client, in adm9240_update_device()
229 data->in_max[i] = i2c_smbus_read_byte_data(client, in adm9240_update_device()
233 data->fan_min[i] = i2c_smbus_read_byte_data(client, in adm9240_update_device()
236 data->temp_max[0] = i2c_smbus_read_byte_data(client, in adm9240_update_device()
238 data->temp_max[1] = i2c_smbus_read_byte_data(client, in adm9240_update_device()
242 i = i2c_smbus_read_byte_data(client, ADM9240_REG_VID_FAN_DIV); in adm9240_update_device()
246 data->vid |= (i2c_smbus_read_byte_data(client, in adm9240_update_device()
249 data->aout = i2c_smbus_read_byte_data(client, in adm9240_update_device()
648 if (i2c_smbus_read_byte_data(new_client, ADM9240_REG_I2C_ADDR) in adm9240_detect()
656 man_id = i2c_smbus_read_byte_data(new_client, ADM9240_REG_MAN_ID); in adm9240_detect()
670 die_rev = i2c_smbus_read_byte_data(new_client, ADM9240_REG_DIE_REV); in adm9240_detect()
683 u8 conf = i2c_smbus_read_byte_data(client, ADM9240_REG_CONFIG); in adm9240_init_client()
684 u8 mode = i2c_smbus_read_byte_data(client, ADM9240_REG_TEMP_CONF) & 3; in adm9240_init_client()