Searched full:sht15 (Results 1 – 15 of 15) sorted by relevance
| /kernel/linux/linux-6.6/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";
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/hwmon/ |
| D | sht15.txt | 1 Sensirion SHT15 Humidity and Temperature Sensor 5 - "compatible": must be "sensirion,sht15". 15 compatible = "sensirion,sht15";
|
| /kernel/linux/linux-5.10/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 | 155 sht15
|
| /kernel/linux/linux-6.6/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 | 192 sht15
|
| /kernel/linux/linux-5.10/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 | 165 obj-$(CONFIG_SENSORS_SHT15) += sht15.o
|
| D | Kconfig | 1504 tristate "Sensiron humidity and temperature sensors. SHT15 and compat." 1509 SHT15, SHT71, SHT75 humidity and temperature sensors. 1512 will be called sht15.
|
| /kernel/linux/linux-6.6/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 | 189 obj-$(CONFIG_SENSORS_SHT15) += sht15.o
|
| D | Kconfig | 1738 tristate "Sensiron humidity and temperature sensors. SHT15 and compat." 1743 SHT15, SHT71, SHT75 humidity and temperature sensors. 1746 will be called sht15.
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | imx7d-sdb-sht11.dts | 11 compatible = "sensirion,sht15"; 17 reg_sht15: regulator-sht15 {
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/nxp/imx/ |
| D | imx7d-sdb-sht11.dts | 11 compatible = "sensirion,sht15"; 17 reg_sht15: regulator-sht15 {
|
| /kernel/linux/linux-5.10/arch/arm/mach-pxa/ |
| D | stargate2.c | 124 /* SHT15 */ 138 .dev_id = "sht15", 146 static struct platform_device sht15 = { variable 147 .name = "sht15", 152 REGULATOR_SUPPLY("vcc", "sht15"), 596 &sht15, 974 &sht15,
|