Searched refs:is_lm75a (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/hwmon/
H A Dlm75.c359 bool is_lm75a = 0; lm75_detect() local
403 is_lm75a = 1; lm75_detect()
434 if (is_lm75a && i2c_smbus_read_byte_data(new_client, i + 7) lm75_detect()
439 strlcpy(info->type, is_lm75a ? "lm75a" : "lm75", I2C_NAME_SIZE); lm75_detect()

Completed in 78 milliseconds