Lines Matching +full:int +full:- +full:threshold
4 - compatible: must be "upisemi,usd5182"
5 - reg: the I2C address of the device
8 - upisemi,glass-coef: glass attenuation factor - compensation factor of
11 - upisemi,dark-ths: array of 8 elements containing 16-bit thresholds (adc
14 - upisemi,upper-dark-gain: 8-bit dark gain compensation factor(4 int and 4
15 fractional bits - Q4.4) applied when light > threshold
17 - upisemi,lower-dark-gain: 8-bit dark gain compensation factor(4 int and 4
18 fractional bits - Q4.4) applied when light < threshold
20 - upisemi,continuous: This chip has two power modes: one-shot (chip takes one
22 chip takes continuous measurements). The one-shot mode is
23 more power-friendly but the continuous mode may be more
25 mode will be used instead of the default one-shot one for
30 The glass-coef defaults to no compensation for the covering material.
31 The threshold array defaults to experimental values that work with US5182D
32 sensor on evaluation board - roughly between 12-32 lux.
33 There will be no dark-gain compensation by default when ALS > thresh
34 (0 * dark-gain), and a 1.35 compensation factor when ALS < thresh.
41 upisemi,glass-coef = < 1000 >;
42 upisemi,dark-ths = /bits/ 16 <170 200 512 512 800 2000 4000 8000>;
43 upisemi,upper-dark-gain = /bits/ 8 <0x00>;
44 upisemi,lower-dark-gain = /bits/ 8 <0x16>;