Searched refs:ch0_coeff (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/iio/light/ |
H A D | tsl2563.c | 375 unsigned long ch0_coeff; member 382 .ch0_coeff = FRAC10K(315), 386 .ch0_coeff = FRAC10K(337), 390 .ch0_coeff = FRAC10K(363), 394 .ch0_coeff = FRAC10K(392), 398 .ch0_coeff = FRAC10K(229), 402 .ch0_coeff = FRAC10K(157), 406 .ch0_coeff = FRAC10K(34), 410 .ch0_coeff = 0, 426 lux = ch0 * lp->ch0_coeff in tsl2563_adc_to_lux() [all...] |
/kernel/linux/linux-6.6/drivers/iio/light/ |
H A D | tsl2563.c | 381 unsigned long ch0_coeff; member 388 .ch0_coeff = FRAC10K(315), 392 .ch0_coeff = FRAC10K(337), 396 .ch0_coeff = FRAC10K(363), 400 .ch0_coeff = FRAC10K(392), 404 .ch0_coeff = FRAC10K(229), 408 .ch0_coeff = FRAC10K(157), 412 .ch0_coeff = FRAC10K(34), 416 .ch0_coeff = 0, 432 lux = ch0 * lp->ch0_coeff in tsl2563_adc_to_lux() [all...] |
Completed in 3 milliseconds