Home
last modified time | relevance | path

Searched refs:gesture (Results 1 – 14 of 14) sorted by relevance

/linux-6.15/Documentation/devicetree/bindings/input/
H A Dazoteq,iqs7222.yaml260 azoteq,gesture-angle-tighten:
267 azoteq,gesture-max-ms:
277 azoteq,gesture-min-ms:
285 azoteq,gesture-dist:
314 trackpad gesture).
591 slider/trackpad gesture).
725 azoteq,gesture-max-ms:
735 azoteq,gesture-min-ms:
743 azoteq,gesture-dist:
769 slider gesture).
[all …]
H A Diqs269a.yaml227 Specifies the numeric keycodes associated with each available gesture in
238 azoteq,gesture-swipe:
260 Specifies the length of time (in ms) within which an axial gesture must be
271 Specifies the number of points across which an axial gesture must travel
275 azoteq,gesture-swipe: ["linux,keycodes"]
H A Diqs626a.yaml660 Specifies the numeric keycodes associated with each available gesture
669 azoteq,gesture-swipe:
690 Specifies the length of time (in ms) within which an axial gesture
699 Specifies the number of points across which an axial gesture must
725 azoteq,gesture-swipe: ["linux,keycodes"]
798 azoteq,gesture-swipe;
/linux-6.15/Documentation/devicetree/bindings/input/touchscreen/
H A Dazoteq,iqs7211.yaml293 Represents a gesture event reported by the trackpad. In the case of
300 azoteq,gesture-max-ms:
305 azoteq,gesture-mid-ms:
312 azoteq,gesture-min-ms:
317 azoteq,gesture-dist:
323 a finger may travel to be considered a gesture.
325 azoteq,gesture-dist-rep:
331 repeated swipe gesture (IQS7211E only).
333 azoteq,gesture-angle:
339 be considered a swipe gesture.
[all …]
/linux-6.15/drivers/input/mouse/
H A Dsynaptics_i2c.c338 int xy_delta, gesture; in synaptics_i2c_get_input() local
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()
/linux-6.15/Documentation/input/devices/
H A Dsentelic.rst226 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)
699 supported gesture IDs:
838 bit7 0 RW EN_PS2_F2: PS/2 gesture mode 2nd
862 bit1 0 RW gesture ID output
[all …]
/linux-6.15/Documentation/devicetree/bindings/iio/imu/
H A Dinvensense,icm42600.yaml21 Processing engine for gesture recognition, activity classification, and
/linux-6.15/drivers/input/misc/
H A Diqs269a.c310 u8 gesture; member
1368 flags.gesture >>= (i * IQS269_NUM_GESTURES); in iqs269_report()
1378 flags.gesture & BIT(j)); in iqs269_report()
1380 if (!(flags.gesture & (BIT(IQS269_GESTURE_FLICK_NEG) | in iqs269_report()
H A Diqs626a.c276 u8 gesture; member
1585 flags.gesture & BIT(i)); in iqs626_report()
1587 if (flags.gesture & GENMASK(IQS626_GESTURE_TAP, 0)) { in iqs626_report()
/linux-6.15/drivers/iio/light/
H A DKconfig110 tristate "Avago APDS9960 gesture/RGB/ALS/proximity sensor"
117 APDS9960 gesture/RGB/ALS/proximity sensor.
/linux-6.15/Documentation/process/
H A Dmanagement-style.rst24 People", and NOT read it. Burn it, it's a great symbolic gesture.
H A Dcoding-style.rst13 and NOT read it. Burn them, it's a great symbolic gesture.
/linux-6.15/Documentation/input/
H A Dmulti-touch-protocol.rst395 In the specific application of creating gesture events, the TOUCH and WIDTH
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-bus-iio2198 against to generate the tap gesture event. The lower
2354 Enable tap gesture confirmation with timeout.
2360 Timeout value in seconds for tap gesture confirmation.
2366 List of available timeout value for tap gesture confirmation.