Home
last modified time | relevance | path

Searched refs:proximity (Results 1 – 25 of 95) sorted by relevance

1234

/OK3568_Linux_fs/kernel/Documentation/misc-devices/
H A Dbh1770glc.rst20 BH1770GLC and SFH7770 are combined ambient light and proximity sensors.
21 ALS and proximity parts operates on their own, but they shares common I2C
23 but ALS side results are used to estimate reliability of the proximity sensor.
29 amount of reflected IR light and produces proximity result. Resolution is
31 reliability of the proximity results. Thus ALS is always running while
32 proximity detection is needed.
36 by using a delayed work. As long as there is proximity threshold above
37 interrupts the delayed work is pushed forward. So, when proximity level goes
39 finally run. This is handled as no proximity indication.
100 RO - measured proximity value
[all …]
H A Dapds990x.rst19 APDS990x is a combined ambient light and proximity sensor. ALS and proximity
21 while the proximity functionality is enabled.
101 RO - measured proximity value
109 RW - enable / disable proximity - uses counting logic
111 - 1 enables the proximity
112 - 0 disables the proximity
118 values: 0 or prox0_sensor_range value. 0 means no proximity,
119 1023 means proximity. This causes minimal number of interrupts.
128 RW - threshold level which trigs proximity events.
/OK3568_Linux_fs/kernel/drivers/input/sensors/psensor/
H A DKconfig7 tristate "proximity sensor device support"
25 tristate "proximity sensor stk3332"
28 tristate "proximity sensor stk3410"
32 tristate "proximity sensor em3071x"
35 tristate "proximity sensor ucs14620"
/OK3568_Linux_fs/kernel/drivers/iio/light/
H A DKconfig77 tristate "Avago APDS9960 gesture/RGB/ALS/proximity sensor"
84 APDS9960 gesture/RGB/ALS/proximity sensor.
157 tristate "Capella CM3605 ambient light and proximity sensor"
161 ambient light and short range proximity sensor.
171 This option enables proximity & RGB sensor using
181 Say Y here if you use the light and proximity sensors
192 Say Y here if you have a Sharp GP2AP002 proximity/ALS combo-chip
206 Say Y here if you have a Sharp GP2AP020A00F proximity/ALS combo-chip
223 tristate "Intersil 29018 light and proximity sensor"
229 proximity infrared sensing from Intersil ISL29018.
[all …]
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-bus-iio-light-isl290189 Scheme 0, makes full n (4, 8, 12, 16) bits (unsigned) proximity
10 detection. The range of Scheme 0 proximity count is from 0 to
13 range of Scheme 1 proximity count is from -2^(n-1) to 2^(n-1).
15 Scheme 0 has wider dynamic range, Scheme 1 proximity detection
H A Dsysfs-bus-iio-sx93108 proximity measurements constructed by hardware by
H A Dsysfs-bus-iio-proximity6 Near level for proximity sensors. This is a single integer
/OK3568_Linux_fs/kernel/drivers/iio/proximity/
H A DKconfig105 tristate "SX9310/SX9311 Semtech proximity sensor"
112 proximity/button sensor.
118 tristate "SX9500 Semtech proximity sensor"
125 proximity/button sensor.
144 tristate "VCNL3020 proximity sensor"
149 proximity sensor.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/light/
H A Dcm3605.txt7 This ALS and proximity sensor was one of the very first deployed in mobile
16 the POUT (proximity sensor out) line. The edge detection must
18 and away from the proximity sensor.
H A Dvcnl4035.txt1 VISHAY VCNL4035 - Ambient Light and proximity sensor
H A Dapds9960.txt1 * Avago APDS9960 gesture/RGB/ALS/proximity sensor
H A Dgp2ap020a00f.txt3 The proximity detector sensor requires power supply
H A Dcm36651.txt9 of the cm36651 for proximity detection.
H A Dvl6180.txt1 STMicro VL6180 - ALS, range and proximity sensor
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/freescale/
H A Dimx8mq-librem5-r2.dts27 &proximity {
28 proximity-near-level = <220>;
H A Dimx8mq-librem5-r3.dts29 &proximity {
30 proximity-near-level = <25>;
/OK3568_Linux_fs/kernel/Documentation/driver-api/iio/
H A Dintro.rst28 * proximity sensors
33 combined functionality (e.g. light plus proximity sensor).
/OK3568_Linux_fs/external/xserver/Xi/
H A Dqueryst.c147 tv->mode |= (dev->proximity && in ProcXQueryDeviceState()
148 !dev->proximity->in_proximity) ? OutOfProximity : 0; in ProcXQueryDeviceState()
H A Dexevents.c591 if (from->proximity) { in DeepCopyPointerClasses()
592 if (!to->proximity) { in DeepCopyPointerClasses()
594 to->proximity = classes->proximity; in DeepCopyPointerClasses()
595 if (!to->proximity) { in DeepCopyPointerClasses()
596 to->proximity = calloc(1, sizeof(ProximityClassRec)); in DeepCopyPointerClasses()
597 if (!to->proximity) in DeepCopyPointerClasses()
601 classes->proximity = NULL; in DeepCopyPointerClasses()
603 memcpy(to->proximity, from->proximity, sizeof(ProximityClassRec)); in DeepCopyPointerClasses()
604 to->proximity->sourceid = from->id; in DeepCopyPointerClasses()
606 else if (to->proximity) { in DeepCopyPointerClasses()
[all …]
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/qcom/
H A Dsc7180-trogdor-lte-sku.dtsi9 label = "proximity-wifi-lte";
/OK3568_Linux_fs/buildroot/package/zyre/
H A DConfig.in9 An open-source framework for proximity-based peer-to-peer
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dste-ux500-samsung-golden.dts202 proximity@44 {
216 sharp,proximity-far-hysteresis = <0x40>;
217 sharp,proximity-close-hysteresis = <0x0f>;
571 proximity {
H A Dste-ux500-samsung-skomer.dts311 proximity@44 {
322 sharp,proximity-far-hysteresis = /bits/ 8 <0x2f>;
323 sharp,proximity-close-hysteresis = /bits/ 8 <0x0f>;
518 /* Interrupt line for light/proximity sensor GP2AP002 */
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/proximity/
H A Dsx9500.txt1 Semtech's SX9500 capacitive proximity button device driver
/OK3568_Linux_fs/kernel/drivers/iio/
H A DMakefile38 obj-y += proximity/

1234