Home
last modified time | relevance | path

Searched refs:match_frame (Results 1 – 1 of 1) sorted by relevance

/freebsd-13-stable/sys/dev/evdev/
HDevdev_mt.c87 slotset_t match_frame; member
414 mt->match_frame |= 1U << mt->match_slot; in evdev_mt_record_event()
425 mt->match_frame |= 1U << mt->match_slot; in evdev_mt_record_event()
430 mt->match_frame &= ~(1U << mt->match_slot); in evdev_mt_record_event()
456 FOREACHBIT(mt->match_frame, slot) { in evdev_mt_replay_events()
464 mt->match_frame = 0; in evdev_mt_replay_events()
530 return (ffc_slot(evdev, mt->match_frame)); in evdev_get_mt_slot_by_tracking_id()
667 KASSERT(mt->match_frame == 0, ("Unmatched events exist")); in evdev_mt_send_autorel()