Lines Matching full:humidity
2 /* Honeywell HIH-6130/HIH-6131 humidity and temperature sensor driver
32 * @humidity: cached humidity measurement value
41 int humidity; member
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 in hih6130_update_measurements()
138 hih6130->humidity = hih6130_rh_ticks_to_per_cent_mille(t); in hih6130_update_measurements()
175 * hih6130_humidity_show() - show humidity measurement value in sysfs
192 return sprintf(buf, "%d\n", hih6130->humidity); in hih6130_humidity_show()
259 MODULE_DESCRIPTION("Honeywell HIH-6130 humidity and temperature sensor driver");