Lines Matching defs:slot
32 struct slot {
53 protocolA_down(struct litest_device *d, unsigned int slot, double x, double y)
59 assert(slot <= PROTOCOL_A_MAX_SLOTS);
65 struct slot *s = &dev->slots[i];
67 if (slot == i) {
98 protocolA_move(struct litest_device *d, unsigned int slot, double x, double y)
103 assert(slot <= PROTOCOL_A_MAX_SLOTS);
109 struct slot *s = &dev->slots[i];
111 if (slot == i) {
138 protocolA_up(struct litest_device *d, unsigned int slot)
143 assert(slot <= PROTOCOL_A_MAX_SLOTS);
146 struct slot *s = &dev->slots[i];
148 if (slot == i) {