Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/iio/light/
Dtsl2563.c389 unsigned long ch1_coeff; member
396 .ch1_coeff = FRAC10K(262),
400 .ch1_coeff = FRAC10K(430),
404 .ch1_coeff = FRAC10K(529),
408 .ch1_coeff = FRAC10K(605),
412 .ch1_coeff = FRAC10K(291),
416 .ch1_coeff = FRAC10K(180),
420 .ch1_coeff = FRAC10K(26),
424 .ch1_coeff = 0,
439 lux = ch0 * lp->ch0_coeff - ch1 * lp->ch1_coeff; in adc_to_lux()