Home
last modified time | relevance | path

Searched refs:voc (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/iio/chemical/
A Dsgp40.c140 static int sgp40_calc_voc(struct sgp40_data *data, u16 resistance_raw, int *voc) in sgp40_calc_voc() argument
152 *voc = 500 * ((1 << (SGP40_CALC_POWER * 2)) / ((1<<SGP40_CALC_POWER) + exp)); 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()
250 *val = voc / (1 << SGP40_CALC_POWER); in sgp40_read_raw()
256 *val2 = ((voc % (1 << SGP40_CALC_POWER)) * 244) / (1 << (SGP40_CALC_POWER - 12)); in sgp40_read_raw()
257 dev_dbg(data->dev, "voc: %d val: %d.%06d\n", voc, *val, *val2); in sgp40_read_raw()
A Dccs811.c68 __be16 voc; member
254 *val = be16_to_cpu(data->buffer.voc); in ccs811_read_raw()
/linux/Documentation/devicetree/bindings/iio/chemical/
A Dams,ccs811.yaml45 voc@5b {
/linux/drivers/media/i2c/cx25840/
A Dcx25840-core.c608 #define CX25840_VCONFIG_SET_BIT(state, opt_msk, voc, idx, bit, oneval) \ argument
613 (voc)[idx] |= BIT(bit); \
615 (voc)[idx] &= ~BIT(bit); \
/linux/arch/s390/tools/
A Dopcodes.txt967 e76f voc VRR_VVV
/linux/tools/power/cpupower/po/
A Dpt.po637 "- O regulador que você requesitou está disponível e foi \"modprobed\"?\n"

Completed in 17 milliseconds