Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/hwmon/
H A Dsht3x.rst81 repeatability: write or read repeatability, higher repeatability means
85 - 0: low repeatability
86 - 1: medium repeatability
87 - 2: high repeatability
/openbmc/linux/drivers/hwmon/
H A Dsht3x.c171 enum sht3x_repeatability repeatability; member
448 if (data->repeatability == high_repeatability) { in sht3x_select_command()
451 } else if (data->repeatability == medium_repeatability) { in sht3x_select_command()
583 if (data->repeatability == high_repeatability) in update_interval_write()
585 else if (data->repeatability == medium_repeatability) in update_interval_write()
615 return sysfs_emit(buf, "%d\n", data->repeatability); in repeatability_show()
635 data->repeatability = val; in repeatability_store()
641 static SENSOR_DEVICE_ATTR_RW(repeatability, repeatability, 0);
879 data->repeatability = high_repeatability; in sht3x_probe()