Searched refs:touches (Results 1 – 18 of 18) sorted by relevance
| /linux/tools/testing/selftests/hid/tests/ |
| H A D | test_wacom_generic.py | 997 touches = self.make_contacts(5) 998 touches[0].confidence = False 999 touches[2].confidence = False 1000 touches[4].confidence = False 1002 r = uhdev.event(touches) 1031 touches = self.make_contacts(len(state), t) 1033 for item in zip(touches, state): 1037 r = uhdev.event(touches)
|
| H A D | test_multitouch.py | 821 touches = [ 829 for t in touches: 831 r = uhdev.event(touches) 834 for i, t in enumerate(touches): 841 for t in touches: 846 r = uhdev.event(touches) 849 for i, t in enumerate(touches): 1173 touches = [Touch(i, i * 10, i * 10 + 5) for i in range(uhdev.max_contacts)] 1178 while touches: 1179 t = touches[: uhdev.touches_in_a_report] [all …]
|
| /linux/drivers/input/touchscreen/ |
| H A D | chipone_icn8505.c | 65 struct icn8505_touch touches[ICN8505_MAX_TOUCHES]; member 342 struct icn8505_touch *touch = &touch_data.touches[i]; in icn8505_irq()
|
| /linux/Documentation/locking/ |
| H A D | spinlocks.rst | 43 example, internal driver data structures that nobody else ever touches). 47 touches a shared variable has to agree about the spinlock they want
|
| /linux/tools/testing/selftests/powerpc/math/ |
| H A D | vmx_asm.S | 9 # Should be safe from C, only touches r4, r5 and v0,v1,v2
|
| /linux/arch/arm/mm/ |
| H A D | proc-v7m.S | 151 stmiane sp, {r0-r6, lr} @ v7m_invalidate_l1 touches r0-r6
|
| /linux/Documentation/input/ |
| H A D | event-codes.rst | 174 purpose. A trackpad event generated by finger touches should generate events 377 Depending on the device, the rectangle may enclose all touches, like a 379 touches. The diversity makes the rectangle of limited use, but some 468 be used to report the number of touches active on the trackpad.
|
| /linux/arch/arm/boot/dts/aspeed/ |
| H A D | aspeed-bmc-delta-ahe50dc.dts | 396 * it at one as a failsafe to ensure nothing accidentally touches it.
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-driver-wacom | 39 when the stylus touches the tablet surface, or any button is
|
| /linux/drivers/input/mouse/ |
| H A D | cyapa_gen3.c | 116 struct cyapa_touch touches[5]; member 1154 const struct cyapa_touch *touch = &data->touches[i]; in cyapa_gen3_event_process()
|
| /linux/Documentation/input/devices/ |
| H A D | ntrig.rst | 88 short lived touches. As such, I assume that the longer the continuous stream
|
| H A D | alps.rst | 329 TWO: 1: Two touches present, byte 0/4/5 are in TWO fmt
|
| /linux/Documentation/arch/x86/ |
| H A D | mds.rst | 166 is only the data that NMI touches, and that may or may not be of
|
| /linux/Documentation/filesystems/ext4/ |
| H A D | journal.rst | 417 ``j_uuid`` field in ``struct journal_s``, but only tune2fs touches that 488 ``j_uuid`` field in ``struct journal_s``, but only tune2fs touches that
|
| /linux/Documentation/process/ |
| H A D | maintainer-kvm-x86.rst | 180 If a patch touches multiple topics, traverse up the conceptual tree to find the
|
| /linux/Documentation/arch/powerpc/ |
| H A D | ultravisor.rst | 1066 can happen when the SVM touches a paged-out page.
|
| /linux/drivers/scsi/aic7xxx/ |
| H A D | aic79xx.seq | 1533 * Need two instructions between "touches" of SGHADDR.
|
| /linux/Documentation/ |
| H A D | memory-barriers.txt | 419 if that load touches one of a sequence of stores from another CPU, then
|