Lines Matching refs:i2c_smbus_read_byte_data
89 int prog = i2c_smbus_read_byte_data(client, THMC50_REG_CONF); in thmc50_update_device()
94 data->temp_input[i] = i2c_smbus_read_byte_data(client, in thmc50_update_device()
96 data->temp_max[i] = i2c_smbus_read_byte_data(client, in thmc50_update_device()
98 data->temp_min[i] = i2c_smbus_read_byte_data(client, in thmc50_update_device()
101 i2c_smbus_read_byte_data(client, in thmc50_update_device()
106 i2c_smbus_read_byte_data(client, THMC50_REG_ANALOG_OUT); in thmc50_update_device()
108 i2c_smbus_read_byte_data(client, THMC50_REG_INTR); in thmc50_update_device()
144 config = i2c_smbus_read_byte_data(client, THMC50_REG_CONF); in analog_out_store()
324 company = i2c_smbus_read_byte_data(client, THMC50_REG_COMPANY_ID); in thmc50_detect()
325 revision = i2c_smbus_read_byte_data(client, THMC50_REG_DIE_CODE); in thmc50_detect()
326 config = i2c_smbus_read_byte_data(client, THMC50_REG_CONF); in thmc50_detect()
365 data->analog_out = i2c_smbus_read_byte_data(client, in thmc50_init_client()
373 config = i2c_smbus_read_byte_data(client, THMC50_REG_CONF); in thmc50_init_client()