Home
last modified time | relevance | path

Searched full:sht15 (Results 1 – 15 of 15) sorted by relevance

/kernel/linux/linux-6.6/Documentation/devicetree/bindings/hwmon/
Dsensirion,sht15.yaml4 $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/
Dsht15.txt1 Sensirion SHT15 Humidity and Temperature Sensor
5 - "compatible": must be "sensirion,sht15".
15 compatible = "sensirion,sht15";
/kernel/linux/linux-5.10/Documentation/hwmon/
Dsht15.rst1 Kernel driver sht15
21 * Sensirion SHT15
23 Prefix: 'sht15'
40 The SHT10, SHT11, SHT15, SHT71, and SHT75 are humidity and temperature
Dindex.rst155 sht15
/kernel/linux/linux-6.6/Documentation/hwmon/
Dsht15.rst1 Kernel driver sht15
21 * Sensirion SHT15
23 Prefix: 'sht15'
40 The SHT10, SHT11, SHT15, SHT71, and SHT75 are humidity and temperature
Dindex.rst192 sht15
/kernel/linux/linux-5.10/drivers/hwmon/
Dsht15.c3 * 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 …]
DMakefile165 obj-$(CONFIG_SENSORS_SHT15) += sht15.o
DKconfig1504 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/
Dsht15.c3 * 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 …]
DMakefile189 obj-$(CONFIG_SENSORS_SHT15) += sht15.o
DKconfig1738 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/
Dimx7d-sdb-sht11.dts11 compatible = "sensirion,sht15";
17 reg_sht15: regulator-sht15 {
/kernel/linux/linux-6.6/arch/arm/boot/dts/nxp/imx/
Dimx7d-sdb-sht11.dts11 compatible = "sensirion,sht15";
17 reg_sht15: regulator-sht15 {
/kernel/linux/linux-5.10/arch/arm/mach-pxa/
Dstargate2.c124 /* SHT15 */
138 .dev_id = "sht15",
146 static struct platform_device sht15 = { variable
147 .name = "sht15",
152 REGULATOR_SUPPLY("vcc", "sht15"),
596 &sht15,
974 &sht15,