Searched refs:gesture (Results 1 – 11 of 11) sorted by relevance
/Linux-v6.6/drivers/input/mouse/ |
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 | 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()
|
D | Kconfig | 448 a tap or tap-and-a-half drag gesture emulates the left mouse button.
|
/Linux-v6.6/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) 699 supported gesture IDs: 764 40 41 42 43. In addition to that, this bit must be 1 when gesture 838 bit7 0 RW EN_PS2_F2: PS/2 gesture mode 2nd [all …]
|
/Linux-v6.6/drivers/input/misc/ |
D | iqs626a.c | 276 u8 gesture; member 1595 flags.gesture & BIT(i)); in iqs626_report() 1597 if (flags.gesture & GENMASK(IQS626_GESTURE_TAP, 0)) { in iqs626_report()
|
D | iqs269a.c | 278 u8 gesture; member
|
/Linux-v6.6/drivers/iio/light/ |
D | Kconfig | 77 tristate "Avago APDS9960 gesture/RGB/ALS/proximity sensor" 84 APDS9960 gesture/RGB/ALS/proximity sensor.
|
/Linux-v6.6/Documentation/input/ |
D | multi-touch-protocol.rst | 395 In the specific application of creating gesture events, the TOUCH and WIDTH
|
/Linux-v6.6/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.
|
/Linux-v6.6/Documentation/ABI/testing/ |
D | sysfs-bus-iio | 2095 against to generate the tap gesture event. The lower
|