Lines Matching refs:i2c_smbus_read_byte_data
105 rv = i2c_smbus_read_byte_data(client, in adc128_update_device()
111 rv = i2c_smbus_read_byte_data(client, in adc128_update_device()
125 rv = i2c_smbus_read_byte_data(client, in adc128_update_device()
131 rv = i2c_smbus_read_byte_data(client, in adc128_update_device()
138 rv = i2c_smbus_read_byte_data(client, ADC128_REG_ALARM); in adc128_update_device()
402 man_id = i2c_smbus_read_byte_data(client, ADC128_REG_MAN_ID); in adc128_detect()
403 dev_id = i2c_smbus_read_byte_data(client, ADC128_REG_DEV_ID); in adc128_detect()
408 if (i2c_smbus_read_byte_data(client, ADC128_REG_CONFIG) & 0xf4) in adc128_detect()
410 if (i2c_smbus_read_byte_data(client, ADC128_REG_CONV_RATE) & 0xfe) in adc128_detect()
412 if (i2c_smbus_read_byte_data(client, ADC128_REG_ONESHOT) & 0xfe) in adc128_detect()
414 if (i2c_smbus_read_byte_data(client, ADC128_REG_SHUTDOWN) & 0xfe) in adc128_detect()
416 if (i2c_smbus_read_byte_data(client, ADC128_REG_CONFIG_ADV) & 0xf8) in adc128_detect()
418 if (i2c_smbus_read_byte_data(client, ADC128_REG_BUSY_STATUS) & 0xfc) in adc128_detect()
503 err = i2c_smbus_read_byte_data(client, ADC128_REG_CONFIG_ADV); in adc128_probe()