Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/hwmon/
Dlm75.c800 bool is_lm75a = 0; in lm75_detect() local
846 is_lm75a = 1; in lm75_detect()
877 if (is_lm75a && i2c_smbus_read_byte_data(new_client, i + 7) in lm75_detect()
882 strlcpy(info->type, is_lm75a ? "lm75a" : "lm75", I2C_NAME_SIZE); in lm75_detect()