Searched refs:match_slot (Results 1 – 1 of 1) sorted by relevance
88 int match_slot; member207 mt->match_slots[mt->match_slot] = *state; in evdev_mt_push_slot()212 mt->match_slots[mt->match_slot] = *state; in evdev_mt_push_slot()415 mt->match_frame |= 1U << mt->match_slot; in evdev_mt_record_event()416 mt->match_slot++; in evdev_mt_record_event()425 mt->match_slot = value; in evdev_mt_record_event()426 mt->match_frame |= 1U << mt->match_slot; in evdev_mt_record_event()431 mt->match_frame &= ~(1U << mt->match_slot); in evdev_mt_record_event()434 KASSERT(mt->match_slot >= 0, ("Negative slot")); in evdev_mt_record_event()435 KASSERT(mt->match_slot <= MAXIMAL_MT_SLOT(evdev), in evdev_mt_record_event()[all …]