Searched refs:gesture (Results 1 – 13 of 13) sorted by relevance
| /linux/drivers/input/mouse/ |
| A D | synaptics_i2c.c | 338 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()
|
| A 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()
|
| A D | Kconfig | 454 a tap or tap-and-a-half drag gesture emulates the left mouse button.
|
| /linux/Documentation/input/devices/ |
| 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) 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/Documentation/devicetree/bindings/iio/light/ |
| A D | avago,apds9960.yaml | 7 title: Avago APDS9960 gesture/RGB/ALS/proximity sensor
|
| /linux/Documentation/devicetree/bindings/input/ |
| A D | iqs626a.yaml | 686 Specifies the numeric keycodes associated with each available gesture 695 azoteq,gesture-swipe: 716 Specifies the length of time (in ms) within which an axial gesture 725 Specifies the number of points across which an axial gesture must 729 azoteq,gesture-swipe: ["linux,keycodes"] 808 azoteq,gesture-swipe;
|
| /linux/Documentation/devicetree/bindings/iio/imu/ |
| A D | invensense,icm42600.yaml | 21 Processing engine for gesture recognition, activity classification, and
|
| /linux/drivers/input/misc/ |
| A D | iqs626a.c | 276 u8 gesture; member 1605 flags.gesture & BIT(i)); in iqs626_report() 1607 if (flags.gesture & GENMASK(IQS626_GESTURE_TAP, 0)) { in iqs626_report()
|
| A D | iqs269a.c | 285 u8 gesture; member
|
| /linux/drivers/iio/light/ |
| A D | Kconfig | 77 tristate "Avago APDS9960 gesture/RGB/ALS/proximity sensor" 84 APDS9960 gesture/RGB/ALS/proximity sensor.
|
| /linux/Documentation/input/ |
| A D | multi-touch-protocol.rst | 395 In the specific application of creating gesture events, the TOUCH and WIDTH
|
| /linux/Documentation/process/ |
| A D | management-style.rst | 24 People", and NOT read it. Burn it, it's a great symbolic gesture.
|
| A D | coding-style.rst | 13 and NOT read it. Burn them, it's a great symbolic gesture.
|
Completed in 67 milliseconds