Lines Matching refs:common_address
1957 static const char *lm90_detect_analog(struct i2c_client *client, bool common_address, in lm90_detect_analog() argument
2009 if (man_id2 == 0x00 && chip_id2 == 0x00 && common_address && in lm90_detect_analog()
2034 if (man_id2 == 0x00 && chip_id2 == 0x00 && common_address && in lm90_detect_analog()
2045 if (man_id2 == 0x00 && chip_id2 == 0x00 && common_address && in lm90_detect_analog()
2081 common_address && !(config1 & 0x1b) && convrate <= 0x0a) in lm90_detect_analog()
2100 common_address && in lm90_detect_analog()
2114 static const char *lm90_detect_maxim(struct i2c_client *client, bool common_address, in lm90_detect_maxim() argument
2123 if (!common_address) in lm90_detect_maxim()
2191 if (common_address && !(config1 & 0x07) && convrate <= 0x07) in lm90_detect_maxim()
2204 if (common_address && !(config1 & 0x07) && convrate <= 0x07) in lm90_detect_maxim()
2338 static const char *lm90_detect_nxp(struct i2c_client *client, bool common_address, in lm90_detect_nxp() argument
2355 if (common_address && !(config1 & 0x3f) && convrate <= 0x07) in lm90_detect_nxp()
2406 static const char *lm90_detect_ti49(struct i2c_client *client, bool common_address, in lm90_detect_ti49() argument
2409 if (common_address && chip_id == 0x00 && !(config1 & 0x3f) && !(convrate & 0xf8)) { in lm90_detect_ti49()
2453 bool common_address = in lm90_detect() local
2495 if (common_address && !convrate && !(config1 & 0x7f)) in lm90_detect()
2505 if (common_address && !(config1 & 0x3f) && !(convrate & 0xf8)) in lm90_detect()
2509 name = lm90_detect_analog(client, common_address, chip_id, config1, in lm90_detect()
2516 name = lm90_detect_ti49(client, common_address, chip_id, config1, convrate); in lm90_detect()
2519 name = lm90_detect_maxim(client, common_address, chip_id, in lm90_detect()
2523 if (common_address && !(config1 & 0x3f) && !(convrate & 0xf8)) in lm90_detect()
2533 name = lm90_detect_nxp(client, common_address, chip_id, config1, convrate); in lm90_detect()
2536 if (common_address && chip_id == 0xff && convrate < 8) in lm90_detect()