Lines Matching full:gesture
3 * apds9960.c - Support for Avago APDS9960 gesture/RGB/ALS/proximity sensor
8 * TODO: gesture + proximity calib offsets
147 /* gesture buffer */
315 /* Gesture Sensor */
434 /* pxs + gesture gains are mirrored */ in apds9960_set_pxs_gain()
938 dev_err(dev, "INT gesture reg field init failed\n"); in apds9960_regfield_init()
959 dev_err(dev, "Enable gesture reg field init failed\n"); in apds9960_regfield_init()
982 /* Ensure gesture interrupt is OFF */ in apds9960_chip_init()
987 /* Disable gesture sensor, since polling is useless from user-space */ in apds9960_chip_init()
1021 * Wait for 4 event outside gesture threshold to prevent interrupt in apds9960_chip_init()
1030 /* Default ENTER and EXIT thresholds for the GESTURE engine. */ in apds9960_chip_init()
1194 MODULE_DESCRIPTION("APDS9960 Gesture/RGB/ALS/Proximity sensor");