| /linux/drivers/hid/ |
| H A D | hid-magicmouse.c | 119 * @ntouches: Number of touches in most recent touch report. 122 * @touches: Most recent data for a touch, indexed by tracking ID. 123 * @tracking_ids: Mapping of current touch input data to @touches. 146 } touches[16]; member 164 if (msc->touches[idx].size < 8) { in magicmouse_firm_touch() 195 int x = msc->touches[id].x; in magicmouse_emit_buttons() 259 msc->touches[id].x = x; in magicmouse_emit_touch() 260 msc->touches[id].y = y; in magicmouse_emit_touch() 261 msc->touches[id].size = size; in magicmouse_emit_touch() 270 int step_x = msc->touches[id].scroll_x - x; in magicmouse_emit_touch() [all …]
|
| /linux/tools/testing/selftests/hid/tests/ |
| H A D | test_wacom_generic.py | 991 Ensure that all confident touches are reported and that all non- 992 confident touches are ignored. 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)
|
| /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/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/drivers/input/touchscreen/ |
| H A D | chipone_icn8505.c | 65 struct icn8505_touch touches[ICN8505_MAX_TOUCHES]; member 336 dev_warn(dev, "Too many touches %d > %d\n", in icn8505_irq() 342 struct icn8505_touch *touch = &touch_data.touches[i]; in icn8505_irq()
|
| H A D | silead.c | 259 dev_warn(dev, "More touches reported then supported %d > %d\n", in silead_ts_read_data() 265 goto sync; /* Pen is down, release all previous touches */ in silead_ts_read_data()
|
| /linux/arch/x86/include/asm/ |
| H A D | boot.h | 67 * Add 4 spare table in case decompressor touches anything beyond what is
|
| /linux/kernel/ |
| H A D | crash_core_test.c | 121 .description = "1.2: A's right boundary touches B's left boundary", 159 .description = "1.6: A's left boundary touches B's right boundary",
|
| /linux/drivers/w1/ |
| H A D | w1_netlink.h | 87 * @W1_CMD_TOUCH: Touches a series of bytes.
|
| /linux/drivers/gpu/drm/i915/ |
| H A D | i915_file_private.h | 72 * touches a struct i915_gem_proto_context is guarded by
|
| /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/microblaze/include/asm/ |
| H A D | thread_info.h | 136 * ever touches our thread-synchronous status, so we don't
|
| /linux/Documentation/devicetree/bindings/input/touchscreen/ |
| H A D | cypress,cy8ctma340.yaml | 100 touches are detected before entering low-power mode
|
| /linux/arch/sh/include/asm/ |
| H A D | thread_info.h | 142 * ever touches our thread-synchronous status, so we don't
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-driver-wacom | 39 when the stylus touches the tablet surface, or any button is
|
| /linux/Documentation/devicetree/bindings/input/ |
| H A D | microchip,cap11xx.yaml | 80 At the more sensitive settings, touches are detected for a smaller delta
|
| /linux/drivers/gpu/drm/etnaviv/ |
| H A D | etnaviv_cmd_parser.c | 125 "%s: load state touches restricted state 0x%x at offset %u\n", in etnaviv_validate_load_state()
|
| /linux/arch/arm/mm/ |
| H A D | proc-v7m.S | 151 stmiane sp, {r0-r6, lr} @ v7m_invalidate_l1 touches r0-r6
|
| /linux/include/linux/ |
| H A D | via-core.h | 74 * The framebuffer MMIO region. Little, if anything, touches
|
| /linux/lib/ |
| H A D | lru_cache.c | 436 * "touches" and returns it. 501 * "touches" and returns it.
|
| /linux/tools/testing/selftests/powerpc/tm/ |
| H A D | tm-signal-pagefault.c | 6 * happen when the kernel signal handling code touches the user signal stack.
|
| /linux/Documentation/input/devices/ |
| H A D | ntrig.rst | 88 short lived touches. As such, I assume that the longer the continuous stream
|
| /linux/drivers/firmware/efi/libstub/ |
| H A D | Makefile | 48 # stub code never touches, so let's turn off struct randomization for the stub
|
| /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/drivers/input/mouse/ |
| H A D | cyapa_gen3.c | 115 /* CYAPA reports up to 5 touches per packet. */ 116 struct cyapa_touch touches[5]; member 1154 const struct cyapa_touch *touch = &data->touches[i]; in cyapa_gen3_event_process()
|