Home
last modified time | relevance | path

Searched refs:flick (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/Documentation/devicetree/bindings/input/
H A Dazoteq,iqs7222.yaml250 "^event-(press|tap|(swipe|flick)-(x|y)-(pos|neg))$":
275 gesture applies to all other swipe or flick gestures.
291 flick gesture must travel in order to be acknowledged by the
293 applies to all remaining swipe or flick gestures.
715 "^event-(press|tap|(swipe|flick)-(pos|neg))$":
733 gesture applies to all remaining swipe or flick gestures.
752 applies to all remaining swipe or flick gestures.
900 "^event-(press|tap|(swipe|flick)-(pos|neg))$":
911 "^event-(press|tap|(swipe|flick)-(pos|neg))$":
1135 event-flick-pos {
[all …]
H A Diqs626a.yaml662 0: Positive flick or swipe in X direction
663 1: Negative flick or swipe in X direction
664 2: Positive flick or swipe in Y direction
665 3: Negative flick or swipe in Y direction
673 remains on trackpad) instead of a flick (finger leaves trackpad).
691 must be completed in order to be interpreted as a flick or swipe.
700 travel in order to be interpreted as a flick or swipe.
/openbmc/linux/drivers/input/rmi4/
H A Drmi_f11.c504 u8 *flick; member
731 data->flick = data->pinch; in f11_2d_construct_data()
734 data->flick = &sensor->data_pkt[i]; in f11_2d_construct_data()
741 data->rotate = data->flick + 1; in f11_2d_construct_data()