Searched refs:convrate (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/drivers/hwmon/ |
D | lm90.c | 1472 int man_id, chip_id, config1, config2, convrate; in lm90_detect() local 1481 convrate = i2c_smbus_read_byte_data(client, LM90_REG_R_CONVRATE); in lm90_detect() 1482 if (man_id < 0 || chip_id < 0 || config1 < 0 || convrate < 0) in lm90_detect() 1495 && convrate <= 0x09) { in lm90_detect() 1520 && convrate <= 0x0A) { in lm90_detect() 1532 && convrate <= 0x0A) { in lm90_detect() 1537 && convrate <= 0x0A) { in lm90_detect() 1577 && convrate <= 0x09) { in lm90_detect() 1598 && convrate <= 0x07) { in lm90_detect() 1609 && convrate <= 0x07) { in lm90_detect() [all …]
|
D | lm95241.c | 203 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()
|
D | lm73.c | 102 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);
|
D | ds1621.c | 281 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()
|
D | lm63.c | 1018 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()
|