Lines Matching refs:humidity
2 /* Sensirion SHT21 humidity and temperature sensor driver
34 * @humidity: cached humidity measurement value
43 int humidity;
64 * sht21_rh_ticks_to_per_cent_mille() - convert raw humidity ticks to
65 * one-thousandths of a percent relative humidity
66 * @ticks: humidity ticks value received from sensor
106 sht21->humidity = sht21_rh_ticks_to_per_cent_mille(ret);
139 * sht21_show_humidity() - show humidity measurement value in sysfs
156 return sprintf(buf, "%d\n", sht21->humidity);
295 MODULE_DESCRIPTION("Sensirion SHT21 humidity and temperature sensor driver");