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()
359 reg = i2c_smbus_read_byte_data(client, in adm1021_detect()
382 llo = i2c_smbus_read_byte_data(client, ADM1021_REG_THYST_R(0)); in adm1021_detect()
383 rlo = i2c_smbus_read_byte_data(client, ADM1021_REG_THYST_R(1)); in adm1021_detect()
389 lte = i2c_smbus_read_byte_data(client, ADM1021_REG_TEMP(0)); in adm1021_detect()
390 rte = i2c_smbus_read_byte_data(client, ADM1021_REG_TEMP(1)); in adm1021_detect()
391 lhi = i2c_smbus_read_byte_data(client, ADM1021_REG_TOS_R(0)); in adm1021_detect()
392 rhi = i2c_smbus_read_byte_data(client, ADM1021_REG_TOS_R(1)); in adm1021_detect()
438 i2c_smbus_read_byte_data(client, ADM1021_REG_CONFIG_R) & 0xBF); in adm1021_init_client()