Home
last modified time | relevance | path

Searched full:touches (Results 1 – 25 of 212) sorted by relevance

123456789

/kernel/linux/linux-5.10/drivers/input/touchscreen/
Dektf2127.c51 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
78 "Too many touches %d > %d\n", in ektf2127_report_event()
83 ektf2127_parse_coordinates(buf, touch_count, touches); in ektf2127_report_event()
[all …]
Dchipone_icn8318.c45 struct icn8318_touch touches[ICN8318_MAX_TOUCHES]; member
106 dev_warn(dev, "Too much touches %d > %d\n", in icn8318_irq()
112 struct icn8318_touch *touch = &touch_data.touches[i]; in icn8318_irq()
Dchipone_icn8505.c65 struct icn8505_touch touches[ICN8505_MAX_TOUCHES]; member
337 dev_warn(dev, "Too many touches %d > %d\n", in icn8505_irq()
343 struct icn8505_touch *touch = &touch_data.touches[i]; in icn8505_irq()
/kernel/linux/linux-6.6/drivers/input/touchscreen/
Dektf2127.c52 struct input_mt_pos *touches) in ektf2127_parse_coordinates() argument
60 touches[i].x = (buf[index] & 0x0f); in ektf2127_parse_coordinates()
61 touches[i].x <<= 8; in ektf2127_parse_coordinates()
62 touches[i].x |= buf[index + 2]; in ektf2127_parse_coordinates()
64 touches[i].y = (buf[index] & 0xf0); in ektf2127_parse_coordinates()
65 touches[i].y <<= 4; in ektf2127_parse_coordinates()
66 touches[i].y |= buf[index + 1]; in ektf2127_parse_coordinates()
72 struct input_mt_pos touches[EKTF2127_MAX_TOUCHES]; in ektf2127_report_event() local
79 "Too many touches %d > %d\n", in ektf2127_report_event()
84 ektf2127_parse_coordinates(buf, touch_count, touches); in ektf2127_report_event()
[all …]
Dchipone_icn8318.c45 struct icn8318_touch touches[ICN8318_MAX_TOUCHES]; member
106 dev_warn(dev, "Too much touches %d > %d\n", in icn8318_irq()
112 struct icn8318_touch *touch = &touch_data.touches[i]; in icn8318_irq()
Dchipone_icn8505.c65 struct icn8505_touch touches[ICN8505_MAX_TOUCHES]; member
337 dev_warn(dev, "Too many touches %d > %d\n", in icn8505_irq()
343 struct icn8505_touch *touch = &touch_data.touches[i]; in icn8505_irq()
/kernel/linux/linux-6.6/drivers/hid/
Dhid-magicmouse.c118 * @ntouches: Number of touches in most recent touch report.
121 * @touches: Most recent data for a touch, indexed by tracking ID.
122 * @tracking_ids: Mapping of current touch input data to @touches.
142 } touches[16]; member
160 if (msc->touches[idx].size < 8) { in magicmouse_firm_touch()
191 int x = msc->touches[id].x; in magicmouse_emit_buttons()
252 msc->touches[id].x = x; in magicmouse_emit_touch()
253 msc->touches[id].y = y; in magicmouse_emit_touch()
254 msc->touches[id].size = size; in magicmouse_emit_touch()
262 int step_x = msc->touches[id].scroll_x - x; in magicmouse_emit_touch()
[all …]
/kernel/linux/linux-5.10/drivers/hid/
Dhid-magicmouse.c108 * @ntouches: Number of touches in most recent touch report.
111 * @touches: Most recent data for a touch, indexed by tracking ID.
112 * @tracking_ids: Mapping of current touch input data to @touches.
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()
[all …]
/kernel/linux/linux-5.10/Documentation/input/
Devent-codes.rst170 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.
/kernel/linux/linux-6.6/Documentation/input/
Devent-codes.rst174 purpose. A trackpad event generated by finger touches should generate events
371 Depending on the device, the rectangle may enclose all touches, like a
373 touches. The diversity makes the rectangle of limited use, but some
437 be used to report the number of touches active on the trackpad.
/kernel/linux/linux-6.6/Documentation/locking/
Dspinlocks.rst43 example, internal driver data structures that nobody else ever touches).
47 touches a shared variable has to agree about the spinlock they want
/kernel/linux/linux-5.10/Documentation/locking/
Dspinlocks.rst43 example, internal driver data structures that nobody else ever touches).
47 touches a shared variable has to agree about the spinlock they want
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dboot.h72 * Add 4 spare table in case decompressor touches anything beyond what is
/kernel/linux/linux-6.6/arch/x86/include/asm/
Dboot.h72 * Add 4 spare table in case decompressor touches anything beyond what is
/kernel/linux/linux-5.10/fs/reiserfs/
Dlock.c31 /* No need to protect it, only the current task touches it */ in reiserfs_write_lock()
/kernel/linux/linux-6.6/fs/reiserfs/
Dlock.c31 /* No need to protect it, only the current task touches it */ in reiserfs_write_lock()
/kernel/linux/linux-5.10/drivers/pwm/
Dpwm-lpss-platform.c81 * If other device's AML code touches the PWM regs on suspend/resume in pwm_lpss_prepare()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
Di915_file_private.h72 * touches a struct i915_gem_proto_context is guarded by
/kernel/linux/linux-6.6/drivers/w1/
Dw1_netlink.h87 * @W1_CMD_TOUCH: Touches a series of bytes.
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/input/touchscreen/
Dcyttsp.txt34 touches are detected before entering low-power mode.
/kernel/linux/linux-5.10/drivers/w1/
Dw1_netlink.h87 * @W1_CMD_TOUCH: Touches a series of bytes.
/kernel/linux/linux-6.6/arch/microblaze/include/asm/
Dthread_info.h136 * ever touches our thread-synchronous status, so we don't
/kernel/linux/linux-5.10/arch/microblaze/include/asm/
Dthread_info.h142 * ever touches our thread-synchronous status, so we don't
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/math/
Dvmx_asm.S9 # Should be safe from C, only touches r4, r5 and v0,v1,v2
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/math/
Dvmx_asm.S9 # Should be safe from C, only touches r4, r5 and v0,v1,v2

123456789