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

/linux-4.4.14/drivers/iio/light/
H A Dtsl2563.c388 unsigned long ch0_coeff; member in struct:tsl2563_lux_coeff
395 .ch0_coeff = FRAC10K(315),
399 .ch0_coeff = FRAC10K(337),
403 .ch0_coeff = FRAC10K(363),
407 .ch0_coeff = FRAC10K(392),
411 .ch0_coeff = FRAC10K(229),
415 .ch0_coeff = FRAC10K(157),
419 .ch0_coeff = FRAC10K(34),
423 .ch0_coeff = 0,
439 lux = ch0 * lp->ch0_coeff - ch1 * lp->ch1_coeff; tsl2563_adc_to_lux()

Completed in 67 milliseconds