Lines Matching refs:i2c_smbus_read_byte_data

119 				(s8) i2c_smbus_read_byte_data(  in adm1021_update_device()
122 (s8) i2c_smbus_read_byte_data( in adm1021_update_device()
126 (s8) i2c_smbus_read_byte_data(client, in adm1021_update_device()
130 data->alarms = i2c_smbus_read_byte_data(client, in adm1021_update_device()
137 data->temp[1] += 125 * (i2c_smbus_read_byte_data( in adm1021_update_device()
139 data->temp_max[1] += 125 * (i2c_smbus_read_byte_data( in adm1021_update_device()
141 data->temp_min[1] += 125 * (i2c_smbus_read_byte_data( in adm1021_update_device()
144 i2c_smbus_read_byte_data(client, in adm1021_update_device()
147 i2c_smbus_read_byte_data(client, in adm1021_update_device()
278 int config = i2c_smbus_read_byte_data( in set_low_power()
351 status = i2c_smbus_read_byte_data(client, ADM1021_REG_STATUS); in adm1021_detect()
352 conv_rate = i2c_smbus_read_byte_data(client, in adm1021_detect()
354 config = i2c_smbus_read_byte_data(client, ADM1021_REG_CONFIG_R); in adm1021_detect()
363 man_id = i2c_smbus_read_byte_data(client, ADM1021_REG_MAN_ID); in adm1021_detect()
364 dev_id = i2c_smbus_read_byte_data(client, ADM1021_REG_DEV_ID); in adm1021_detect()
389 llo = i2c_smbus_read_byte_data(client, ADM1021_REG_THYST_R(0)); in adm1021_detect()
390 rlo = i2c_smbus_read_byte_data(client, ADM1021_REG_THYST_R(1)); in adm1021_detect()
396 lte = i2c_smbus_read_byte_data(client, ADM1021_REG_TEMP(0)); in adm1021_detect()
397 rte = i2c_smbus_read_byte_data(client, ADM1021_REG_TEMP(1)); in adm1021_detect()
398 lhi = i2c_smbus_read_byte_data(client, ADM1021_REG_TOS_R(0)); in adm1021_detect()
399 rhi = i2c_smbus_read_byte_data(client, ADM1021_REG_TOS_R(1)); in adm1021_detect()
440 i2c_smbus_read_byte_data(client, ADM1021_REG_CONFIG_R) & 0xBF); in adm1021_init_client()