Home
last modified time | relevance | path

Searched refs:voc_index (Results 1 – 3 of 3) sorted by relevance

/netbsd/sys/dev/i2c/
H A Dsgp40.c215 int32_t voc_index; in sgp40_take_measurement() local
264 &voc_index); in sgp40_take_measurement()
266 device_xname(sc->sc_dev), voc_index)); in sgp40_take_measurement()
267 sc->sc_voc = voc_index; in sgp40_take_measurement()
H A Dsensirion_voc_algorithm.h189 int32_t* voc_index);
H A Dsensirion_voc_algorithm.c397 int32_t* voc_index) { in VocAlgorithm_process() argument
428 *voc_index = (fix16_cast_to_int((params->mVoc_Index + F16(0.5)))); in VocAlgorithm_process()