Lines Matching refs:i2c_smbus_read_word_data
276 cur = i2c_smbus_read_word_data(client, 0); in lm77_detect()
278 hyst = i2c_smbus_read_word_data(client, 2); in lm77_detect()
279 crit = i2c_smbus_read_word_data(client, 3); in lm77_detect()
280 min = i2c_smbus_read_word_data(client, 4); in lm77_detect()
281 max = i2c_smbus_read_word_data(client, 5); in lm77_detect()
284 || i2c_smbus_read_word_data(client, i + 2) != hyst in lm77_detect()
285 || i2c_smbus_read_word_data(client, i + 3) != crit in lm77_detect()
286 || i2c_smbus_read_word_data(client, i + 4) != min in lm77_detect()
287 || i2c_smbus_read_word_data(client, i + 5) != max) in lm77_detect()
304 cur = i2c_smbus_read_word_data(client, 0); in lm77_detect()
305 if (i2c_smbus_read_word_data(client, 6) != cur in lm77_detect()
306 || i2c_smbus_read_word_data(client, 7) != cur) in lm77_detect()
308 hyst = i2c_smbus_read_word_data(client, 2); in lm77_detect()
309 if (i2c_smbus_read_word_data(client, 6) != hyst in lm77_detect()
310 || i2c_smbus_read_word_data(client, 7) != hyst) in lm77_detect()
312 min = i2c_smbus_read_word_data(client, 4); in lm77_detect()
313 if (i2c_smbus_read_word_data(client, 6) != min in lm77_detect()
314 || i2c_smbus_read_word_data(client, 7) != min) in lm77_detect()