Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/hwmon/
Dlm90.c1928 int chip_id2 = i2c_smbus_read_byte_data(client, ADT7481_REG_CHIP_ID); in lm90_detect_analog() local
1932 if (status < 0 || config2 < 0 || man_id2 < 0 || chip_id2 < 0) in lm90_detect_analog()
1974 if (man_id2 == 0x00 && chip_id2 == 0x00 && common_address && in lm90_detect_analog()
1979 if (man_id2 == 0x41 && chip_id2 == 0x21 && in lm90_detect_analog()
1999 if (man_id2 == 0x00 && chip_id2 == 0x00 && common_address && in lm90_detect_analog()
2004 if (man_id2 == 0x00 && chip_id2 == 0x00 && in lm90_detect_analog()
2010 if (man_id2 == 0x00 && chip_id2 == 0x00 && common_address && in lm90_detect_analog()
2015 if (man_id2 == 0x00 && chip_id2 == 0x00 && in lm90_detect_analog()
2021 if (man_id2 == 0x00 && chip_id2 == 0x00 && in lm90_detect_analog()
2027 if (man_id2 == 0x41 && chip_id2 == 0x61 && in lm90_detect_analog()
[all …]