Searched full:voc (Results 1 – 13 of 13) sorted by relevance
/linux/drivers/iio/chemical/ |
H A D | sgp40.c | 19 * 2) calculate an estimated absolute voc index (in_concentration_input) 21 * For this purpose the value of the resistance for which the voc index 24 * The voc index is calculated as: 40 * floating point calculation of voc is done as integer 145 static int sgp40_calc_voc(struct sgp40_data *data, u16 resistance_raw, int *voc) in sgp40_calc_voc() argument 155 /* voc = 500 / (1 + e^x) */ in sgp40_calc_voc() 157 *voc = 500 * ((1 << (SGP40_CALC_POWER * 2)) / ((1<<SGP40_CALC_POWER) + exp)); in sgp40_calc_voc() 159 dev_dbg(data->dev, "raw: %d res_calibbias: %d x: %d exp: %d voc: %d\n", in sgp40_calc_voc() 160 resistance_raw, data->res_calibbias, x, exp, *voc); in sgp40_calc_voc() 220 int ret, voc; in sgp40_read_raw() local [all …]
|
H A D | Kconfig | 73 tristate "AMS CCS811 VOC sensor" 79 CCS811 VOC (Volatile Organic Compounds) sensor 104 tristate "AMS iAQ-Core VOC sensors" 108 iAQ-Core Continuous/Pulsed VOC (Volatile Organic Compounds) 233 tristate "SGX Sensortech MiCS VZ89X VOC sensor" 237 Sensortech MiCS VZ89X VOC (Volatile Organic Compounds)
|
H A D | ams-iaq-core.c | 3 * ams-iaq-core.c - Support for AMS iAQ-Core VOC sensors 188 MODULE_DESCRIPTION("AMS iAQ-Core VOC sensors");
|
H A D | ccs811.c | 3 * ccs811.c - Support for AMS CCS811 VOC Sensor 68 __be16 voc; member 254 *val = be16_to_cpu(data->buffer.voc); in ccs811_read_raw()
|
H A D | vz89x.c | 3 * vz89x.c - Support for SGX Sensortech MiCS VZ89X VOC sensors 405 MODULE_DESCRIPTION("SGX Sensortech MiCS VZ89X VOC sensors");
|
H A D | ens160_core.c | 130 /* The sensor reads VOC data as ppb */ in ens160_read_raw()
|
/linux/Documentation/devicetree/bindings/iio/chemical/ |
H A D | aosong,ags02ma.yaml | 7 title: Aosong AGS02MA VOC Sensor 42 voc-sensor@1a {
|
H A D | ams,ccs811.yaml | 7 title: AMS CCS811 VOC Sensor 45 voc@5b {
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-iio-chemical-vz89x | 6 Get the raw calibration VOC value from the sensor.
|
/linux/drivers/reset/ |
H A D | reset-uniphier.c | 151 UNIPHIER_RESETX(52, 0x2010, 0), /* VOC */
|
/linux/drivers/clk/uniphier/ |
H A D | clk-uniphier-sys.c | 324 UNIPHIER_CLK_GATE("voc", 52, NULL, 0x2110, 0),
|
/linux/arch/s390/tools/ |
H A D | opcodes.txt | 986 e76f voc VRR_VVV
|
/linux/drivers/media/i2c/cx25840/ |
H A D | cx25840-core.c | 608 #define CX25840_VCONFIG_SET_BIT(state, opt_msk, voc, idx, bit, oneval) \ argument 613 (voc)[idx] |= BIT(bit); \ 615 (voc)[idx] &= ~BIT(bit); \
|