Lines Matching refs:common_address
1958 static const char *lm90_detect_analog(struct i2c_client *client, bool common_address, in lm90_detect_analog() argument
2010 if (man_id2 == 0x00 && chip_id2 == 0x00 && common_address && in lm90_detect_analog()
2035 if (man_id2 == 0x00 && chip_id2 == 0x00 && common_address && in lm90_detect_analog()
2046 if (man_id2 == 0x00 && chip_id2 == 0x00 && common_address && in lm90_detect_analog()
2082 common_address && !(config1 & 0x1b) && convrate <= 0x0a) in lm90_detect_analog()
2101 common_address && in lm90_detect_analog()
2115 static const char *lm90_detect_maxim(struct i2c_client *client, bool common_address, in lm90_detect_maxim() argument
2124 if (!common_address) in lm90_detect_maxim()
2192 if (common_address && !(config1 & 0x07) && convrate <= 0x07) in lm90_detect_maxim()
2205 if (common_address && !(config1 & 0x07) && convrate <= 0x07) in lm90_detect_maxim()
2339 static const char *lm90_detect_nxp(struct i2c_client *client, bool common_address, in lm90_detect_nxp() argument
2356 if (common_address && !(config1 & 0x3f) && convrate <= 0x07) in lm90_detect_nxp()
2407 static const char *lm90_detect_ti49(struct i2c_client *client, bool common_address, in lm90_detect_ti49() argument
2410 if (common_address && chip_id == 0x00 && !(config1 & 0x3f) && !(convrate & 0xf8)) { in lm90_detect_ti49()
2454 bool common_address = in lm90_detect() local
2496 if (common_address && !convrate && !(config1 & 0x7f)) in lm90_detect()
2506 if (common_address && !(config1 & 0x3f) && !(convrate & 0xf8)) in lm90_detect()
2510 name = lm90_detect_analog(client, common_address, chip_id, config1, in lm90_detect()
2517 name = lm90_detect_ti49(client, common_address, chip_id, config1, convrate); in lm90_detect()
2520 name = lm90_detect_maxim(client, common_address, chip_id, in lm90_detect()
2524 if (common_address && !(config1 & 0x3f) && !(convrate & 0xf8)) in lm90_detect()
2534 name = lm90_detect_nxp(client, common_address, chip_id, config1, convrate); in lm90_detect()
2537 if (common_address && chip_id == 0xff && convrate < 8) in lm90_detect()