Lines Matching refs:i2c_smbus_read_byte_data
102 int prog = i2c_smbus_read_byte_data(client, THMC50_REG_CONF); in thmc50_update_device()
107 data->temp_input[i] = i2c_smbus_read_byte_data(client, in thmc50_update_device()
109 data->temp_max[i] = i2c_smbus_read_byte_data(client, in thmc50_update_device()
111 data->temp_min[i] = i2c_smbus_read_byte_data(client, in thmc50_update_device()
114 i2c_smbus_read_byte_data(client, in thmc50_update_device()
119 i2c_smbus_read_byte_data(client, THMC50_REG_ANALOG_OUT); in thmc50_update_device()
121 i2c_smbus_read_byte_data(client, THMC50_REG_INTR); in thmc50_update_device()
157 config = i2c_smbus_read_byte_data(client, THMC50_REG_CONF); in set_analog_out()
338 company = i2c_smbus_read_byte_data(client, THMC50_REG_COMPANY_ID); in thmc50_detect()
339 revision = i2c_smbus_read_byte_data(client, THMC50_REG_DIE_CODE); in thmc50_detect()
340 config = i2c_smbus_read_byte_data(client, THMC50_REG_CONF); in thmc50_detect()
379 data->analog_out = i2c_smbus_read_byte_data(client, in thmc50_init_client()
387 config = i2c_smbus_read_byte_data(client, THMC50_REG_CONF); in thmc50_init_client()