Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/hid/
Dhid-magicmouse.c117 } touches[16]; member
131 if (msc->touches[idx].size < 8) { in magicmouse_firm_touch()
162 int x = msc->touches[id].x; in magicmouse_emit_buttons()
210 msc->touches[id].x = x; in magicmouse_emit_touch()
211 msc->touches[id].y = y; in magicmouse_emit_touch()
212 msc->touches[id].size = size; in magicmouse_emit_touch()
219 int step_x = msc->touches[id].scroll_x - x; in magicmouse_emit_touch()
220 int step_y = msc->touches[id].scroll_y - y; in magicmouse_emit_touch()
225 msc->touches[id].scroll_x = x; in magicmouse_emit_touch()
226 msc->touches[id].scroll_y = y; in magicmouse_emit_touch()
[all …]
/linux-4.1.27/drivers/input/touchscreen/
Dpixcir_i2c_ts.c51 struct pixcir_touch touches[PIXCIR_MAX_SLOTS]; member
96 report->touches[i].x = (bufptr[1] << 8) | bufptr[0]; in pixcir_ts_parse()
97 report->touches[i].y = (bufptr[3] << 8) | bufptr[2]; in pixcir_ts_parse()
100 report->touches[i].id = bufptr[4]; in pixcir_ts_parse()
124 touch = &report->touches[i]; in pixcir_ts_report()
133 touch = &report->touches[i]; in pixcir_ts_report()
Dchipone_icn8318.c48 struct icn8318_touch touches[ICN8318_MAX_TOUCHES]; member
119 struct icn8318_touch *touch = &touch_data.touches[i]; in icn8318_irq()
/linux-4.1.27/Documentation/input/
Devent-codes.txt140 purpose. A trackpad event generated by finger touches should generate events
276 Depending on the device, the rectangle may enclose all touches, like a
278 touches. The diversity makes the rectangle of limited use, but some
333 be used to report the number of touches active on the trackpad.
Dntrig.txt77 short lived touches. As such, I assume that the longer the continuous stream
Dalps.txt317 TWO: 1: Two touches present, byte 0/4/5 are in TWO fmt
/linux-4.1.27/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-4.1.27/Documentation/ABI/testing/
Dsysfs-driver-wacom37 when the stylus touches the tablet surface, or any button is
/linux-4.1.27/drivers/input/mouse/
Dcyapa_gen3.c116 struct cyapa_touch touches[5]; member
1192 const struct cyapa_touch *touch = &data.touches[i]; in cyapa_gen3_irq_handler()
/linux-4.1.27/arch/arm/mm/
Dproc-v7.S272 stmia r12, {r0-r5, lr} @ v7_invalidate_l1 touches r0-r6
341 stmia r12, {r0-r5, lr} @ v7_invalidate_l1 touches r0-r6
/linux-4.1.27/Documentation/ia64/
Daliasing.txt183 the driver explicitly touches them.
/linux-4.1.27/Documentation/vm/
Dfrontswap.txt200 addressable. Frontswap barely touches the existing swap subsystem,
/linux-4.1.27/Documentation/cgroups/
Dmemory.txt196 cgroup that first touches a page is accounted for the page. The principle
/linux-4.1.27/drivers/scsi/aic7xxx/
Daic79xx.seq1533 * Need two instructions between "touches" of SGHADDR.
/linux-4.1.27/Documentation/filesystems/
Dproc.txt912 of memory, but only touches 300M of it will show up as
/linux-4.1.27/Documentation/
Dmemory-barriers.txt377 load touches one of a sequence of stores from another CPU, then by the