/linux-5.19.10/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 "TI HDC2010 relative humidity and temperature sensor" 46 HDC2010 and HDC2080 relative humidity and temperature sensors. 52 tristate "HID Environmental humidity sensor" 59 humidity driver 62 will be called hid-sensor-humidity. [all …]
|
D | dht11.c | 82 int humidity; member 154 dht11->humidity = ((hum_int << 8) + hum_dec) * 100; in dht11_decode() 157 dht11->humidity = hum_int * 1000; in dht11_decode() 265 *val = dht11->humidity; in dht11_read_raw()
|
D | htu21.c | 44 unsigned int humidity; in htu21_read_raw() local 60 &humidity); in htu21_read_raw() 63 *val = humidity; in htu21_read_raw()
|
D | Makefile | 10 obj-$(CONFIG_HID_SENSOR_HUMIDITY) += hid-sensor-humidity.o
|
/linux-5.19.10/Documentation/hwmon/ |
D | sht3x.rst | 22 This driver implements support for the Sensirion SHT3x-DIS chip, a humidity 24 humidity is expressed as a percentage. In the sysfs interface, all values are 55 with the configured update interval on the chip. When a temperature or humidity 58 When the temperature and humidity readings move back between the hysteresis 67 humidity1_input: humidity input 70 humidity1_max: humidity max value 71 humidity1_max_hyst: humidity hysteresis value for max limit 74 humidity1_min: humidity min value 75 humidity1_min_hyst: humidity hysteresis value for min limit 78 humidity1_alarm: alarm flag is set to 1 if the humidity is outside the [all …]
|
D | sht15.rst | 35 http://www.sensirion.ch/en/pdf/product_information/Datasheet-humidity-sensor-SHT1x.pdf 40 The SHT10, SHT11, SHT15, SHT71, and SHT75 are humidity and temperature 46 bits for humidity, or 12 bits for temperature and 8 bits for humidity. 48 The humidity calibration coefficients are programmed into an OTP memory on the 69 flag to indicate the temp/humidity resolution to use (default to false). 76 humidity1_input humidity input
|
D | sht21.rst | 37 The SHT21 and SHT25 are humidity and temperature sensors in a DFN package of 39 devices is the higher level of precision of the SHT25 (1.8% relative humidity, 40 0.2 degree Celsius) compared with the SHT21 (2.0% relative humidity, 54 - humidity input 61 The driver uses the default resolution settings of 12 bit for humidity and 14 63 humidity and 66 ms for temperature. To keep self heating below 0.1 degree
|
D | sht4x.rst | 24 This driver implements support for the Sensirion SHT4x chip, a humidity 26 humidity is expressed as a percentage. In sysfs interface, all values are 41 humidity1_input Measured humidity in %H
|
D | shtc1.rst | 44 chips, a humidity and temperature sensor. Temperature is measured in degrees 45 celsius, relative humidity is expressed as a percentage. 67 - humidity input
|
D | hih6130.rst | 22 The HIH-6130 & HIH-6131 are humidity and temperature sensors in a SO8 package. 40 humidity input
|
/linux-5.19.10/Documentation/devicetree/bindings/iio/humidity/ |
D | ti,hdc2010.yaml | 4 $id: http://devicetree.org/schemas/iio/humidity/ti,hdc2010.yaml# 7 title: HDC2010/HDC2080 humidity and temperature iio sensors 13 Relative humidity and tempereature sensors on I2C bus 42 humidity@40 {
|
D | dht11.yaml | 4 $id: http://devicetree.org/schemas/iio/humidity/dht11.yaml# 7 title: DHT11 humidity + temperature sensor
|
D | st,hts221.yaml | 4 $id: http://devicetree.org/schemas/iio/humidity/st,hts221.yaml# 7 title: HTS221 STM humidity + temperature sensor
|
/linux-5.19.10/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 | aht10.c | 77 int humidity; member 170 data->humidity = hum; in aht10_read_values() 226 *val = data->humidity; in aht10_humidity1_read() 277 HWMON_CHANNEL_INFO(humidity, HWMON_H_INPUT),
|
D | sht4x.c | 64 s32 humidity; member 120 data->humidity = ((15625 * (int32_t)rh_ticks) >> 13) - 6000; in sht4x_read_values() 167 *val = data->humidity; in sht4x_humidity1_read() 220 HWMON_CHANNEL_INFO(humidity, HWMON_H_INPUT),
|
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 | 68 int humidity; /* 1000 * relative humidity in %RH */ member 126 data->humidity = ((12500 * val) >> 13); in shtc1_update_client() 156 return sprintf(buf, "%d\n", data->humidity); in humidity1_input_show()
|
/linux-5.19.10/Documentation/ABI/testing/ |
D | sysfs-bus-iio-chemical-sgp40 | 15 Set the relative humidity. This value is sent to the sensor for 16 humidity compensation. 17 Default value: 50000 (50 % relative humidity)
|
D | sysfs-bus-iio-humidity | 6 Controls the heater device within the humidity sensor to get
|
/linux-5.19.10/Documentation/devicetree/bindings/ |
D | trivial-devices.yaml | 120 # Honeywell Humidicon HIH-6130 humidity/temperature sensor 200 # Measurement Specialities I2C temperature and humidity sensor 210 # Measurement Specialities temp and humidity part of ms8607 device 211 - meas,ms8607-humidity 316 # Sensirion temperature & humidity sensor with I2C interface 338 # Temperature and humidity sensor with i2c interface 340 # Temperature and humidity sensor with i2c interface 342 # Temperature and humidity sensor with i2c interface 344 # Temperature and humidity sensor with i2c interface 346 # Temperature and humidity sensor with i2c interface
|
/linux-5.19.10/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()
|
/linux-5.19.10/Documentation/devicetree/bindings/iio/chemical/ |
D | sensirion,scd4x.yaml | 14 and relative humidity.
|
/linux-5.19.10/Documentation/devicetree/bindings/hwmon/ |
D | sensirion,sht15.yaml | 7 title: Sensirion SHT15 humidity and temperature sensor
|