Home
last modified time | relevance | path

Searched refs:touches (Results 1 – 25 of 32) sorted by relevance

12

/openbmc/linux/drivers/hid/
H A Dhid-magicmouse.c142 } touches[16]; member
160 if (msc->touches[idx].size < 8) { in magicmouse_firm_touch()
191 int x = msc->touches[id].x; in magicmouse_emit_buttons()
252 msc->touches[id].x = x; in magicmouse_emit_touch()
253 msc->touches[id].y = y; in magicmouse_emit_touch()
254 msc->touches[id].size = size; in magicmouse_emit_touch()
275 msc->touches[id].scroll_x = x; in magicmouse_emit_touch()
276 msc->touches[id].scroll_y = y; in magicmouse_emit_touch()
277 msc->touches[id].scroll_x_hr = x; in magicmouse_emit_touch()
278 msc->touches[id].scroll_y_hr = y; in magicmouse_emit_touch()
[all …]
/openbmc/linux/drivers/input/touchscreen/
H A Dektf2127.c52 struct input_mt_pos *touches) in ektf2127_parse_coordinates() argument
60 touches[i].x = (buf[index] & 0x0f); in ektf2127_parse_coordinates()
61 touches[i].x <<= 8; in ektf2127_parse_coordinates()
62 touches[i].x |= buf[index + 2]; in ektf2127_parse_coordinates()
64 touches[i].y = (buf[index] & 0xf0); in ektf2127_parse_coordinates()
65 touches[i].y <<= 4; in ektf2127_parse_coordinates()
66 touches[i].y |= buf[index + 1]; in ektf2127_parse_coordinates()
72 struct input_mt_pos touches[EKTF2127_MAX_TOUCHES]; in ektf2127_report_event() local
84 ektf2127_parse_coordinates(buf, touch_count, touches); in ektf2127_report_event()
85 input_mt_assign_slots(ts->input, slots, touches, in ektf2127_report_event()
[all …]
H A Dchipone_icn8318.c45 struct icn8318_touch touches[ICN8318_MAX_TOUCHES]; member
112 struct icn8318_touch *touch = &touch_data.touches[i]; in icn8318_irq()
H A Dchipone_icn8505.c65 struct icn8505_touch touches[ICN8505_MAX_TOUCHES]; member
343 struct icn8505_touch *touch = &touch_data.touches[i]; in icn8505_irq()
/openbmc/linux/tools/testing/selftests/hid/tests/
H A Dtest_multitouch.py744 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 …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/canonical-multitouch/
H A Dframe_2.5.0.bb1 SUMMARY = "Frame handles simultaneous touches"
/openbmc/linux/Documentation/locking/
H A Dspinlocks.rst43 example, internal driver data structures that nobody else ever touches).
47 touches a shared variable has to agree about the spinlock they want
/openbmc/openbmc/poky/documentation/dev-manual/
H A Ddisk-space.rst38 The above command relies on the fact that BitBake touches the sstate cache
/openbmc/linux/tools/testing/selftests/powerpc/math/
H A Dvmx_asm.S9 # Should be safe from C, only touches r4, r5 and v0,v1,v2
/openbmc/linux/arch/arm/mm/
H A Dproc-v7m.S150 stmiane sp, {r0-r6, lr} @ v7m_invalidate_l1 touches r0-r6
/openbmc/linux/Documentation/input/
H A Devent-codes.rst174 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.
/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/
H A Dcypress,cy8ctma340.yaml100 touches are detected before entering low-power mode
/openbmc/linux/arch/arm/boot/dts/aspeed/
H A Daspeed-bmc-delta-ahe50dc.dts396 * it at one as a failsafe to ensure nothing accidentally touches it.
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-driver-wacom39 when the stylus touches the tablet surface, or any button is
/openbmc/linux/drivers/input/mouse/
H A Dcyapa_gen3.c116 struct cyapa_touch touches[5]; member
1154 const struct cyapa_touch *touch = &data->touches[i]; in cyapa_gen3_event_process()
/openbmc/u-boot/drivers/net/phy/
H A DKconfig180 process. The settings that this touches are not documented in the CONFREG
/openbmc/linux/Documentation/input/devices/
H A Dntrig.rst88 short lived touches. As such, I assume that the longer the continuous stream
H A Dalps.rst329 TWO: 1: Two touches present, byte 0/4/5 are in TWO fmt
/openbmc/linux/Documentation/arch/ia64/
H A Daliasing.rst203 the driver explicitly touches them.
/openbmc/linux/Documentation/arch/x86/
H A Dmds.rst166 is only the data that NMI touches, and that may or may not be of
/openbmc/linux/Documentation/filesystems/ext4/
H A Djournal.rst417 ``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
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/canonical-multitouch/geis/
H A D0001-provide-function-declaration-with-prototypes.patch401 * Destroys a touch set and all touches contained in it.
/openbmc/linux/tools/objtool/Documentation/
H A Dobjtool.txt352 Also make sure that no other code in the function touches the frame
/openbmc/linux/Documentation/process/
H A Dmaintainer-kvm-x86.rst180 If a patch touches multiple topics, traverse up the conceptual tree to find the
/openbmc/linux/Documentation/powerpc/
H A Dultravisor.rst1066 can happen when the SVM touches a paged-out page.

12