Lines Matching full:touch

52 MODULE_PARM_DESC(report_undeciphered, "Report undeciphered multi-touch state field using a MSC_RAW …
66 * 0x03 seem to indicate the aspect ratio of the touch, bits 0x70 seem
82 /* Touch surface information. Dimension is in hundredths of a mm, min and max
119 * @ntouches: Number of touches in most recent touch report.
122 * @touches: Most recent data for a touch, indexed by tracking ID.
123 * @tracking_ids: Mapping of current touch input data to @touches.
156 int touch = -1; in magicmouse_firm_touch() local
159 /* If there is only one "firm" touch, set touch to its in magicmouse_firm_touch()
165 /* Ignore this touch. */ in magicmouse_firm_touch()
166 } else if (touch >= 0) { in magicmouse_firm_touch()
167 touch = -1; in magicmouse_firm_touch()
170 touch = idx; in magicmouse_firm_touch()
174 return touch; in magicmouse_firm_touch()
188 * touch, use that to override the mouse's guess. in magicmouse_emit_buttons()
264 * vertical touch motions. in magicmouse_emit_touch()
359 /* Generate the input events for this touch. */ in magicmouse_emit_touch()
396 /* Expect four bytes of prefix, and N*9 bytes of touch data. */ in magicmouse_raw_event()
418 /* Expect twelve bytes of prefix and N*9 bytes of touch data. */ in magicmouse_raw_event()
434 /* Expect six bytes of prefix, and N*8 bytes of touch data. */ in magicmouse_raw_event()
448 * to have the current touch information before in magicmouse_raw_event()
476 * to have the current touch information before in magicmouse_raw_event()
490 /* Sometimes the trackpad sends two touch reports in one in magicmouse_raw_event()
626 /* Note: Touch Y position from the device is inverted relative in magicmouse_setup_input()
791 hid_err(msc->hdev, "unable to request touch data (%d)\n", ret); in magicmouse_enable_mt_work()
913 hid_err(hdev, "unable to register touch report\n"); in magicmouse_probe()
929 hid_err(hdev, "unable to request touch data (%d)\n", ret); in magicmouse_probe()