Searched refs:touches (Results 1 – 17 of 17) sorted by relevance
/linux-4.4.14/drivers/input/touchscreen/ |
D | ft6236.c | 75 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()
|
D | pixcir_i2c_ts.c | 54 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()
|
D | chipone_icn8318.c | 48 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/ |
D | hid-magicmouse.c | 117 } 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/ |
D | event-codes.txt | 140 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.
|
D | ntrig.txt | 77 short lived touches. As such, I assume that the longer the continuous stream
|
D | alps.txt | 317 TWO: 1: Two touches present, byte 0/4/5 are in TWO fmt
|
/linux-4.4.14/Documentation/locking/ |
D | spinlocks.txt | 36 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/ |
D | sysfs-driver-wacom | 37 when the stylus touches the tablet surface, or any button is
|
/linux-4.4.14/drivers/input/mouse/ |
D | cyapa_gen3.c | 116 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/ |
D | proc-v7.S | 278 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/ |
D | aliasing.txt | 183 the driver explicitly touches them.
|
/linux-4.4.14/Documentation/vm/ |
D | frontswap.txt | 200 addressable. Frontswap barely touches the existing swap subsystem,
|
/linux-4.4.14/Documentation/cgroups/ |
D | memory.txt | 196 cgroup that first touches a page is accounted for the page. The principle
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | aic79xx.seq | 1533 * Need two instructions between "touches" of SGHADDR.
|
/linux-4.4.14/Documentation/filesystems/ |
D | proc.txt | 927 of memory, but only touches 300M of it will show up as
|
/linux-4.4.14/Documentation/ |
D | memory-barriers.txt | 377 load touches one of a sequence of stores from another CPU, then by the
|