Home
last modified time | relevance | path

Searched refs:gesture (Results 1 – 5 of 5) sorted by relevance

/drivers/input/mouse/
Dsynaptics_i2c.c338 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()
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()
DKconfig454 a tap or tap-and-a-half drag gesture emulates the left mouse button.
/drivers/iio/light/
DKconfig77 tristate "Avago APDS9960 gesture/RGB/ALS/proximity sensor"
84 APDS9960 gesture/RGB/ALS/proximity sensor.
/drivers/input/misc/
Diqs269a.c278 u8 gesture; member