Lines Matching refs:slot_idx
281 int slot_idx, in fallback_flush_mt_down() argument
293 slot = &dispatch->mt.slots[slot_idx]; in fallback_flush_mt_down()
311 touch_notify_touch_down(base, time, slot_idx, seat_slot, in fallback_flush_mt_down()
320 int slot_idx, in fallback_flush_mt_motion() argument
331 slot = &dispatch->mt.slots[slot_idx]; in fallback_flush_mt_motion()
342 touch_notify_touch_motion(base, time, slot_idx, seat_slot, in fallback_flush_mt_motion()
351 int slot_idx, in fallback_flush_mt_up() argument
362 slot = &dispatch->mt.slots[slot_idx]; in fallback_flush_mt_up()
371 touch_notify_touch_up(base, time, slot_idx, seat_slot); in fallback_flush_mt_up()
379 int slot_idx, in fallback_flush_mt_cancel() argument
390 slot = &dispatch->mt.slots[slot_idx]; in fallback_flush_mt_cancel()
399 touch_notify_touch_cancel(base, time, slot_idx, seat_slot); in fallback_flush_mt_cancel()