Searched refs:touches (Results 1 – 6 of 6) sorted by relevance
142 } touches[16]; member160 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()263 int step_y = msc->touches[id].scroll_y - y; in magicmouse_emit_touch()269 int step_x_hr = msc->touches[id].scroll_x_hr - x; in magicmouse_emit_touch()270 int step_y_hr = msc->touches[id].scroll_y_hr - y; in magicmouse_emit_touch()[all …]
52 struct input_mt_pos *touches) in ektf2127_parse_coordinates() argument60 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() local84 ektf2127_parse_coordinates(buf, touch_count, touches); in ektf2127_report_event()85 input_mt_assign_slots(ts->input, slots, touches, in ektf2127_report_event()[all …]
45 struct icn8318_touch touches[ICN8318_MAX_TOUCHES]; member112 struct icn8318_touch *touch = &touch_data.touches[i]; in icn8318_irq()
65 struct icn8505_touch touches[ICN8505_MAX_TOUCHES]; member343 struct icn8505_touch *touch = &touch_data.touches[i]; in icn8505_irq()
116 struct cyapa_touch touches[5]; member1154 const struct cyapa_touch *touch = &data->touches[i]; in cyapa_gen3_event_process()
1533 * Need two instructions between "touches" of SGHADDR.