Home
last modified time | relevance | path

Searched full:sps30 (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/iio/chemical/
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-6.12.1/drivers/iio/chemical/
DKconfig191 config SPS30 config
197 tristate "SPS30 particulate matter sensor I2C driver"
199 select SPS30
202 Say Y here to build support for the Sensirion SPS30 I2C interface
209 tristate "SPS30 particulate matter sensor serial driver"
211 select SPS30
213 Say Y here to build support for the Sensirion SPS30 serial interface
Dsps30_i2c.c3 * Sensirion SPS30 particulate matter sensor i2c driver
19 #include "sps30.h"
235 { "sps30" },
241 { .compatible = "sensirion,sps30" },
257 MODULE_DESCRIPTION("Sensirion SPS30 particulate matter sensor i2c driver");
Dsps30_serial.c3 * Sensirion SPS30 particulate matter sensor serial driver
17 #include "sps30.h"
19 #define SPS30_SERIAL_DEV_NAME "sps30"
415 { .compatible = "sensirion,sps30" },
430 MODULE_DESCRIPTION("Sensirion SPS30 particulate matter sensor serial driver");
Dsps30.c3 * Sensirion SPS30 particulate matter sensor driver
19 #include "sps30.h"
378 MODULE_DESCRIPTION("Sensirion SPS30 particulate matter sensor driver");
DMakefile26 obj-$(CONFIG_SPS30) += sps30.o
/linux-6.12.1/
DMAINTAINERS20875 SENSIRION SPS30 AIR POLLUTION SENSOR DRIVER
20878 F: Documentation/devicetree/bindings/iio/chemical/sensirion,sps30.yaml
20879 F: drivers/iio/chemical/sps30.c