Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dlm90.c1906 int config1, int convrate) in lm90_detect_national() argument
1915 if ((config1 & 0x2a) || (config2 & 0xf8) || convrate > 0x09) in lm90_detect_national()
1941 int convrate) in lm90_detect_on() argument
1949 convrate <= 0x0a) in lm90_detect_on()
1959 int chip_id, int config1, int convrate) in lm90_detect_analog() argument
2011 !(status & 0x03) && !(config1 & 0x3f) && !(convrate & 0xf8)) in lm90_detect_analog()
2017 (config1 & 0x0b) == 0x08 && convrate <= 0x0a) in lm90_detect_analog()
2036 !(status & 0x03) && !(config1 & 0x3f) && !(convrate & 0xf8)) in lm90_detect_analog()
2042 !(status & 0x03) && !(config1 & 0x3f) && !(convrate & 0xf8)) in lm90_detect_analog()
2047 !(status & 0x03) && !(config1 & 0x3f) && !(convrate & 0xf8)) in lm90_detect_analog()
[all …]
H A Dlm95241.c203 int convrate; in lm95241_write_chip() local
213 convrate = 76; in lm95241_write_chip()
216 convrate = 182; in lm95241_write_chip()
219 convrate = 1000; in lm95241_write_chip()
222 convrate = 2700; in lm95241_write_chip()
225 data->interval = convrate; in lm95241_write_chip()
H A Dlm73.c102 unsigned long convrate; in convrate_store() local
106 err = kstrtoul(buf, 10, &convrate); in convrate_store()
117 convrate > lm73_convrates[res]) in convrate_store()
171 static SENSOR_DEVICE_ATTR_RW(update_interval, convrate, 0);
H A Dds1621.c281 unsigned long convrate; in update_interval_store() local
285 err = kstrtoul(buf, 10, &convrate); in update_interval_store()
291 convrate > ds1721_convrates[resol]) in update_interval_store()
H A Dlm63.c1018 u8 convrate; in lm63_init_client() local
1054 convrate = i2c_smbus_read_byte_data(client, LM63_REG_CONVRATE); in lm63_init_client()
1055 if (unlikely(convrate > LM63_MAX_CONVRATE)) in lm63_init_client()
1056 convrate = LM63_MAX_CONVRATE; in lm63_init_client()
1058 convrate); in lm63_init_client()