touches 128 drivers/hid/hid-magicmouse.c } touches[16]; touches 142 drivers/hid/hid-magicmouse.c if (msc->touches[idx].size < 8) { touches 173 drivers/hid/hid-magicmouse.c int x = msc->touches[id].x; touches 233 drivers/hid/hid-magicmouse.c msc->touches[id].x = x; touches 234 drivers/hid/hid-magicmouse.c msc->touches[id].y = y; touches 235 drivers/hid/hid-magicmouse.c msc->touches[id].size = size; touches 243 drivers/hid/hid-magicmouse.c int step_x = msc->touches[id].scroll_x - x; touches 244 drivers/hid/hid-magicmouse.c int step_y = msc->touches[id].scroll_y - y; touches 249 drivers/hid/hid-magicmouse.c msc->touches[id].scroll_x = x; touches 250 drivers/hid/hid-magicmouse.c msc->touches[id].scroll_y = y; touches 264 drivers/hid/hid-magicmouse.c msc->touches[id].scroll_x -= step_x * touches 272 drivers/hid/hid-magicmouse.c msc->touches[id].scroll_y -= step_y * touches 116 drivers/input/mouse/cyapa_gen3.c struct cyapa_touch touches[5]; touches 1153 drivers/input/mouse/cyapa_gen3.c const struct cyapa_touch *touch = &data->touches[i]; touches 45 drivers/input/touchscreen/chipone_icn8318.c struct icn8318_touch touches[ICN8318_MAX_TOUCHES]; touches 112 drivers/input/touchscreen/chipone_icn8318.c struct icn8318_touch *touch = &touch_data.touches[i]; touches 65 drivers/input/touchscreen/chipone_icn8505.c struct icn8505_touch touches[ICN8505_MAX_TOUCHES]; touches 343 drivers/input/touchscreen/chipone_icn8505.c struct icn8505_touch *touch = &touch_data.touches[i]; touches 51 drivers/input/touchscreen/ektf2127.c struct input_mt_pos *touches) touches 59 drivers/input/touchscreen/ektf2127.c touches[i].x = (buf[index] & 0x0f); touches 60 drivers/input/touchscreen/ektf2127.c touches[i].x <<= 8; touches 61 drivers/input/touchscreen/ektf2127.c touches[i].x |= buf[index + 2]; touches 63 drivers/input/touchscreen/ektf2127.c touches[i].y = (buf[index] & 0xf0); touches 64 drivers/input/touchscreen/ektf2127.c touches[i].y <<= 4; touches 65 drivers/input/touchscreen/ektf2127.c touches[i].y |= buf[index + 1]; touches 71 drivers/input/touchscreen/ektf2127.c struct input_mt_pos touches[EKTF2127_MAX_TOUCHES]; touches 83 drivers/input/touchscreen/ektf2127.c ektf2127_parse_coordinates(buf, touch_count, touches); touches 84 drivers/input/touchscreen/ektf2127.c input_mt_assign_slots(ts->input, slots, touches, touches 91 drivers/input/touchscreen/ektf2127.c touches[i].x, touches[i].y, true);