Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/misc/evdev/
H A Devdev_mt.c93 union evdev_mt_slot *match_slots; member
129 size += sizeof(mt->match_slots[0]) * slots; in evdev_mt_init()
138 mt->match_slots = mt->slots + slots; in evdev_mt_init()
139 mt->matrix = (int *)(mt->match_slots + slots); in evdev_mt_init()
211 mt->match_slots[mt->match_slot] = *state; in evdev_mt_push_slot()
216 mt->match_slots[mt->match_slot] = *state; in evdev_mt_push_slot()
443 mt->match_slots[mt->match_slot]. in evdev_mt_record_event()
465 mt->match_slots[size] = mt->match_slots[slot]; in evdev_mt_replay_events()
468 evdev_mt_match_frame(evdev, mt->match_slots, size); in evdev_mt_replay_events()
469 evdev_mt_send_frame(evdev, mt->match_slots, size); in evdev_mt_replay_events()
[all …]