• Home
  • Raw
  • Download

Lines Matching refs:semi_mt

1674 				d->semi_mt.is_semi_mt = true;  in litest_create()
2194 if (!d->semi_mt.is_semi_mt) { in litest_slot_start()
2209 l = min(x, d->semi_mt.touches[other].x); in litest_slot_start()
2210 t = min(y, d->semi_mt.touches[other].y); in litest_slot_start()
2211 r = max(x, d->semi_mt.touches[other].x); in litest_slot_start()
2212 b = max(y, d->semi_mt.touches[other].y); in litest_slot_start()
2228 d->semi_mt.touches[slot].x = x; in litest_slot_start()
2229 d->semi_mt.touches[slot].y = y; in litest_slot_start()
2279 if (!d->semi_mt.is_semi_mt) { in litest_slot_move()
2292 l = min(x, d->semi_mt.touches[other].x); in litest_slot_move()
2293 t = min(y, d->semi_mt.touches[other].y); in litest_slot_move()
2294 r = max(x, d->semi_mt.touches[other].x); in litest_slot_move()
2295 b = max(y, d->semi_mt.touches[other].y); in litest_slot_move()
2308 d->semi_mt.touches[slot].x = x; in litest_slot_move()
2309 d->semi_mt.touches[slot].y = y; in litest_slot_move()
2315 if (!d->semi_mt.is_semi_mt) { in litest_touch_up()
2335 d->semi_mt.touches[other].x, in litest_touch_up()
2336 d->semi_mt.touches[other].y, in litest_touch_up()
4447 struct litest_semi_mt *semi_mt, in litest_semi_mt_touch_down() argument
4461 l = min(x, semi_mt->touches[other].x); in litest_semi_mt_touch_down()
4462 t = min(y, semi_mt->touches[other].y); in litest_semi_mt_touch_down()
4463 r = max(x, semi_mt->touches[other].x); in litest_semi_mt_touch_down()
4464 b = max(y, semi_mt->touches[other].y); in litest_semi_mt_touch_down()
4472 litest_event(d, EV_ABS, ABS_MT_TRACKING_ID, ++semi_mt->tracking_id); in litest_semi_mt_touch_down()
4478 litest_event(d, EV_ABS, ABS_MT_TRACKING_ID, ++semi_mt->tracking_id); in litest_semi_mt_touch_down()
4485 semi_mt->touches[slot].x = x; in litest_semi_mt_touch_down()
4486 semi_mt->touches[slot].y = y; in litest_semi_mt_touch_down()
4491 struct litest_semi_mt *semi_mt, in litest_semi_mt_touch_move() argument
4505 l = min(x, semi_mt->touches[other].x); in litest_semi_mt_touch_move()
4506 t = min(y, semi_mt->touches[other].y); in litest_semi_mt_touch_move()
4507 r = max(x, semi_mt->touches[other].x); in litest_semi_mt_touch_move()
4508 b = max(y, semi_mt->touches[other].y); in litest_semi_mt_touch_move()
4523 semi_mt->touches[slot].x = x; in litest_semi_mt_touch_move()
4524 semi_mt->touches[slot].y = y; in litest_semi_mt_touch_move()
4529 struct litest_semi_mt *semi_mt, in litest_semi_mt_touch_up() argument
4543 send_abs_xy(d, semi_mt->touches[other].x, semi_mt->touches[other].y); in litest_semi_mt_touch_up()
4545 send_abs_mt_xy(d, semi_mt->touches[other].x, semi_mt->touches[other].y); in litest_semi_mt_touch_up()