Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/iio/light/
H A Dtsl2563.c376 unsigned long ch1_coeff; member
383 .ch1_coeff = FRAC10K(262),
387 .ch1_coeff = FRAC10K(430),
391 .ch1_coeff = FRAC10K(529),
395 .ch1_coeff = FRAC10K(605),
399 .ch1_coeff = FRAC10K(291),
403 .ch1_coeff = FRAC10K(180),
407 .ch1_coeff = FRAC10K(26),
411 .ch1_coeff = 0,
426 lux = ch0 * lp->ch0_coeff - ch1 * lp->ch1_coeff; in tsl2563_adc_to_lux()
[all...]
/kernel/linux/linux-6.6/drivers/iio/light/
H A Dtsl2563.c382 unsigned long ch1_coeff; member
389 .ch1_coeff = FRAC10K(262),
393 .ch1_coeff = FRAC10K(430),
397 .ch1_coeff = FRAC10K(529),
401 .ch1_coeff = FRAC10K(605),
405 .ch1_coeff = FRAC10K(291),
409 .ch1_coeff = FRAC10K(180),
413 .ch1_coeff = FRAC10K(26),
417 .ch1_coeff = 0,
432 lux = ch0 * lp->ch0_coeff - ch1 * lp->ch1_coeff; in tsl2563_adc_to_lux()
[all...]

Completed in 2 milliseconds