Home
last modified time | relevance | path

Searched full:flick (Results 1 – 8 of 8) sorted by relevance

/linux/Documentation/devicetree/bindings/input/
H A Dazoteq,iqs7222.yaml250 "^event-(press|tap|(swipe|flick)-(x|y)-(pos|neg))$":
273 or flick gesture must be completed in order to be acknowledged
274 by the device. The number specified for any one swipe or flick
275 gesture applies to all other swipe or flick gestures.
291 flick gesture must travel in order to be acknowledged by the
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))$":
731 or flick gesture must be completed in order to be acknowledged
732 by the device. The number specified for any one swipe or flick
[all …]
H A Diqs269a.yaml231 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
242 on slider) instead of a flick (finger leaves slider).
261 completed in order to be interpreted as a flick or swipe. Default and max-
272 in order to be interpreted as a flick or swipe.
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.
/linux/drivers/input/rmi4/
H A Drmi_f11.c230 * @has_flick: flick detection is supported.
297 * between a fast flick and a quick drumming movement and registers
492 * @flick - flick distance X & Y, flick time (if present).
504 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()
/linux/arch/arm64/kernel/pi/
H A Dmap_kernel.c161 * physical address bits once we flick the LPA2 switch (TCR.DS). Since in remap_idmap_for_lpa2()
/linux/drivers/input/misc/
H A Diqs7222.c185 .name = "event-flick-pos",
192 .name = "event-flick-neg",
250 .name = "event-flick-x-pos",
259 .name = "event-flick-y-pos",
268 .name = "event-flick-x-neg",
277 .name = "event-flick-y-neg",
/linux/arch/powerpc/mm/nohash/
H A Dmmu_context.c302 /* Flick the MMU and release lock */ in switch_mmu_context()
/linux/drivers/md/persistent-data/
H A Ddm-space-map-metadata.c726 * Flick into a mode where all blocks get allocated in the new area. in sm_metadata_extend()