| /kernel/linux/linux-5.10/drivers/iio/light/ |
| D | apds9960.c | 3 * apds9960.c - Support for Avago APDS9960 gesture/RGB/ALS/proximity sensor 8 * TODO: gesture + proximity calib offsets 146 /* gesture buffer */ 289 /* Gesture Sensor */ 386 /* pxs + gesture gains are mirrored */ in apds9960_set_pxs_gain() 880 dev_err(dev, "INT gesture reg field init failed\n"); in apds9960_regfield_init() 901 dev_err(dev, "Enable gesture reg field init failed\n"); in apds9960_regfield_init() 924 /* Ensure gesture interrupt is OFF */ in apds9960_chip_init() 929 /* Disable gesture sensor, since polling is useless from user-space */ in apds9960_chip_init() 963 * Wait for 4 event outside gesture threshold to prevent interrupt in apds9960_chip_init() [all …]
|
| D | Kconfig | 77 tristate "Avago APDS9960 gesture/RGB/ALS/proximity sensor" 84 APDS9960 gesture/RGB/ALS/proximity sensor.
|
| /kernel/linux/linux-5.10/drivers/input/mouse/ |
| D | synaptics_i2c.c | 119 #define GESTURE 3 macro 338 int xy_delta, gesture; in synaptics_i2c_get_input() local 346 /* Get Gesture Bit */ in synaptics_i2c_get_input() 348 gesture = (data >> GESTURE) & 0x1; in synaptics_i2c_get_input() 361 input_report_key(input, BTN_LEFT, gesture); in synaptics_i2c_get_input() 368 return xy_delta || gesture; in synaptics_i2c_get_input()
|
| D | navpoint.c | 82 int gesture; in navpoint_packet() local 92 gesture = (navpoint->data[1] & 0x02); in navpoint_packet() 101 input_report_key(navpoint->input, BTN_LEFT, gesture); in navpoint_packet()
|
| D | byd.c | 59 * Swipe gesture from off-pad to on-pad 198 /* Multitouch gesture packets */ 360 * (if desired), the touchpad's built-in gesture detection. in byd_reset_touchpad()
|
| D | synaptics.h | 66 * 1 0x08 advanced gesture not particularly meaningful 193 * Last received Advanced Gesture Mode (AGM) packet. An AGM packet
|
| D | Kconfig | 454 a tap or tap-and-a-half drag gesture emulates the left mouse button.
|
| D | synaptics.c | 601 "Advanced gesture mode init failed: %d\n", in synaptics_set_mode() 745 /* Gesture packet: (x, y, z) half resolution */ in synaptics_parse_agm() 1055 /* Advanced gesture mode also sends multi finger data */ in synaptics_has_multifinger()
|
| /kernel/linux/linux-5.10/Documentation/input/devices/ |
| D | sentelic.rst | 226 Bit0 => 1: enter gesture mode; 0: leaving gesture mode 231 * Note that if gesture and additional button (Bit4~Bit7) 323 Bit0 => 1: enter gesture mode; 0: leaving gesture mode 328 * Note that if gesture and additional button(Bit4~Bit7) 427 0xba => gesture information 428 0xc0 => one finger hold-rotating gesture 430 0xba => gesture ID (refer to the 'Gesture ID' section) 693 Gesture ID 698 into a 8 bits integer, namely 'Gesture ID.' Following is a list of 699 supported gesture IDs: [all …]
|
| /kernel/linux/linux-5.10/drivers/input/rmi4/ |
| D | rmi_f11.c | 187 * @has_gestures - the sensor supports gesture reporting. 216 * Gesture information queries 7 and 8 are present if has_gestures bit is set. 218 * @has_single_tap - a basic single-tap gesture is supported. 219 * @has_tap_n_hold - tap-and-hold gesture is supported. 220 * @has_double_tap - double-tap gesture is supported. 223 * or as the first tap of a double-tap or tap-and-hold gesture. 225 * @has_press - press gesture reporting is supported. 226 * @has_pinch - pinch gesture detection is supported. 229 * @has_rotate - rotation gesture detection is supported. 238 * Convenience for checking bytes in the gesture info registers. This is done [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/light/ |
| D | apds9960.txt | 1 * Avago APDS9960 gesture/RGB/ALS/proximity sensor
|
| /kernel/linux/linux-5.10/include/linux/input/ |
| D | cyttsp.h | 26 /* Active distance in pixels for a gesture to be reported */
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/imu/ |
| D | invensense,icm42600.yaml | 21 Processing engine for gesture recognition, activity classification, and
|
| /kernel/linux/linux-5.10/Documentation/process/ |
| D | management-style.rst | 24 People", and NOT read it. Burn it, it's a great symbolic gesture.
|
| D | coding-style.rst | 13 and NOT read it. Burn them, it's a great symbolic gesture.
|
| /kernel/linux/linux-5.10/Documentation/input/ |
| D | multi-touch-protocol.rst | 391 In the specific application of creating gesture events, the TOUCH and WIDTH
|
| /kernel/linux/linux-5.10/drivers/input/touchscreen/ |
| D | cyttsp_core.c | 268 /* Init gesture; active distance setup */ in cyttsp_act_dist_setup()
|
| /kernel/linux/linux-5.10/drivers/input/misc/ |
| D | iqs269a.c | 285 u8 gesture; member
|
| /kernel/linux/linux-5.10/drivers/hid/ |
| D | hid-debug.c | 979 [MSC_GESTURE] = "Gesture", [MSC_RAW] = "RawData"
|
| /kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
| D | 0024_linux_drivers_input.patch | 3343 …ed_gestures[F12_GESTURE_DETECTION_LEN]; // byte0 indicate gesture type, byte1~byte4 are gesture pa… 3371 …res[0] != F12_UDG_DETECT)) { // here is demo only, customer could decode gesture data and do whate…
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| D | amdgpu_dm.c | 3700 * is to gesture the YouTube Android app into full screen in fill_dc_scaling_info() 3717 * is to gesture the YouTube Android app into full screen in fill_dc_scaling_info()
|