Searched refs:gesture (Results 1 – 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/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 | 454 a tap or tap-and-a-half drag gesture emulates the left mouse button.
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/light/ |
D | apds9960.txt | 1 * Avago APDS9960 gesture/RGB/ALS/proximity sensor
|
/kernel/linux/linux-5.10/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 …]
|
/kernel/linux/linux-5.10/drivers/iio/light/ |
D | Kconfig | 77 tristate "Avago APDS9960 gesture/RGB/ALS/proximity sensor" 84 APDS9960 gesture/RGB/ALS/proximity sensor.
|
/kernel/linux/linux-5.10/Documentation/input/ |
D | multi-touch-protocol.rst | 391 In the specific application of creating gesture events, the TOUCH and WIDTH
|
/kernel/linux/linux-5.10/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.
|
/kernel/linux/linux-5.10/drivers/input/misc/ |
D | iqs269a.c | 285 u8 gesture; member
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0024_linux_drivers_input.patch | 3343 …ed_gestures[F12_GESTURE_DETECTION_LEN]; // byte0 indicate gesture type, byte1~byte4 are gesture pa… 3371 …res[0] != F12_UDG_DETECT)) { // here is demo only, customer could decode gesture data and do whate…
|