Searched full:sht15 (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.1/Documentation/devicetree/bindings/hwmon/ |
D | sensirion,sht15.yaml | 4 $id: http://devicetree.org/schemas/hwmon/sensirion,sht15.yaml# 7 title: Sensirion SHT15 humidity and temperature sensor 14 const: sensirion,sht15 36 compatible = "sensirion,sht15";
|
/Linux-v6.1/Documentation/hwmon/ |
D | sht15.rst | 1 Kernel driver sht15 21 * Sensirion SHT15 23 Prefix: 'sht15' 40 The SHT10, SHT11, SHT15, SHT71, and SHT75 are humidity and temperature
|
D | index.rst | 182 sht15
|
/Linux-v6.1/drivers/hwmon/ |
D | sht15.c | 3 * sht15.c - support for the SHT15 Temperature and Humidity Sensor 13 * For further information, see the Documentation/hwmon/sht15.rst file. 55 enum sht15_chips { sht10, sht11, sht15, sht71, sht75 }; enumerator 177 * @data: sht15 specific data. 178 * @value: sht15 retrieved data. 199 * @data: sht15 specific data 333 * @data: sht15 specific data. 353 * @data: sht15 specific data. 418 * @data: sht15 specific data. 910 { .compatible = "sensirion,sht15" }, [all …]
|
D | Makefile | 183 obj-$(CONFIG_SENSORS_SHT15) += sht15.o
|
D | Kconfig | 1680 tristate "Sensiron humidity and temperature sensors. SHT15 and compat." 1685 SHT15, SHT71, SHT75 humidity and temperature sensors. 1688 will be called sht15.
|
/Linux-v6.1/arch/arm/boot/dts/ |
D | imx7d-sdb-sht11.dts | 11 compatible = "sensirion,sht15"; 17 reg_sht15: regulator-sht15 {
|