Lines Matching refs:humidity
2 /* Honeywell HIH-6130/HIH-6131 humidity and temperature sensor driver
32 * @humidity: cached humidity measurement value
41 int humidity;
61 * hih6130_rh_ticks_to_per_cent_mille() - convert raw humidity ticks to
62 * one-thousandths of a percent relative humidity
63 * @ticks: humidity ticks value received from sensor
103 * The datasheet specifies maximum 'Response time' for humidity at 8s
138 hih6130->humidity = hih6130_rh_ticks_to_per_cent_mille(t);
175 * hih6130_humidity_show() - show humidity measurement value in sysfs
192 return sprintf(buf, "%d\n", hih6130->humidity);
259 MODULE_DESCRIPTION("Honeywell HIH-6130 humidity and temperature sensor driver");