Home
last modified time | relevance | path

Searched full:sensirion (Results 1 – 21 of 21) sorted by relevance

/linux/Documentation/hwmon/
H A Dshtc1.rst6 * Sensirion SHTC1
12 Datasheet: https://www.sensirion.com/file/datasheet_shtc1
16 * Sensirion SHTW1
22 Datasheet: https://www.sensirion.com/file/datasheet_shtw1
26 * Sensirion SHTC3
32 Datasheet: https://www.sensirion.com/file/datasheet_shtc3
38 Johannes Winkelmann <johannes.winkelmann@sensirion.com>
43 This driver implements support for the Sensirion SHTC1, SHTW1, and SHTC3
H A Dsht15.rst13 * Sensirion SHT10
17 * Sensirion SHT11
21 * Sensirion SHT15
25 * Sensirion SHT71
29 * Sensirion SHT75
33 Datasheet: Publicly available at the Sensirion website
35 http://www.sensirion.ch/en/pdf/product_information/Datasheet-humidity-sensor-SHT1x.pdf
/linux/Documentation/devicetree/bindings/iio/pressure/
H A Dsensirion,sdp500.yaml4 $id: http://devicetree.org/schemas/iio/pressure/sensirion,sdp500.yaml#
13 Pressure sensor from Sensirion with I2C bus interface.
20 - const: sensirion,sdp510
21 - const: sensirion,sdp500
22 - const: sensirion,sdp500
42 compatible = "sensirion,sdp500";
/linux/drivers/iio/chemical/
H A DKconfig138 Say Y here to build support for the Sensirion SCD30 sensor with carbon
149 Say Y here to build support for the Sensirion SCD30 I2C interface
160 Say Y here to build support for the Sensirion SCD30 serial interface
173 Say Y here to build support for the Sensirion SCD4X sensor with carbon
190 tristate "Sensirion SGPxx gas sensors"
195 Sensirion SGP gas sensors:
203 tristate "Sensirion SGP40 gas sensor"
207 Say Y here to build I2C interface to support Sensirion SGP40 gas
224 Say Y here to build support for the Sensirion SPS30 I2C interface
235 Say Y here to build support for the Sensirion SPS30 serial interface
H A Dsgp30.c3 * sgp30.c - Support for Sensirion SGP Gas Sensors
5 * Copyright (C) 2018 Andreas Brauchli <andreas.brauchli@sensirion.com>
10 * https://www.sensirion.com/file/datasheet_sgp30
11 * https://www.sensirion.com/file/datasheet_sgpc3
496 { .compatible = "sensirion,sgp30", .data = &sgp_devices[SGP30] },
497 { .compatible = "sensirion,sgpc3", .data = &sgp_devices[SGPC3] },
585 MODULE_AUTHOR("Andreas Brauchli <andreas.brauchli@sensirion.com>");
586 MODULE_AUTHOR("Pascal Sachs <pascal.sachs@sensirion.com>");
587 MODULE_DESCRIPTION("Sensirion SGP gas sensors");
H A Dscd30_i2c.c3 * Sensirion SCD30 carbon dioxide sensor i2c driver
124 { .compatible = "sensirion,scd30" },
140 MODULE_DESCRIPTION("Sensirion SCD30 carbon dioxide sensor i2c driver");
H A Dsps30_i2c.c3 * Sensirion SPS30 particulate matter sensor i2c driver
240 { .compatible = "sensirion,sps30" },
256 MODULE_DESCRIPTION("Sensirion SPS30 particulate matter sensor i2c driver");
H A Dscd30_serial.c3 * Sensirion SCD30 carbon dioxide sensor serial driver
245 { .compatible = "sensirion,scd30" },
261 MODULE_DESCRIPTION("Sensirion SCD30 carbon dioxide sensor serial driver");
H A Dscd4x.c3 * Sensirion SCD4X carbon dioxide sensor i2c driver
11 * https://www.sensirion.com/file/datasheet_scd4x
750 { .compatible = "sensirion,scd40" },
751 { .compatible = "sensirion,scd41" },
767 MODULE_DESCRIPTION("Sensirion SCD4X carbon dioxide sensor core driver");
H A Dsps30_serial.c3 * Sensirion SPS30 particulate matter sensor serial driver
414 { .compatible = "sensirion,sps30" },
429 MODULE_DESCRIPTION("Sensirion SPS30 particulate matter sensor serial driver");
/linux/Documentation/devicetree/bindings/iio/chemical/
H A Dsensirion,scd4x.yaml4 $id: http://devicetree.org/schemas/iio/chemical/sensirion,scd4x.yaml#
7 title: Sensirion SCD4X carbon dioxide sensor
19 - sensirion,scd40
20 - sensirion,scd41
43 compatible = "sensirion,scd41";
H A Dsensirion,sps30.yaml4 $id: http://devicetree.org/schemas/iio/chemical/sensirion,sps30.yaml#
7 title: Sensirion SPS30 particulate matter sensor
19 - sensirion,sps30
35 compatible = "sensirion,sps30";
42 compatible = "sensirion,sps30";
/linux/Documentation/devicetree/bindings/hwmon/
H A 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";
/linux/drivers/iio/pressure/
H A Dsdp500.c3 * Driver for Sensirion sdp500 and sdp510 pressure sensors
5 * Datasheet: https://sensirion.com/resource/datasheet/sdp600
138 { .compatible = "sensirion,sdp500" },
145 .name = "sensirion,sdp500",
154 MODULE_DESCRIPTION("Driver for Sensirion SDP500 differential pressure sensor");
/linux/include/linux/platform_data/
H A Dshtc1.h3 * Copyright (C) 2014 Sensirion AG, Switzerland
4 * Author: Johannes Winkelmann <johannes.winkelmann@sensirion.com>
/linux/drivers/hwmon/
H A Dsht3x.c2 /* Sensirion SHT3x-DIS humidity and temperature sensor driver.
6 * Copyright (C) 2016 Sensirion AG, Switzerland
7 * Author: David Frey <david.frey@sensirion.com>
8 * Author: Pascal Sachs <pascal.sachs@sensirion.com>
944 { .compatible = "sensirion,sht30", .data = (void *)(uintptr_t)sht3x },
945 { .compatible = "sensirion,sts30", .data = (void *)(uintptr_t)sts3x },
961 MODULE_AUTHOR("David Frey <david.frey@sensirion.com>");
962 MODULE_AUTHOR("Pascal Sachs <pascal.sachs@sensirion.com>");
963 MODULE_DESCRIPTION("Sensirion SHT3x humidity and temperature sensor driver");
H A Dsht4x.c439 { .compatible = "sensirion,sht4x" },
456 MODULE_DESCRIPTION("Sensirion SHT4x humidity and temperature sensor driver");
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx7d-sdb-sht11.dts11 compatible = "sensirion,sht15";
/linux/arch/arm/boot/dts/st/
H A Dstm32mp151a-prtt1s.dts34 compatible = "sensirion,scd41";
/linux/Documentation/devicetree/bindings/
H A Dvendor-prefixes.yaml1494 "^sensirion,.*":
1495 description: Sensirion AG
/linux/
H A DMAINTAINERS24806 SENSIRION SCD30 CARBON DIOXIDE SENSOR DRIVER
24810 F: Documentation/devicetree/bindings/iio/chemical/sensirion,scd30.yaml
24816 SENSIRION SCD4X CARBON DIOXIDE SENSOR DRIVER
24819 F: Documentation/devicetree/bindings/iio/chemical/sensirion,scd4x.yaml
24822 SENSIRION SDP500 DIFFERENTIAL PRESSURE SENSOR DRIVER
24825 F: Documentation/devicetree/bindings/iio/pressure/sensirion,sdp500.yaml
24828 SENSIRION SGP40 GAS SENSOR DRIVER
24834 SENSIRION SLF3S LIQUID FLOW SENSOR DRIVER
24839 F: Documentation/devicetree/bindings/iio/flow/sensirion,slf3s.yaml
24842 SENSIRION SPS30 AIR POLLUTION SENSOR DRIVER
[all …]