Searched full:swipe (Results 1 – 10 of 10) sorted by relevance
/linux/Documentation/devicetree/bindings/input/ |
H A D | iqs269a.yaml | 231 2: Slider 0 positive flick or swipe 232 3: Slider 0 negative flick or swipe 235 6: Slider 1 positive flick or swipe 236 7: Slider 1 negative flick or swipe 238 azoteq,gesture-swipe: 241 Directs the device to interpret axial gestures as a swipe (finger remains 254 azoteq,timeout-swipe-ms: 261 completed in order to be interpreted as a flick or swipe. Default and max- 265 azoteq,thresh-swipe: 272 in order to be interpreted as a flick or swipe. [all …]
|
H A D | iqs626a.yaml | 662 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 669 azoteq,gesture-swipe: 672 Directs the device to interpret axial gestures as a swipe (finger 684 azoteq,timeout-swipe-ms: 691 must be completed in order to be interpreted as a flick or swipe. 693 azoteq,thresh-swipe: 700 travel in order to be interpreted as a flick or swipe. [all …]
|
H A D | azoteq,iqs7222.yaml | 250 "^event-(press|tap|(swipe|flick)-(x|y)-(pos|neg))$": 272 Specifies the length of time (in ms) within which a tap, swipe 274 by the device. The number specified for any one swipe or flick 275 gesture applies to all other swipe or flick gestures. 290 Specifies the distance (in coordinates) across which a swipe or 292 device. The number specified for any one swipe or flick gesture 293 applies to all remaining swipe or flick gestures. 715 "^event-(press|tap|(swipe|flick)-(pos|neg))$": 730 Specifies the length of time (in ms) within which a tap, swipe 732 by the device. The number specified for any one swipe or flick [all …]
|
/linux/Documentation/devicetree/bindings/input/touchscreen/ |
H A D | azoteq,iqs7211.yaml | 289 "^event-(tap(-double|-triple)?|hold|palm|swipe-(x|y)-(pos|neg)(-hold)?)$": 303 description: Specifies the maximum duration of tap/swipe gestures. 322 Specifies the minimum (swipe) or maximum (tap and hold) distance 331 repeated swipe gesture (IQS7211E only). 339 be considered a swipe gesture. 734 event-swipe-x-pos { 738 event-swipe-x-pos-hold { 742 event-swipe-x-neg { 746 event-swipe-x-neg-hold { 750 event-swipe-y-pos { [all …]
|
/linux/drivers/input/touchscreen/ |
H A D | iqs7211.c | 152 .name = "event-swipe-x-neg", 159 .name = "event-swipe-x-pos", 166 .name = "event-swipe-y-pos", 173 .name = "event-swipe-y-neg", 201 .name = "event-swipe-x-neg", 208 .name = "event-swipe-x-pos", 215 .name = "event-swipe-y-pos", 222 .name = "event-swipe-y-neg", 271 .name = "event-swipe-x-pos", 278 .name = "event-swipe-x-neg", [all …]
|
/linux/drivers/input/misc/ |
H A D | iqs269a.c | 1112 "azoteq,gesture-swipe")) in iqs269_parse_prop() 1117 * tap and swipe gesture timeouts; scale them appropriately. in iqs269_parse_prop() 1134 "azoteq,timeout-swipe-ms", in iqs269_parse_prop() 1146 "azoteq,thresh-swipe", &val)) { in iqs269_parse_prop()
|
H A D | iqs7222.c | 171 .name = "event-swipe-pos", 178 .name = "event-swipe-neg", 214 .name = "event-swipe-x-pos", 223 .name = "event-swipe-y-pos", 232 .name = "event-swipe-x-neg", 241 .name = "event-swipe-y-neg",
|
H A D | iqs626a.c | 827 if (fwnode_property_present(ch_node, "azoteq,gesture-swipe")) in iqs626_parse_trackpad() 842 if (!fwnode_property_read_u32(ch_node, "azoteq,timeout-swipe-ms", in iqs626_parse_trackpad() 854 if (!fwnode_property_read_u32(ch_node, "azoteq,thresh-swipe", in iqs626_parse_trackpad()
|
/linux/drivers/input/mouse/ |
H A D | byd.c | 59 * Swipe gesture from off-pad to on-pad
|
/linux/fs/ocfs2/ |
H A D | dlmglue.c | 4465 /* make sure the voting thread gets a swipe at whatever changes in ocfs2_wake_downconvert_thread()
|