/openbmc/linux/drivers/iio/chemical/ |
H A D | sgp40.c | 18 * 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 …]
|
H A D | Kconfig | 60 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)
|
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 411 MODULE_DESCRIPTION("SGX Sensortech MiCS VZ89X VOC sensors");
|
/openbmc/linux/Documentation/devicetree/bindings/iio/chemical/ |
H A D | ams,ccs811.yaml | 7 title: AMS CCS811 VOC Sensor 45 voc@5b {
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-iio-chemical-vz89x | 6 Get the raw calibration VOC value from the sensor.
|
/openbmc/linux/Documentation/devicetree/bindings/ |
H A D | trivial-devices.yaml | 48 # AMS iAQ-Core VOC Sensor 66 # Bosch Sensortec pressure, temperature, humididty and VOC sensor
|
/openbmc/linux/tools/iio/ |
H A D | iio_event_monitor.c | 122 [IIO_MOD_VOC] = "voc",
|
/openbmc/linux/drivers/reset/ |
H A D | reset-uniphier.c | 151 UNIPHIER_RESETX(52, 0x2010, 0), /* VOC */
|
/openbmc/linux/drivers/clk/uniphier/ |
H A D | clk-uniphier-sys.c | 324 UNIPHIER_CLK_GATE("voc", 52, NULL, 0x2110, 0),
|
/openbmc/linux/arch/s390/tools/ |
H A D | opcodes.txt | 968 e76f voc VRR_VVV
|
/openbmc/qemu/tcg/s390x/ |
H A D | tcg-target.c.inc | 2932 tcg_out_insn(s, VRRc, VOC, a0, v4, TCG_VEC_TMP0, 0); 2993 tcg_out_insn(s, VRRc, VOC, a0, a1, a2, 0);
|
/openbmc/linux/drivers/iio/ |
H A D | industrialio-core.c | 132 [IIO_MOD_VOC] = "voc",
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | insn-data.h.inc | 1214 F(0xe76f, VOC, VRR_c, VE, 0, 0, 0, 0, voc, 0, IF_VEC)
|
/openbmc/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); \
|
/openbmc/openbmc-tools/rootfs_size/ |
H A D | results.txt | 790 0: /usr/share/mime/audio/x-voc.xml
|
/openbmc/openbmc/poky/meta/lib/oeqa/files/ |
H A D | buildhistory_filelist2.txt | 8792 -rw-r--r-- root root 2737 ./usr/share/mime/audio/x-voc.xml
|
H A D | buildhistory_filelist1.txt | 8789 -rw-r--r-- root root 2737 ./usr/share/mime/audio/x-voc.xml
|