Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/iio/light/
Dtsl2563.c408 unsigned long ch0_coeff; member
415 .ch0_coeff = FRAC10K(315),
419 .ch0_coeff = FRAC10K(337),
423 .ch0_coeff = FRAC10K(363),
427 .ch0_coeff = FRAC10K(392),
431 .ch0_coeff = FRAC10K(229),
435 .ch0_coeff = FRAC10K(157),
439 .ch0_coeff = FRAC10K(34),
443 .ch0_coeff = 0,
461 lux = ch0 * lp->ch0_coeff - ch1 * lp->ch1_coeff; in adc_to_lux()