Searched full:sps30 (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/iio/chemical/ |
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 35 compatible = "sensirion,sps30"; 42 compatible = "sensirion,sps30";
|
/linux-6.12.1/drivers/iio/chemical/ |
D | Kconfig | 191 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
|
D | sps30_i2c.c | 3 * 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");
|
D | sps30_serial.c | 3 * 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");
|
D | sps30.c | 3 * Sensirion SPS30 particulate matter sensor driver 19 #include "sps30.h" 378 MODULE_DESCRIPTION("Sensirion SPS30 particulate matter sensor driver");
|
D | Makefile | 26 obj-$(CONFIG_SPS30) += sps30.o
|
/linux-6.12.1/ |
D | MAINTAINERS | 20875 SENSIRION SPS30 AIR POLLUTION SENSOR DRIVER 20878 F: Documentation/devicetree/bindings/iio/chemical/sensirion,sps30.yaml 20879 F: drivers/iio/chemical/sps30.c
|