Lines Matching full:humidity
1 /* Honeywell HIH-6130/HIH-6131 humidity and temperature sensor driver
45 * @humidity: cached humidity measurement value
54 int humidity; member
74 * hih6130_rh_ticks_to_per_cent_mille() - convert raw humidity ticks to
75 * one-thousandths of a percent relative humidity
76 * @ticks: humidity ticks value received from sensor
116 * The datasheet specifies maximum 'Response time' for humidity at 8s in hih6130_update_measurements()
151 hih6130->humidity = hih6130_rh_ticks_to_per_cent_mille(t); in hih6130_update_measurements()
188 * hih6130_show_humidity() - show humidity measurement value in sysfs
205 return sprintf(buf, "%d\n", hih6130->humidity); in hih6130_show_humidity()
266 MODULE_DESCRIPTION("Honeywell HIH-6130 humidity and temperature sensor driver");