Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/touchscreen/
Dft6236.c75 u8 touches; member
99 u8 touches; in ft6236_interrupt() local
108 touches = buf.touches & 0xf; in ft6236_interrupt()
109 if (touches > FT6236_MAX_TOUCH_POINTS) { in ft6236_interrupt()
112 touches, FT6236_MAX_TOUCH_POINTS); in ft6236_interrupt()
113 touches = FT6236_MAX_TOUCH_POINTS; in ft6236_interrupt()
116 for (i = 0; i < touches; i++) { in ft6236_interrupt()
Dpixcir_i2c_ts.c54 struct pixcir_touch touches[PIXCIR_MAX_SLOTS]; member
99 report->touches[i].x = (bufptr[1] << 8) | bufptr[0]; in pixcir_ts_parse()
100 report->touches[i].y = (bufptr[3] << 8) | bufptr[2]; in pixcir_ts_parse()
103 report->touches[i].id = bufptr[4]; in pixcir_ts_parse()
127 touch = &report->touches[i]; in pixcir_ts_report()
136 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.4.14/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.4.14/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.4.14/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.4.14/Documentation/ABI/testing/
Dsysfs-driver-wacom37 when the stylus touches the tablet surface, or any button is
/linux-4.4.14/drivers/input/mouse/
Dcyapa_gen3.c116 struct cyapa_touch touches[5]; member
1196 const struct cyapa_touch *touch = &data.touches[i]; in cyapa_gen3_irq_handler()
/linux-4.4.14/arch/arm/mm/
Dproc-v7.S278 stmia r12, {r0-r5, lr} @ v7_invalidate_l1 touches r0-r6
419 stmia r12, {r0-r5, lr} @ v7_invalidate_l1 touches r0-r6
/linux-4.4.14/Documentation/ia64/
Daliasing.txt183 the driver explicitly touches them.
/linux-4.4.14/Documentation/vm/
Dfrontswap.txt200 addressable. Frontswap barely touches the existing swap subsystem,
/linux-4.4.14/Documentation/cgroups/
Dmemory.txt196 cgroup that first touches a page is accounted for the page. The principle
/linux-4.4.14/drivers/scsi/aic7xxx/
Daic79xx.seq1533 * Need two instructions between "touches" of SGHADDR.
/linux-4.4.14/Documentation/filesystems/
Dproc.txt927 of memory, but only touches 300M of it will show up as
/linux-4.4.14/Documentation/
Dmemory-barriers.txt377 load touches one of a sequence of stores from another CPU, then by the