| /linux-6.15/drivers/input/touchscreen/ |
| H A D | ektf2127.c | 58 struct input_mt_pos *touches) in ektf2127_parse_coordinates() argument 66 touches[i].x = (buf[index] & 0x0f); in ektf2127_parse_coordinates() 67 touches[i].x <<= 8; in ektf2127_parse_coordinates() 68 touches[i].x |= buf[index + 2]; in ektf2127_parse_coordinates() 70 touches[i].y = (buf[index] & 0xf0); in ektf2127_parse_coordinates() 71 touches[i].y <<= 4; in ektf2127_parse_coordinates() 72 touches[i].y |= buf[index + 1]; in ektf2127_parse_coordinates() 78 struct input_mt_pos touches[EKTF2127_MAX_TOUCHES]; in ektf2127_report_event() local 90 ektf2127_parse_coordinates(buf, touch_count, touches); in ektf2127_report_event() 91 input_mt_assign_slots(ts->input, slots, touches, in ektf2127_report_event() [all …]
|
| H A D | chipone_icn8318.c | 45 struct icn8318_touch touches[ICN8318_MAX_TOUCHES]; member 112 struct icn8318_touch *touch = &touch_data.touches[i]; in icn8318_irq()
|
| 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-6.15/drivers/hid/ |
| H A D | hid-magicmouse.c | 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() 258 msc->touches[id].x = x; in magicmouse_emit_touch() 259 msc->touches[id].y = y; in magicmouse_emit_touch() 260 msc->touches[id].size = size; in magicmouse_emit_touch() 282 msc->touches[id].scroll_x = x; in magicmouse_emit_touch() 283 msc->touches[id].scroll_y = y; in magicmouse_emit_touch() 284 msc->touches[id].scroll_x_hr = x; in magicmouse_emit_touch() 285 msc->touches[id].scroll_y_hr = y; in magicmouse_emit_touch() [all …]
|
| /linux-6.15/tools/testing/selftests/hid/tests/ |
| H A D | test_wacom_generic.py | 989 touches = self.make_contacts(5) 990 touches[0].confidence = False 991 touches[2].confidence = False 992 touches[4].confidence = False 994 r = uhdev.event(touches) 1019 touches = self.make_contacts(len(state), t) 1021 for item in zip(touches, state): 1025 r = uhdev.event(touches)
|
| H A D | test_multitouch.py | 744 touches = [ 752 for t in touches: 754 r = uhdev.event(touches) 757 for i, t in enumerate(touches): 764 for t in touches: 769 r = uhdev.event(touches) 772 for i, t in enumerate(touches): 1080 while touches: 1081 t = touches[: uhdev.touches_in_a_report] 1082 touches = touches[uhdev.touches_in_a_report :] [all …]
|
| /linux-6.15/Documentation/devicetree/bindings/leds/backlight/ |
| H A D | apple,dwi-bl.yaml | 14 iPads and iPod touches with a LCD display, 1-2 backlight controllers
|
| /linux-6.15/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-6.15/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-6.15/arch/arm/mm/ |
| H A D | proc-v7m.S | 151 stmiane sp, {r0-r6, lr} @ v7m_invalidate_l1 touches r0-r6
|
| /linux-6.15/Documentation/input/ |
| H A D | event-codes.rst | 174 purpose. A trackpad event generated by finger touches should generate events 371 Depending on the device, the rectangle may enclose all touches, like a 373 touches. The diversity makes the rectangle of limited use, but some 437 be used to report the number of touches active on the trackpad.
|
| /linux-6.15/Documentation/devicetree/bindings/input/touchscreen/ |
| H A D | cypress,cy8ctma340.yaml | 100 touches are detected before entering low-power mode
|
| /linux-6.15/Documentation/devicetree/bindings/input/ |
| H A D | microchip,cap11xx.yaml | 80 At the more sensitive settings, touches are detected for a smaller delta
|
| /linux-6.15/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-6.15/Documentation/ABI/testing/ |
| H A D | sysfs-driver-wacom | 39 when the stylus touches the tablet surface, or any button is
|
| /linux-6.15/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-6.15/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-6.15/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-6.15/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-6.15/drivers/video/backlight/ |
| H A D | Kconfig | 299 Apple iPhones, iPads and iPod touches.
|
| /linux-6.15/tools/objtool/Documentation/ |
| H A D | objtool.txt | 379 Also make sure that no other code in the function touches the frame
|
| /linux-6.15/Documentation/process/ |
| H A D | maintainer-kvm-x86.rst | 180 If a patch touches multiple topics, traverse up the conceptual tree to find the
|
| H A D | backporting.rst | 229 would be one that touches the same code as the patch you are
|
| /linux-6.15/Documentation/arch/powerpc/ |
| H A D | ultravisor.rst | 1066 can happen when the SVM touches a paged-out page.
|