Lines Matching defs:slots
238 slot = &dispatch->mt.slots[slot_idx];
276 slot = &dispatch->mt.slots[slot_idx];
307 slot = &dispatch->mt.slots[slot_idx];
335 slot = &dispatch->mt.slots[slot_idx];
529 struct mt_slot *slot = &dispatch->mt.slots[dispatch->mt.slot];
573 dispatch->mt.slots[dispatch->mt.slot].point.x = e->value;
579 dispatch->mt.slots[dispatch->mt.slot].point.y = e->value;
831 struct mt_slot *slot = &dispatch->mt.slots[i];
1020 struct mt_slot *slot = &dispatch->mt.slots[idx];
1247 free(dispatch->mt.slots);
1528 struct mt_slot *slots;
1546 /* pick 10 slots as default for type A
1555 slots = zalloc(num_slots * sizeof(struct mt_slot));
1558 slots[slot].seat_slot = -1;
1563 slots[slot].point.x = libevdev_get_slot_value(evdev,
1566 slots[slot].point.y = libevdev_get_slot_value(evdev,
1570 dispatch->mt.slots = slots;