Home
last modified time | relevance | path

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

/linux-6.15/drivers/hwmon/
H A Dlm90.c162 #define LM90_REG_REMOTE_TEMPL 0x10 macro
1821 reg2 = i2c_smbus_read_byte_data(client, LM90_REG_REMOTE_TEMPL); in lm90_detect_lm84()
1859 if (i2c_smbus_read_byte_data(client, LM90_REG_REMOTE_TEMPL) != 0xff || in lm90_detect_max1617()
1898 if (i2c_smbus_read_word_data(client, LM90_REG_REMOTE_TEMPL) != in lm90_detect_max1617()
2451 if (i2c_smbus_read_byte_data(client, LM90_REG_REMOTE_TEMPL) == 0xff && in lm90_detect_ti49()
2894 data->reg_remote_ext = LM90_REG_REMOTE_TEMPL; in lm90_probe()