Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Dsht3x.c174 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);
900 data->repeatability = high_repeatability; in sht3x_probe()