| /linux/Documentation/devicetree/bindings/input/ |
| H A D | azoteq,iqs7222.yaml | 254 Represents a press or gesture event reported by the trackpad. Specify 260 azoteq,gesture-angle-tighten: 263 Limits the tangent of the gesture angle to 0.5 (axial gestures 267 azoteq,gesture-max-ms: 273 or flick gesture must be completed in order to be acknowledged 275 gesture applies to all other swipe or flick gestures. 277 azoteq,gesture-min-ms: 282 Specifies the length of time (in ms) for which a tap gesture must 285 azoteq,gesture-dist: 291 flick gesture must travel in order to be acknowledged by the [all …]
|
| H A D | iqs269a.yaml | 227 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 D | iqs626a.yaml | 660 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/Documentation/devicetree/bindings/input/touchscreen/ |
| H A D | azoteq,iqs7211.yaml | 293 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/drivers/iio/light/ |
| H A D | apds9960.c | 3 * apds9960.c - Support for Avago APDS9960 gesture/RGB/ALS/proximity sensor 8 * TODO: gesture + proximity calib offsets 146 /* gesture buffer */ 314 /* Gesture Sensor */ 433 /* pxs + gesture gains are mirrored */ in apds9960_set_pxs_gain() 932 dev_err(dev, "INT gesture reg field init failed\n"); in apds9960_regfield_init() 953 dev_err(dev, "Enable gesture reg field init failed\n"); in apds9960_regfield_init() 976 /* Ensure gesture interrupt is OFF */ in apds9960_chip_init() 981 /* Disable gesture sensor, since polling is useless from user-space */ in apds9960_chip_init() 1015 * Wait for 4 event outside gesture threshold to prevent interrupt in apds9960_chip_init() [all …]
|
| /linux/drivers/input/touchscreen/ |
| H A D | iqs7211.c | 1018 .name = "azoteq,gesture-max-ms", 1025 .label = "maximum gesture time", 1028 .name = "azoteq,gesture-mid-ms", 1033 .label = "repeated gesture time", 1036 .name = "azoteq,gesture-dist", 1043 .label = "gesture distance", 1046 .name = "azoteq,gesture-dist", 1053 .label = "gesture distance", 1056 .name = "azoteq,gesture-min-ms", 1063 .label = "minimum gesture time", [all …]
|
| /linux/drivers/input/mouse/ |
| H A 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()
|
| H A D | byd.c | 59 * Swipe gesture from off-pad to on-pad 198 /* Multitouch gesture packets */ 359 * (if desired), the touchpad's built-in gesture detection. in byd_reset_touchpad()
|
| H A D | synaptics.c | 611 "Advanced gesture mode init failed: %d\n", in synaptics_set_mode() 782 /* Gesture packet: (x, y, z) half resolution */ in synaptics_parse_agm() 1092 /* Advanced gesture mode also sends multi finger data */ in synaptics_has_multifinger()
|
| /linux/drivers/input/misc/ |
| H A D | iqs7222.c | 1209 .name = "azoteq,gesture-max-ms", 1216 .label = "maximum gesture time", 1219 .name = "azoteq,gesture-max-ms", 1226 .label = "maximum gesture time", 1229 .name = "azoteq,gesture-min-ms", 1236 .label = "minimum gesture time", 1239 .name = "azoteq,gesture-min-ms", 1246 .label = "minimum gesture time", 1249 .name = "azoteq,gesture-dist", 1256 .label = "gesture distance", [all …]
|
| H A D | iqs269a.c | 310 u8 gesture; member 1112 "azoteq,gesture-swipe")) in iqs269_parse_prop() 1117 * tap and swipe gesture timeouts; scale them appropriately. in iqs269_parse_prop() 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 D | iqs626a.c | 276 u8 gesture; member 827 if (fwnode_property_present(ch_node, "azoteq,gesture-swipe")) in iqs626_parse_trackpad() 1585 flags.gesture & BIT(i)); in iqs626_report() 1587 if (flags.gesture & GENMASK(IQS626_GESTURE_TAP, 0)) { in iqs626_report()
|
| /linux/drivers/input/rmi4/ |
| H A D | rmi_f11.c | 189 * @has_gestures: the sensor supports gesture reporting. 222 * Gesture information queries 7 and 8 are present if has_gestures bit is set. 224 * @has_single_tap: a basic single-tap gesture is supported. 225 * @has_tap_n_hold: tap-and-hold gesture is supported. 226 * @has_double_tap: double-tap gesture is supported. 229 * tap or as the first tap of a double-tap or tap-and-hold gesture. 231 * @has_press: press gesture reporting is supported. 232 * @has_pinch: pinch gesture detection is supported. 233 * @has_chiral: chiral (circular) scrolling gesture detection is supported. 236 * @has_rotate: rotation gesture detection is supported. [all …]
|
| /linux/Documentation/input/devices/ |
| H A 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 …]
|
| /linux/Documentation/devicetree/bindings/iio/imu/ |
| H A D | invensense,icm45600.yaml | 21 Processing engine for gesture recognition, activity classification, and
|
| /linux/drivers/iio/common/cros_ec_sensors/ |
| H A D | cros_ec_activity.c | 3 * cros_ec_activity - Driver for activities/gesture recognition.
|
| /linux/Documentation/process/ |
| H A D | management-style.rst | 24 People", and NOT read it. Burn it, it's a great symbolic gesture.
|
| H A D | coding-style.rst | 13 and NOT read it. Burn them, it's a great symbolic gesture.
|
| /linux/Documentation/iio/ |
| H A D | adxl345.rst | 358 …Event: time: 1739063416002563061, type: accel(z), channel: 0, evtype: gesture, direction: singletap 366 …Event: time: 1739063446763559386, type: accel(z), channel: 0, evtype: gesture, direction: singletap
|
| /linux/Documentation/input/ |
| H A D | multi-touch-protocol.rst | 395 In the specific application of creating gesture events, the TOUCH and WIDTH
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-iio | 2244 against to generate the tap gesture event. The lower 2412 Enable tap gesture confirmation with timeout. 2418 Timeout value in seconds for tap gesture confirmation. 2424 List of available timeout value for tap gesture confirmation.
|
| /linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm_plane.c | 1163 * is to gesture the YouTube Android app into full screen in amdgpu_dm_plane_fill_dc_scaling_info()
|