Searched full:sensirion (Results 1 – 25 of 25) sorted by relevance
/Linux-v5.10/Documentation/devicetree/bindings/hwmon/ |
D | sensirion,shtc1.yaml | 4 $id: http://devicetree.org/schemas/hwmon/sensirion,shtc1.yaml# 7 title: Sensirion SHTC1 Humidity and Temperature Sensor IC 24 - sensirion,shtc1 25 - sensirion,shtw1 26 - sensirion,shtc3 31 sensirion,blocking-io: 36 sensirion,low-precision: 56 compatible = "sensirion,shtc3"; 58 sensirion,blocking-io;
|
D | sht15.txt | 1 Sensirion SHT15 Humidity and Temperature Sensor 5 - "compatible": must be "sensirion,sht15". 15 compatible = "sensirion,sht15";
|
/Linux-v5.10/Documentation/hwmon/ |
D | shtc1.rst | 6 * 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
|
D | sht21.rst | 6 * Sensirion SHT21 12 Datasheet: Publicly available at the Sensirion website 14 https://www.sensirion.com/file/datasheet_sht21 18 * Sensirion SHT25 24 Datasheet: Publicly available at the Sensirion website 26 https://www.sensirion.com/file/datasheet_sht25 32 Urs Fleisch <urs.fleisch@sensirion.com>
|
D | sht15.rst | 13 * 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
|
D | sht3x.rst | 6 * Sensirion SHT3x-DIS 12 Datasheet: https://www.sensirion.com/file/datasheet_sht3x_digital 16 - David Frey <david.frey@sensirion.com> 17 - Pascal Sachs <pascal.sachs@sensirion.com> 22 This driver implements support for the Sensirion SHT3x-DIS chip, a humidity
|
/Linux-v5.10/Documentation/devicetree/bindings/iio/chemical/ |
D | sensirion,scd30.yaml | 4 $id: http://devicetree.org/schemas/iio/chemical/sensirion,scd30.yaml# 7 title: Sensirion SCD30 carbon dioxide sensor 19 - sensirion,scd30 29 sensirion,sel-gpios: 33 sensirion,pwm-gpios: 50 compatible = "sensirion,scd30"; 61 compatible = "sensirion,scd30";
|
D | sensirion,sgp30.txt | 1 * Sensirion SGP30/SGPC3 multi-pixel Gas Sensor 6 "sensirion,sgp30" 7 "sensirion,sgpc3" 13 compatible = "sensirion,sgp30";
|
D | sensirion,sps30.yaml | 4 $id: http://devicetree.org/schemas/iio/chemical/sensirion,sps30.yaml# 7 title: Sensirion SPS30 particulate matter sensor 19 - sensirion,sps30 36 compatible = "sensirion,sps30";
|
/Linux-v5.10/drivers/iio/chemical/ |
D | Kconfig | 93 Say Y here to build support for the Sensirion SCD30 sensor with carbon 104 Say Y here to build support for the Sensirion SCD30 I2C interface 115 Say Y here to build support for the Sensirion SCD30 serial interface 122 tristate "Sensirion SGPxx gas sensors" 127 Sensirion SGP gas sensors: 141 Say Y here to build support for the Sensirion SPS30 particulate
|
D | sgp30.c | 3 * 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 494 { .compatible = "sensirion,sgp30", .data = (void *)SGP30 }, 495 { .compatible = "sensirion,sgpc3", .data = (void *)SGPC3 }, 586 MODULE_AUTHOR("Andreas Brauchli <andreas.brauchli@sensirion.com>"); 587 MODULE_AUTHOR("Pascal Sachs <pascal.sachs@sensirion.com>"); 588 MODULE_DESCRIPTION("Sensirion SGP gas sensors");
|
D | scd30_i2c.c | 3 * Sensirion SCD30 carbon dioxide sensor i2c driver 122 { .compatible = "sensirion,scd30" }, 138 MODULE_DESCRIPTION("Sensirion SCD30 carbon dioxide sensor i2c driver");
|
D | scd30_serial.c | 3 * Sensirion SCD30 carbon dioxide sensor serial driver 246 { .compatible = "sensirion,scd30" }, 262 MODULE_DESCRIPTION("Sensirion SCD30 carbon dioxide sensor serial driver");
|
D | sps30.c | 3 * Sensirion SPS30 particulate matter sensor driver 533 { .compatible = "sensirion,sps30" }, 549 MODULE_DESCRIPTION("Sensirion SPS30 particulate matter sensor driver");
|
D | scd30_core.c | 3 * Sensirion SCD30 carbon dioxide sensor core driver 765 MODULE_DESCRIPTION("Sensirion SCD30 carbon dioxide sensor core driver");
|
/Linux-v5.10/drivers/hwmon/ |
D | shtc1.c | 2 /* Sensirion SHTC1 humidity and temperature sensor driver 4 * Copyright (C) 2014 Sensirion AG, Switzerland 5 * Author: Johannes Winkelmann <johannes.winkelmann@sensirion.com> 240 data->setup.blocking_io = of_property_read_bool(np, "sensirion,blocking-io"); in shtc1_probe() 270 { .compatible = "sensirion,shtc1" }, 271 { .compatible = "sensirion,shtw1" }, 272 { .compatible = "sensirion,shtc3" }, 288 MODULE_AUTHOR("Johannes Winkelmann <johannes.winkelmann@sensirion.com>"); 289 MODULE_DESCRIPTION("Sensirion SHTC1 humidity and temperature sensor driver");
|
D | sht21.c | 2 /* Sensirion SHT21 humidity and temperature sensor driver 4 * Copyright (C) 2010 Urs Fleisch <urs.fleisch@sensirion.com> 6 * Data sheet available at https://www.sensirion.com/file/datasheet_sht21 294 MODULE_AUTHOR("Urs Fleisch <urs.fleisch@sensirion.com>"); 295 MODULE_DESCRIPTION("Sensirion SHT21 humidity and temperature sensor driver");
|
D | sht3x.c | 2 /* 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> 752 MODULE_AUTHOR("David Frey <david.frey@sensirion.com>"); 753 MODULE_AUTHOR("Pascal Sachs <pascal.sachs@sensirion.com>"); 754 MODULE_DESCRIPTION("Sensirion SHT3x humidity and temperature sensor driver");
|
D | hih6130.c | 7 * Copyright (C) 2010 Urs Fleisch <urs.fleisch@sensirion.com>
|
D | sht15.c | 910 { .compatible = "sensirion,sht15" }, 1067 MODULE_DESCRIPTION("Sensirion SHT15 temperature and humidity sensor driver");
|
/Linux-v5.10/include/linux/platform_data/ |
D | sht3x.h | 3 * Copyright (C) 2016 Sensirion AG, Switzerland 4 * Author: David Frey <david.frey@sensirion.com> 5 * Author: Pascal Sachs <pascal.sachs@sensirion.com>
|
D | shtc1.h | 3 * Copyright (C) 2014 Sensirion AG, Switzerland 4 * Author: Johannes Winkelmann <johannes.winkelmann@sensirion.com>
|
/Linux-v5.10/arch/arm/boot/dts/ |
D | imx7d-sdb-sht11.dts | 11 compatible = "sensirion,sht15";
|
/Linux-v5.10/Documentation/devicetree/bindings/ |
D | vendor-prefixes.yaml | 941 "^sensirion,.*": 942 description: Sensirion AG
|
/Linux-v5.10/ |
D | MAINTAINERS | 15761 SENSIRION SCD30 CARBON DIOXIDE SENSOR DRIVER 15764 F: Documentation/devicetree/bindings/iio/chemical/sensirion,scd30.yaml 15770 SENSIRION SPS30 AIR POLLUTION SENSOR DRIVER 15773 F: Documentation/devicetree/bindings/iio/chemical/sensirion,sps30.yaml
|