Lines Matching defs:common_address

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