Home
last modified time | relevance | path

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

/linux-6.15/drivers/hwmon/
H A Dlm75.c992 bool is_lm75a = 0; in lm75_detect() local
1038 is_lm75a = 1; in lm75_detect()
1069 if (is_lm75a && i2c_smbus_read_byte_data(new_client, i + 7) in lm75_detect()
1074 strscpy(info->type, is_lm75a ? "lm75a" : "lm75", I2C_NAME_SIZE); in lm75_detect()