Home
last modified time | relevance | path

Searched refs:LM92_REG_MAN_ID (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/hwmon/
Dlm92.c63 #define LM92_REG_MAN_ID 0x07 /* 16-bit, RO, LM92 only */ macro
280 if (i2c_smbus_read_word_data(client, LM92_REG_MAN_ID) != temp_low) in max6635_check()
283 if (i2c_smbus_read_word_data(client, LM92_REG_MAN_ID) != temp_high) in max6635_check()
347 man_id = i2c_smbus_read_word_data(new_client, LM92_REG_MAN_ID); in lm92_detect()