Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/touchscreen/
Dektf2127.c55 struct input_mt_pos *touches) in ektf2127_parse_coordinates() argument
63 touches[i].x = (buf[index] & 0x0f); in ektf2127_parse_coordinates()
64 touches[i].x <<= 8; in ektf2127_parse_coordinates()
65 touches[i].x |= buf[index + 2]; in ektf2127_parse_coordinates()
67 touches[i].y = (buf[index] & 0xf0); in ektf2127_parse_coordinates()
68 touches[i].y <<= 4; in ektf2127_parse_coordinates()
69 touches[i].y |= buf[index + 1]; in ektf2127_parse_coordinates()
75 struct input_mt_pos touches[EKTF2127_MAX_TOUCHES]; in ektf2127_report_event() local
87 ektf2127_parse_coordinates(buf, touch_count, touches); in ektf2127_report_event()
88 input_mt_assign_slots(ts->input, slots, touches, in ektf2127_report_event()
[all …]
Dchipone_icn8318.c49 struct icn8318_touch touches[ICN8318_MAX_TOUCHES]; member
116 struct icn8318_touch *touch = &touch_data.touches[i]; in icn8318_irq()
Dchipone_icn8505.c65 struct icn8505_touch touches[ICN8505_MAX_TOUCHES]; member
343 struct icn8505_touch *touch = &touch_data.touches[i]; in icn8505_irq()
/Linux-v4.19/drivers/hid/
Dhid-magicmouse.c118 } touches[16]; member
132 if (msc->touches[idx].size < 8) { in magicmouse_firm_touch()
163 int x = msc->touches[id].x; in magicmouse_emit_buttons()
211 msc->touches[id].x = x; in magicmouse_emit_touch()
212 msc->touches[id].y = y; in magicmouse_emit_touch()
213 msc->touches[id].size = size; in magicmouse_emit_touch()
220 int step_x = msc->touches[id].scroll_x - x; in magicmouse_emit_touch()
221 int step_y = msc->touches[id].scroll_y - y; in magicmouse_emit_touch()
226 msc->touches[id].scroll_x = x; in magicmouse_emit_touch()
227 msc->touches[id].scroll_y = y; in magicmouse_emit_touch()
[all …]
/Linux-v4.19/Documentation/input/
Devent-codes.rst170 purpose. A trackpad event generated by finger touches should generate events
327 Depending on the device, the rectangle may enclose all touches, like a
329 touches. The diversity makes the rectangle of limited use, but some
393 be used to report the number of touches active on the trackpad.
/Linux-v4.19/Documentation/devicetree/bindings/input/touchscreen/
Dcyttsp.txt34 touches are detected before entering low-power mode.
/Linux-v4.19/tools/testing/selftests/powerpc/math/
Dvmx_asm.S13 # Should be safe from C, only touches r4, r5 and v0,v1,v2
/Linux-v4.19/Documentation/locking/
Dspinlocks.txt36 example, internal driver data structures that nobody else ever touches).
40 touches a shared variable has to agree about the spinlock they want
/Linux-v4.19/arch/arm/mm/
Dproc-v7m.S152 stmneia sp, {r0-r6, lr} @ v7m_invalidate_l1 touches r0-r6
Dproc-v7.S294 stmia r12, {r1-r6, lr} @ v7_invalidate_l1 touches r0-r6
470 stmia r12, {r1-r6, lr} @ v7_invalidate_l1 touches r0-r6
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-driver-wacom39 when the stylus touches the tablet surface, or any button is
/Linux-v4.19/drivers/input/mouse/
Dcyapa_gen3.c116 struct cyapa_touch touches[5]; member
1153 const struct cyapa_touch *touch = &data->touches[i]; in cyapa_gen3_event_process()
/Linux-v4.19/Documentation/input/devices/
Dntrig.rst88 short lived touches. As such, I assume that the longer the continuous stream
Dalps.rst329 TWO: 1: Two touches present, byte 0/4/5 are in TWO fmt
/Linux-v4.19/Documentation/filesystems/ext4/ondisk/
Djournal.rst395 ``j_uuid`` field in ``struct journal_s``, but only tune2fs touches that
466 ``j_uuid`` field in ``struct journal_s``, but only tune2fs touches that
/Linux-v4.19/Documentation/ia64/
Daliasing.txt183 the driver explicitly touches them.
/Linux-v4.19/tools/objtool/Documentation/
Dstack-validation.txt264 Also make sure that no other code in the function touches the frame
/Linux-v4.19/Documentation/vm/
Dfrontswap.rst215 addressable. Frontswap barely touches the existing swap subsystem,
/Linux-v4.19/Documentation/bpf/
Dbpf_devel_QA.rst54 by the kernel networking community. Although these days BPF touches
/Linux-v4.19/Documentation/cgroup-v1/
Dmemory.txt196 cgroup that first touches a page is accounted for the page. The principle
/Linux-v4.19/drivers/scsi/aic7xxx/
Daic79xx.seq1533 * Need two instructions between "touches" of SGHADDR.
/Linux-v4.19/Documentation/filesystems/
Dproc.txt954 of memory, but only touches 300M of it will show up as
/Linux-v4.19/Documentation/
Dmemory-barriers.txt417 load touches one of a sequence of stores from another CPU, then by the