Lines Matching refs:i2c_smbus_read_byte_data
106 (s8) i2c_smbus_read_byte_data( in adm1021_update_device()
109 (s8) i2c_smbus_read_byte_data( in adm1021_update_device()
113 (s8) i2c_smbus_read_byte_data(client, in adm1021_update_device()
117 data->alarms = i2c_smbus_read_byte_data(client, in adm1021_update_device()
124 data->temp[1] += 125 * (i2c_smbus_read_byte_data( in adm1021_update_device()
126 data->temp_max[1] += 125 * (i2c_smbus_read_byte_data( in adm1021_update_device()
128 data->temp_min[1] += 125 * (i2c_smbus_read_byte_data( in adm1021_update_device()
131 i2c_smbus_read_byte_data(client, in adm1021_update_device()
134 i2c_smbus_read_byte_data(client, in adm1021_update_device()
265 int config = i2c_smbus_read_byte_data( in low_power_store()
334 status = i2c_smbus_read_byte_data(client, ADM1021_REG_STATUS); in adm1021_detect()
335 conv_rate = i2c_smbus_read_byte_data(client, in adm1021_detect()
337 config = i2c_smbus_read_byte_data(client, ADM1021_REG_CONFIG_R); in adm1021_detect()
346 man_id = i2c_smbus_read_byte_data(client, ADM1021_REG_MAN_ID); in adm1021_detect()
347 dev_id = i2c_smbus_read_byte_data(client, ADM1021_REG_DEV_ID); in adm1021_detect()
372 llo = i2c_smbus_read_byte_data(client, ADM1021_REG_THYST_R(0)); in adm1021_detect()
373 rlo = i2c_smbus_read_byte_data(client, ADM1021_REG_THYST_R(1)); in adm1021_detect()
379 lte = i2c_smbus_read_byte_data(client, ADM1021_REG_TEMP(0)); in adm1021_detect()
380 rte = i2c_smbus_read_byte_data(client, ADM1021_REG_TEMP(1)); in adm1021_detect()
381 lhi = i2c_smbus_read_byte_data(client, ADM1021_REG_TOS_R(0)); in adm1021_detect()
382 rhi = i2c_smbus_read_byte_data(client, ADM1021_REG_TOS_R(1)); in adm1021_detect()
423 i2c_smbus_read_byte_data(client, ADM1021_REG_CONFIG_R) & 0xBF); in adm1021_init_client()