Home
last modified time | relevance | path

Searched full:gesture (Results 1 – 25 of 26) sorted by relevance

12

/Linux-v6.1/Documentation/devicetree/bindings/input/
Dazoteq,iqs7222.yaml440 slider gesture).
571 Represents a press or gesture (IQS7222A only) event reported by
577 azoteq,gesture-max-ms:
583 or flick gesture must be completed in order to be acknowledged
585 gesture applies to all remaining swipe or flick gestures.
587 azoteq,gesture-min-ms:
592 Specifies the length of time (in ms) for which a tap gesture must
595 azoteq,gesture-dist:
601 Specifies the distance across which a swipe or flick gesture must
603 ified for any one swipe or flick gesture applies to all remaining
[all …]
Diqs626a.yaml681 Specifies the numeric keycodes associated with each available gesture
690 azoteq,gesture-swipe:
711 Specifies the length of time (in ms) within which an axial gesture
720 Specifies the number of points across which an axial gesture must
724 azoteq,gesture-swipe: ["linux,keycodes"]
803 azoteq,gesture-swipe;
/Linux-v6.1/drivers/iio/light/
Dapds9960.c3 * apds9960.c - Support for Avago APDS9960 gesture/RGB/ALS/proximity sensor
8 * TODO: gesture + proximity calib offsets
147 /* gesture buffer */
290 /* Gesture Sensor */
387 /* pxs + gesture gains are mirrored */ in apds9960_set_pxs_gain()
881 dev_err(dev, "INT gesture reg field init failed\n"); in apds9960_regfield_init()
902 dev_err(dev, "Enable gesture reg field init failed\n"); in apds9960_regfield_init()
925 /* Ensure gesture interrupt is OFF */ in apds9960_chip_init()
930 /* Disable gesture sensor, since polling is useless from user-space */ in apds9960_chip_init()
964 * Wait for 4 event outside gesture threshold to prevent interrupt in apds9960_chip_init()
[all …]
DKconfig77 tristate "Avago APDS9960 gesture/RGB/ALS/proximity sensor"
84 APDS9960 gesture/RGB/ALS/proximity sensor.
/Linux-v6.1/drivers/input/mouse/
Dsynaptics_i2c.c119 #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()
Dnavpoint.c82 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()
Dbyd.c59 * 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()
Dsynaptics.h66 * 1 0x08 advanced gesture not particularly meaningful
193 * Last received Advanced Gesture Mode (AGM) packet. An AGM packet
DKconfig454 a tap or tap-and-a-half drag gesture emulates the left mouse button.
Dsynaptics.c603 "Advanced gesture mode init failed: %d\n", in synaptics_set_mode()
747 /* Gesture packet: (x, y, z) half resolution */ in synaptics_parse_agm()
1057 /* Advanced gesture mode also sends multi finger data */ in synaptics_has_multifinger()
/Linux-v6.1/drivers/input/rmi4/
Drmi_f11.c189 * @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-v6.1/Documentation/input/devices/
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)
693 Gesture ID
698 into a 8 bits integer, namely 'Gesture ID.' Following is a list of
699 supported gesture IDs:
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/iio/light/
Davago,apds9960.yaml7 title: Avago APDS9960 gesture/RGB/ALS/proximity sensor
/Linux-v6.1/Documentation/devicetree/bindings/iio/imu/
Dinvensense,icm42600.yaml21 Processing engine for gesture recognition, activity classification, and
/Linux-v6.1/drivers/input/misc/
Diqs7222.c871 .name = "azoteq,gesture-max-ms",
878 .label = "maximum gesture time",
881 .name = "azoteq,gesture-min-ms",
888 .label = "minimum gesture time",
891 .name = "azoteq,gesture-dist",
898 .label = "gesture distance",
901 .name = "azoteq,gesture-max-ms",
908 .label = "maximum gesture time",
Diqs626a.c276 u8 gesture; member
846 if (fwnode_property_present(ch_node, "azoteq,gesture-swipe")) in iqs626_parse_trackpad()
1605 flags.gesture & BIT(i)); in iqs626_report()
1607 if (flags.gesture & GENMASK(IQS626_GESTURE_TAP, 0)) { in iqs626_report()
Diqs269a.c285 u8 gesture; member
/Linux-v6.1/drivers/input/touchscreen/
Dcyttsp_core.c49 /* Active distance in pixels for a gesture to be reported */
285 /* Init gesture; active distance setup */ in cyttsp_act_dist_setup()
/Linux-v6.1/tools/iio/
Diio_event_monitor.c72 [IIO_EV_TYPE_GESTURE] = "gesture",
/Linux-v6.1/Documentation/process/
Dmanagement-style.rst24 People", and NOT read it. Burn it, it's a great symbolic gesture.
Dcoding-style.rst13 and NOT read it. Burn them, it's a great symbolic gesture.
/Linux-v6.1/Documentation/input/
Dmulti-touch-protocol.rst395 In the specific application of creating gesture events, the TOUCH and WIDTH
/Linux-v6.1/drivers/iio/
Dindustrialio-event.c234 [IIO_EV_TYPE_GESTURE] = "gesture",
/Linux-v6.1/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_plane.c1068 * is to gesture the YouTube Android app into full screen in fill_dc_scaling_info()
/Linux-v6.1/drivers/hid/
Dhid-debug.c1032 [MSC_GESTURE] = "Gesture", [MSC_RAW] = "RawData"

12