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.c176 enum sht3x_repeatability repeatability; member
454 if (data->repeatability == high_repeatability) { in sht3x_select_command()
457 } else if (data->repeatability == medium_repeatability) { in sht3x_select_command()
589 if (data->repeatability == high_repeatability) in update_interval_write()
591 else if (data->repeatability == medium_repeatability) in update_interval_write()
621 return sysfs_emit(buf, "%d\n", data->repeatability); in repeatability_show()
641 data->repeatability = val; in repeatability_store()
647 static SENSOR_DEVICE_ATTR_RW(repeatability, repeatability, 0);
910 data->repeatability = high_repeatability; in sht3x_probe()