| /Linux-v5.4/drivers/input/touchscreen/ |
| D | ektf2127.c | 51 struct input_mt_pos *touches) in ektf2127_parse_coordinates() argument 59 touches[i].x = (buf[index] & 0x0f); in ektf2127_parse_coordinates() 60 touches[i].x <<= 8; in ektf2127_parse_coordinates() 61 touches[i].x |= buf[index + 2]; in ektf2127_parse_coordinates() 63 touches[i].y = (buf[index] & 0xf0); in ektf2127_parse_coordinates() 64 touches[i].y <<= 4; in ektf2127_parse_coordinates() 65 touches[i].y |= buf[index + 1]; in ektf2127_parse_coordinates() 71 struct input_mt_pos touches[EKTF2127_MAX_TOUCHES]; in ektf2127_report_event() local 83 ektf2127_parse_coordinates(buf, touch_count, touches); in ektf2127_report_event() 84 input_mt_assign_slots(ts->input, slots, touches, in ektf2127_report_event() [all …]
|
| D | chipone_icn8318.c | 45 struct icn8318_touch touches[ICN8318_MAX_TOUCHES]; member 112 struct icn8318_touch *touch = &touch_data.touches[i]; in icn8318_irq()
|
| D | chipone_icn8505.c | 65 struct icn8505_touch touches[ICN8505_MAX_TOUCHES]; member 343 struct icn8505_touch *touch = &touch_data.touches[i]; in icn8505_irq()
|
| /Linux-v5.4/drivers/hid/ |
| D | hid-magicmouse.c | 128 } touches[16]; member 142 if (msc->touches[idx].size < 8) { in magicmouse_firm_touch() 173 int x = msc->touches[id].x; in magicmouse_emit_buttons() 233 msc->touches[id].x = x; in magicmouse_emit_touch() 234 msc->touches[id].y = y; in magicmouse_emit_touch() 235 msc->touches[id].size = size; in magicmouse_emit_touch() 243 int step_x = msc->touches[id].scroll_x - x; in magicmouse_emit_touch() 244 int step_y = msc->touches[id].scroll_y - y; in magicmouse_emit_touch() 249 msc->touches[id].scroll_x = x; in magicmouse_emit_touch() 250 msc->touches[id].scroll_y = y; in magicmouse_emit_touch() [all …]
|
| /Linux-v5.4/Documentation/locking/ |
| D | spinlocks.rst | 43 example, internal driver data structures that nobody else ever touches). 47 touches a shared variable has to agree about the spinlock they want
|
| /Linux-v5.4/Documentation/devicetree/bindings/input/touchscreen/ |
| D | cyttsp.txt | 34 touches are detected before entering low-power mode.
|
| /Linux-v5.4/tools/testing/selftests/powerpc/math/ |
| D | vmx_asm.S | 9 # Should be safe from C, only touches r4, r5 and v0,v1,v2
|
| /Linux-v5.4/Documentation/input/ |
| D | event-codes.rst | 170 purpose. A trackpad event generated by finger touches should generate events 346 Depending on the device, the rectangle may enclose all touches, like a 348 touches. The diversity makes the rectangle of limited use, but some 412 be used to report the number of touches active on the trackpad.
|
| /Linux-v5.4/arch/arm/mm/ |
| D | proc-v7m.S | 150 stmiane sp, {r0-r6, lr} @ v7m_invalidate_l1 touches r0-r6
|
| D | proc-v7.S | 291 stmia r12, {r1-r6, lr} @ v7_invalidate_l1 touches r0-r6 477 stmia r12, {r1-r6, lr} @ v7_invalidate_l1 touches r0-r6
|
| /Linux-v5.4/Documentation/ABI/testing/ |
| D | sysfs-driver-wacom | 39 when the stylus touches the tablet surface, or any button is
|
| /Linux-v5.4/drivers/input/mouse/ |
| D | cyapa_gen3.c | 116 struct cyapa_touch touches[5]; member 1153 const struct cyapa_touch *touch = &data->touches[i]; in cyapa_gen3_event_process()
|
| /Linux-v5.4/Documentation/input/devices/ |
| D | ntrig.rst | 88 short lived touches. As such, I assume that the longer the continuous stream
|
| D | alps.rst | 329 TWO: 1: Two touches present, byte 0/4/5 are in TWO fmt
|
| /Linux-v5.4/Documentation/filesystems/ext4/ |
| D | journal.rst | 395 ``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-v5.4/Documentation/ia64/ |
| D | aliasing.rst | 203 the driver explicitly touches them.
|
| /Linux-v5.4/tools/objtool/Documentation/ |
| D | stack-validation.txt | 264 Also make sure that no other code in the function touches the frame
|
| /Linux-v5.4/Documentation/vm/ |
| D | frontswap.rst | 215 addressable. Frontswap barely touches the existing swap subsystem,
|
| /Linux-v5.4/Documentation/bpf/ |
| D | bpf_devel_QA.rst | 54 by the kernel networking community. Although these days BPF touches
|
| /Linux-v5.4/Documentation/powerpc/ |
| D | ultravisor.rst | 1003 can happen when the SVM touches a paged-out page.
|
| /Linux-v5.4/Documentation/admin-guide/cgroup-v1/ |
| D | memory.rst | 217 cgroup that first touches a page is accounted for the page. The principle
|
| /Linux-v5.4/drivers/scsi/aic7xxx/ |
| D | aic79xx.seq | 1533 * Need two instructions between "touches" of SGHADDR.
|
| /Linux-v5.4/Documentation/filesystems/ |
| D | proc.txt | 999 of memory, but only touches 300M of it will show up as
|
| /Linux-v5.4/Documentation/ |
| D | memory-barriers.txt | 417 load touches one of a sequence of stores from another CPU, then by the
|