/openbmc/linux/drivers/input/touchscreen/ |
H A D | ektf2127.c | 52 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 …]
|
H A D | chipone_icn8318.c | 45 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()
|
H A D | chipone_icn8505.c | 65 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()
|
/openbmc/linux/drivers/hid/ |
H A D | hid-magicmouse.c | 118 * @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() 254 msc->touches[id].x = x; in magicmouse_emit_touch() 255 msc->touches[id].y = y; in magicmouse_emit_touch() 256 msc->touches[id].size = size; in magicmouse_emit_touch() 265 int step_x = msc->touches[id].scroll_x - x; in magicmouse_emit_touch() [all …]
|
/openbmc/linux/Documentation/input/ |
H A D | event-codes.rst | 174 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.
|
/openbmc/linux/Documentation/locking/ |
H A 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
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/canonical-multitouch/ |
H A D | frame_2.5.0.bb | 1 SUMMARY = "Frame handles simultaneous touches"
|
/openbmc/libpldm/scripts/ |
H A D | run-ci | 17 # Make sure if the change touches the public headers, it also updates the
|
H A D | pre-submit | 17 # Make sure if the change touches the public headers, it also updates the
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | boot.h | 72 * Add 4 spare table in case decompressor touches anything beyond what is
|
/openbmc/openbmc/poky/documentation/dev-manual/ |
H A D | disk-space.rst | 38 The above command relies on the fact that BitBake touches the sstate cache
|
/openbmc/linux/fs/reiserfs/ |
H A D | lock.c | 31 /* No need to protect it, only the current task touches it */ in reiserfs_write_lock()
|
/openbmc/linux/drivers/w1/ |
H A D | w1_netlink.h | 87 * @W1_CMD_TOUCH: Touches a series of bytes.
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_file_private.h | 72 * touches a struct i915_gem_proto_context is guarded by
|
/openbmc/linux/tools/testing/selftests/powerpc/math/ |
H A D | vmx_asm.S | 9 # Should be safe from C, only touches r4, r5 and v0,v1,v2
|
/openbmc/linux/arch/microblaze/include/asm/ |
H A D | thread_info.h | 136 * ever touches our thread-synchronous status, so we don't
|
/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/ |
H A D | cypress,cy8ctma340.yaml | 100 touches are detected before entering low-power mode
|
/openbmc/linux/kernel/ |
H A D | gen_kheaders.sh | 46 # changed, Kconfig touches the corresponding timestamp file include/config/*.
|
/openbmc/u-boot/drivers/net/phy/ |
H A D | Kconfig | 180 process. The settings that this touches are not documented in the CONFREG
|
/openbmc/linux/arch/sh/include/asm/ |
H A D | thread_info.h | 142 * ever touches our thread-synchronous status, so we don't
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-driver-wacom | 39 when the stylus touches the tablet surface, or any button is
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_notify_failure.c | 219 /* Calculate the real range when it touches the boundary */ in xfs_dax_notify_failure()
|
/openbmc/linux/drivers/gpu/drm/etnaviv/ |
H A D | etnaviv_cmd_parser.c | 124 "%s: load state touches restricted state 0x%x at offset %u\n", in etnaviv_validate_load_state()
|
/openbmc/linux/arch/arm/mm/ |
H A D | proc-v7m.S | 150 stmiane sp, {r0-r6, lr} @ v7m_invalidate_l1 touches r0-r6
|
/openbmc/linux/include/linux/ |
H A D | via-core.h | 74 * The framebuffer MMIO region. Little, if anything, touches
|