Lines Matching refs:i2c_smbus_read_byte_data

164 	reg = i2c_smbus_read_byte_data(client, ADM9240_REG_VID_FAN_DIV);  in adm9240_write_fan_div()
187 data->in[i] = i2c_smbus_read_byte_data(client, in adm9240_update_device()
190 data->alarms = i2c_smbus_read_byte_data(client, in adm9240_update_device()
192 i2c_smbus_read_byte_data(client, in adm9240_update_device()
200 data->temp = (i2c_smbus_read_byte_data(client, in adm9240_update_device()
202 i2c_smbus_read_byte_data(client, in adm9240_update_device()
206 data->fan[i] = i2c_smbus_read_byte_data(client, in adm9240_update_device()
230 data->in_min[i] = i2c_smbus_read_byte_data(client, in adm9240_update_device()
232 data->in_max[i] = i2c_smbus_read_byte_data(client, in adm9240_update_device()
236 data->fan_min[i] = i2c_smbus_read_byte_data(client, in adm9240_update_device()
239 data->temp_max[0] = i2c_smbus_read_byte_data(client, in adm9240_update_device()
241 data->temp_max[1] = i2c_smbus_read_byte_data(client, in adm9240_update_device()
245 i = i2c_smbus_read_byte_data(client, ADM9240_REG_VID_FAN_DIV); in adm9240_update_device()
249 data->vid |= (i2c_smbus_read_byte_data(client, in adm9240_update_device()
252 data->aout = i2c_smbus_read_byte_data(client, in adm9240_update_device()
651 if (i2c_smbus_read_byte_data(new_client, ADM9240_REG_I2C_ADDR) in adm9240_detect()
659 man_id = i2c_smbus_read_byte_data(new_client, ADM9240_REG_MAN_ID); in adm9240_detect()
673 die_rev = i2c_smbus_read_byte_data(new_client, ADM9240_REG_DIE_REV); in adm9240_detect()
686 u8 conf = i2c_smbus_read_byte_data(client, ADM9240_REG_CONFIG); in adm9240_init_client()
687 u8 mode = i2c_smbus_read_byte_data(client, ADM9240_REG_TEMP_CONF) & 3; in adm9240_init_client()