Home
last modified time | relevance | path

Searched full:voc (Results 1 – 25 of 27) sorted by relevance

12

/kernel/linux/linux-6.6/drivers/iio/chemical/
Dsgp40.c18 * 2) calculate an estimated absolute voc index (0 - 500 index points) for
20 * For this purpose the value of the resistance for which the voc index
35 * floating point calculation of voc is done as integer
140 static int sgp40_calc_voc(struct sgp40_data *data, u16 resistance_raw, int *voc) in sgp40_calc_voc() argument
150 /* voc = 500 / (1 + e^x) */ in sgp40_calc_voc()
152 *voc = 500 * ((1 << (SGP40_CALC_POWER * 2)) / ((1<<SGP40_CALC_POWER) + exp)); in sgp40_calc_voc()
154 dev_dbg(data->dev, "raw: %d res_calibbias: %d x: %d exp: %d voc: %d\n", in sgp40_calc_voc()
155 resistance_raw, data->res_calibbias, x, exp, *voc); in sgp40_calc_voc()
215 int ret, voc; in sgp40_read_raw() local
246 ret = sgp40_calc_voc(data, resistance_raw, &voc); in sgp40_read_raw()
[all …]
DKconfig60 tristate "AMS CCS811 VOC sensor"
66 CCS811 VOC (Volatile Organic Compounds) sensor
69 tristate "AMS iAQ-Core VOC sensors"
73 iAQ-Core Continuous/Pulsed VOC (Volatile Organic Compounds)
198 tristate "SGX Sensortech MiCS VZ89X VOC sensor"
202 Sensortech MiCS VZ89X VOC (Volatile Organic Compounds)
Dams-iaq-core.c3 * ams-iaq-core.c - Support for AMS iAQ-Core VOC sensors
188 MODULE_DESCRIPTION("AMS iAQ-Core VOC sensors");
Dccs811.c3 * ccs811.c - Support for AMS CCS811 VOC Sensor
68 __be16 voc; member
254 *val = be16_to_cpu(data->buffer.voc); in ccs811_read_raw()
Dvz89x.c3 * vz89x.c - Support for SGX Sensortech MiCS VZ89X VOC sensors
411 MODULE_DESCRIPTION("SGX Sensortech MiCS VZ89X VOC sensors");
/kernel/linux/linux-5.10/drivers/iio/chemical/
DKconfig60 tristate "AMS CCS811 VOC sensor"
66 CCS811 VOC (Volatile Organic Compounds) sensor
69 tristate "AMS iAQ-Core VOC sensors"
73 iAQ-Core Continuous/Pulsed VOC (Volatile Organic Compounds)
148 tristate "SGX Sensortech MiCS VZ89X VOC sensor"
152 Sensortech MiCS VZ89X VOC (Volatile Organic Compounds)
Dams-iaq-core.c3 * ams-iaq-core.c - Support for AMS iAQ-Core VOC sensors
189 MODULE_DESCRIPTION("AMS iAQ-Core VOC sensors");
Dccs811.c3 * ccs811.c - Support for AMS CCS811 VOC Sensor
68 __be16 voc; member
254 *val = be16_to_cpu(data->buffer.voc); in ccs811_read_raw()
Dvz89x.c3 * vz89x.c - Support for SGX Sensortech MiCS VZ89X VOC sensors
411 MODULE_DESCRIPTION("SGX Sensortech MiCS VZ89X VOC sensors");
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/chemical/
Dams,ccs811.yaml7 title: AMS CCS811 VOC Sensor
45 voc@5b {
Dbme680.txt1 Bosch Sensortec BME680 pressure/temperature/humidity/voc sensors
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/iio/chemical/
Dams,ccs811.yaml7 title: AMS CCS811 VOC Sensor
45 voc@5b {
/kernel/linux/linux-6.6/Documentation/ABI/testing/
Dsysfs-bus-iio-chemical-vz89x6 Get the raw calibration VOC value from the sensor.
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-bus-iio-chemical-vz89x6 Get the raw calibration VOC value from the sensor.
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/interrupt-controller/
Drda,8810pl-intc.txt46 28: VOC
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/
Dtrivial-devices.yaml48 # AMS iAQ-Core VOC Sensor
62 # Bosch Sensortec pressure, temperature, humididty and VOC sensor
/kernel/linux/linux-5.10/tools/iio/
Diio_event_monitor.c117 [IIO_MOD_VOC] = "voc",
/kernel/linux/linux-6.6/tools/iio/
Diio_event_monitor.c122 [IIO_MOD_VOC] = "voc",
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/
Dtrivial-devices.yaml37 # AMS iAQ-Core VOC Sensor
/kernel/linux/linux-5.10/arch/s390/tools/
Dopcodes.txt950 e76f voc VRR_VVV
/kernel/linux/linux-6.6/drivers/reset/
Dreset-uniphier.c151 UNIPHIER_RESETX(52, 0x2010, 0), /* VOC */
/kernel/linux/linux-6.6/arch/s390/tools/
Dopcodes.txt968 e76f voc VRR_VVV
/kernel/linux/linux-6.6/drivers/clk/uniphier/
Dclk-uniphier-sys.c324 UNIPHIER_CLK_GATE("voc", 52, NULL, 0x2110, 0),
/kernel/linux/linux-5.10/drivers/iio/
Dindustrialio-core.c129 [IIO_MOD_VOC] = "voc",
/kernel/linux/linux-6.6/drivers/iio/
Dindustrialio-core.c132 [IIO_MOD_VOC] = "voc",

12