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

/linux-4.4.14/drivers/iio/light/
H A Dtsl2563.c389 unsigned long ch1_coeff; member in struct:tsl2563_lux_coeff
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; tsl2563_adc_to_lux()

Completed in 43 milliseconds