Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/evdev/
HDevdev_mt.c89 union evdev_mt_slot *match_slots; member
124 size += sizeof(mt->match_slots[0]) * slots; in evdev_mt_init()
133 mt->match_slots = mt->slots + slots; in evdev_mt_init()
134 mt->matrix = (int *)(mt->match_slots + slots); in evdev_mt_init()
206 mt->match_slots[mt->match_slot] = *state; in evdev_mt_push_slot()
211 mt->match_slots[mt->match_slot] = *state; in evdev_mt_push_slot()
436 mt->match_slots[mt->match_slot]. in evdev_mt_record_event()
458 mt->match_slots[size] = mt->match_slots[slot]; in evdev_mt_replay_events()
461 evdev_mt_match_frame(evdev, mt->match_slots, size); in evdev_mt_replay_events()
462 evdev_mt_send_frame(evdev, mt->match_slots, size); in evdev_mt_replay_events()
[all …]