Home
last modified time | relevance | path

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

/linux/Documentation/hwmon/
H A Dsht3x.rst98 repeatability: write or read repeatability, higher repeatability means
102 - 0: low repeatability
103 - 1: medium repeatability
104 - 2: high repeatability
/linux/drivers/hwmon/
H A Dsht3x.c173 enum sht3x_repeatability repeatability; member
453 if (data->repeatability == high_repeatability) { in sht3x_select_command()
456 } else if (data->repeatability == medium_repeatability) { in sht3x_select_command()
588 if (data->repeatability == high_repeatability) in update_interval_write()
590 else if (data->repeatability == medium_repeatability) in update_interval_write()
620 return sysfs_emit(buf, "%d\n", data->repeatability); in repeatability_show()
640 data->repeatability = val; in repeatability_store()
646 static SENSOR_DEVICE_ATTR_RW(repeatability, repeatability, 0);
899 data->repeatability = high_repeatability; in sht3x_probe()