Searched refs:humidity (Results 1 – 15 of 15) sorted by relevance
/drivers/iio/humidity/ |
D | Kconfig | 3 # humidity sensor drivers 8 tristate "Aosong AM2315 relative humidity and temperature sensor" 14 relative humidity and ambient temperature sensor. 29 tristate "TI HDC100x relative humidity and temperature sensor" 36 humidity and temperature sensors. 42 tristate "HID Environmental humidity sensor" 50 humidity driver 53 will be called hid-sensor-humidity. 64 temperature-humidity sensor 80 tristate "Measurement Specialties HTU21 humidity & temperature sensor" [all …]
|
D | dht11.c | 83 int humidity; member 155 dht11->humidity = ((hum_int << 8) + hum_dec) * 100; in dht11_decode() 158 dht11->humidity = hum_int * 1000; in dht11_decode() 267 *val = dht11->humidity; in dht11_read_raw()
|
D | htu21.c | 43 unsigned int humidity; in htu21_read_raw() local 59 &humidity); in htu21_read_raw() 62 *val = humidity; in htu21_read_raw()
|
D | Makefile | 9 obj-$(CONFIG_HID_SENSOR_HUMIDITY) += hid-sensor-humidity.o
|
/drivers/hwmon/ |
D | sht3x.c | 148 u32 humidity; member 247 data->humidity = sht3x_extract_humidity(val); in sht3x_update_client() 279 return sprintf(buf, "%u\n", data->humidity); in humidity1_input_show() 290 u32 humidity; in limits_update() local 307 humidity = sht3x_extract_humidity(raw & 0xfe00); in limits_update() 309 data->humidity_limits[index] = humidity; in limits_update() 344 u32 humidity) in limit_store() argument 365 raw |= ((humidity * 42950) >> 16) & 0xfe00; in limit_store() 382 data->humidity_limits[index] = humidity; in limit_store() 415 u32 humidity; in humidity1_limit_store() local [all …]
|
D | hih6130.c | 41 int humidity; member 138 hih6130->humidity = hih6130_rh_ticks_to_per_cent_mille(t); in hih6130_update_measurements() 192 return sprintf(buf, "%d\n", hih6130->humidity); in hih6130_humidity_show()
|
D | sht21.c | 43 int humidity; member 106 sht21->humidity = sht21_rh_ticks_to_per_cent_mille(ret); in sht21_update_measurements() 156 return sprintf(buf, "%d\n", sht21->humidity); in sht21_humidity_show()
|
D | shtc1.c | 67 int humidity; /* 1000 * relative humidity in %RH */ member 125 data->humidity = ((12500 * val) >> 13); in shtc1_update_client() 155 return sprintf(buf, "%d\n", data->humidity); in humidity1_input_show()
|
D | Kconfig | 584 tristate "Honeywell Humidicon HIH-6130 humidity/temperature sensor" 588 HIH-6130 and HIH-6131 Humidicon humidity sensors. 1350 tristate "Sensiron humidity and temperature sensors. SHT15 and compat." 1355 SHT15, SHT71, SHT75 humidity and temperature sensors. 1361 tristate "Sensiron humidity and temperature sensors. SHT21 and compat." 1365 humidity and temperature sensors. 1371 tristate "Sensiron humidity and temperature sensors. SHT3x and compat." 1376 humidity and temperature sensors. 1382 tristate "Sensiron humidity and temperature sensors. SHTC1 and compat." 1386 and SHTC3 humidity and temperature sensors.
|
/drivers/iio/common/ms_sensors/ |
D | ms_sensors_i2c.c | 459 u32 *humidity) in ms_sensors_ht_read_humidity() argument 482 *humidity = (((s32)(adc >> 8) * 12500) >> 16) * 10 - 6000; in ms_sensors_ht_read_humidity() 483 if (*humidity >= 100000) in ms_sensors_ht_read_humidity() 484 *humidity = 100000; in ms_sensors_ht_read_humidity()
|
D | ms_sensors_i2c.h | 57 u32 *humidity);
|
/drivers/iio/ |
D | Makefile | 28 obj-y += humidity/
|
D | Kconfig | 82 source "drivers/iio/humidity/Kconfig"
|
/drivers/iio/pressure/ |
D | Kconfig | 28 an additional humidity sensor channel. 165 This driver is also used for MS8607 temperature, pressure & humidity
|
/drivers/iio/chemical/ |
D | Kconfig | 33 temperature, pressure, humidity and gas sensing capability.
|