Lines Matching refs:i2c_smbus_read_byte_data

379 	status = i2c_smbus_read_byte_data(client, LM75_REG_CONF);  in lm75_probe()
563 conf = i2c_smbus_read_byte_data(new_client, 1); in lm75_detect()
568 if (i2c_smbus_read_byte_data(new_client, 7) == LM75A_ID) { in lm75_detect()
571 if (i2c_smbus_read_byte_data(new_client, 4) != 0xff in lm75_detect()
572 || i2c_smbus_read_byte_data(new_client, 5) != 0xff in lm75_detect()
573 || i2c_smbus_read_byte_data(new_client, 6) != 0xff) in lm75_detect()
576 hyst = i2c_smbus_read_byte_data(new_client, 2); in lm75_detect()
577 os = i2c_smbus_read_byte_data(new_client, 3); in lm75_detect()
580 hyst = i2c_smbus_read_byte_data(new_client, 2); in lm75_detect()
581 if (i2c_smbus_read_byte_data(new_client, 4) != hyst in lm75_detect()
582 || i2c_smbus_read_byte_data(new_client, 5) != hyst in lm75_detect()
583 || i2c_smbus_read_byte_data(new_client, 6) != hyst in lm75_detect()
584 || i2c_smbus_read_byte_data(new_client, 7) != hyst) in lm75_detect()
586 os = i2c_smbus_read_byte_data(new_client, 3); in lm75_detect()
587 if (i2c_smbus_read_byte_data(new_client, 4) != os in lm75_detect()
588 || i2c_smbus_read_byte_data(new_client, 5) != os in lm75_detect()
589 || i2c_smbus_read_byte_data(new_client, 6) != os in lm75_detect()
590 || i2c_smbus_read_byte_data(new_client, 7) != os) in lm75_detect()
602 if (i2c_smbus_read_byte_data(new_client, i + 1) != conf in lm75_detect()
603 || i2c_smbus_read_byte_data(new_client, i + 2) != hyst in lm75_detect()
604 || i2c_smbus_read_byte_data(new_client, i + 3) != os) in lm75_detect()
606 if (is_lm75a && i2c_smbus_read_byte_data(new_client, i + 7) in lm75_detect()
621 status = i2c_smbus_read_byte_data(client, LM75_REG_CONF); in lm75_suspend()
635 status = i2c_smbus_read_byte_data(client, LM75_REG_CONF); in lm75_resume()