Lines Matching refs:i2c_smbus_read_byte_data

114 		u8 sfr = i2c_smbus_read_byte_data(client, SMSC47M192_REG_SFR);  in smsc47m192_update_device()
119 data->in[i] = i2c_smbus_read_byte_data(client, in smsc47m192_update_device()
121 data->in_min[i] = i2c_smbus_read_byte_data(client, in smsc47m192_update_device()
123 data->in_max[i] = i2c_smbus_read_byte_data(client, in smsc47m192_update_device()
127 data->temp[i] = i2c_smbus_read_byte_data(client, in smsc47m192_update_device()
129 data->temp_max[i] = i2c_smbus_read_byte_data(client, in smsc47m192_update_device()
131 data->temp_min[i] = i2c_smbus_read_byte_data(client, in smsc47m192_update_device()
135 data->temp_offset[i] = i2c_smbus_read_byte_data(client, in smsc47m192_update_device()
147 data->vid = i2c_smbus_read_byte_data(client, SMSC47M192_REG_VID) in smsc47m192_update_device()
149 config = i2c_smbus_read_byte_data(client, in smsc47m192_update_device()
152 data->vid |= (i2c_smbus_read_byte_data(client, in smsc47m192_update_device()
154 data->alarms = i2c_smbus_read_byte_data(client, in smsc47m192_update_device()
156 (i2c_smbus_read_byte_data(client, in smsc47m192_update_device()
356 u8 sfr = i2c_smbus_read_byte_data(client, SMSC47M192_REG_SFR); in temp_offset_store()
529 u8 config = i2c_smbus_read_byte_data(client, SMSC47M192_REG_CONFIG); in smsc47m192_init_client()
530 u8 sfr = i2c_smbus_read_byte_data(client, SMSC47M192_REG_SFR); in smsc47m192_init_client()
567 version = i2c_smbus_read_byte_data(client, SMSC47M192_REG_VERSION); in smsc47m192_detect()
568 if (i2c_smbus_read_byte_data(client, in smsc47m192_detect()
571 && (i2c_smbus_read_byte_data(client, in smsc47m192_detect()
573 && (i2c_smbus_read_byte_data(client, in smsc47m192_detect()
611 config = i2c_smbus_read_byte_data(client, SMSC47M192_REG_CONFIG); in smsc47m192_probe()