Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/hwmon/
Dlm90.c1199 int man_id, chip_id, config1, config2, convrate; in lm90_detect() local
1208 convrate = i2c_smbus_read_byte_data(client, LM90_REG_R_CONVRATE); in lm90_detect()
1209 if (man_id < 0 || chip_id < 0 || config1 < 0 || convrate < 0) in lm90_detect()
1223 && convrate <= 0x09) { in lm90_detect()
1248 && convrate <= 0x0A) { in lm90_detect()
1260 && convrate <= 0x0A) { in lm90_detect()
1265 && convrate <= 0x0A) { in lm90_detect()
1305 && convrate <= 0x09) { in lm90_detect()
1326 && convrate <= 0x07) { in lm90_detect()
1337 && convrate <= 0x07) { in lm90_detect()
[all …]
Dlm73.c105 unsigned long convrate; in set_convrate() local
109 err = kstrtoul(buf, 10, &convrate); in set_convrate()
120 convrate > lm73_convrates[res]) in set_convrate()
Dds1621.c293 unsigned long convrate; in set_convrate() local
297 err = kstrtoul(buf, 10, &convrate); in set_convrate()
303 convrate > ds1721_convrates[resol]) in set_convrate()
Dlm63.c1032 u8 convrate; in lm63_init_client() local
1068 convrate = i2c_smbus_read_byte_data(client, LM63_REG_CONVRATE); in lm63_init_client()
1069 if (unlikely(convrate > LM63_MAX_CONVRATE)) in lm63_init_client()
1070 convrate = LM63_MAX_CONVRATE; in lm63_init_client()
1072 convrate); in lm63_init_client()