Searched refs:match_slots (Results 1 – 1 of 1) sorted by relevance
89 union evdev_mt_slot *match_slots; member125 size += sizeof(mt->match_slots[0]) * slots; in evdev_mt_init()134 mt->match_slots = mt->slots + slots; in evdev_mt_init()135 mt->matrix = (int *)(mt->match_slots + slots); in evdev_mt_init()207 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()437 mt->match_slots[mt->match_slot]. in evdev_mt_record_event()459 mt->match_slots[size] = mt->match_slots[slot]; in evdev_mt_replay_events()462 evdev_mt_match_frame(evdev, mt->match_slots, size); in evdev_mt_replay_events()463 evdev_mt_send_frame(evdev, mt->match_slots, size); in evdev_mt_replay_events()[all …]