Lines Matching defs:slot
46 touch_down(struct litest_device *d, unsigned int slot, double x, double y)
53 alps->first = slot;
55 alps->second = slot;
70 touch_move(struct litest_device *d, unsigned int slot, double x, double y)
75 slot != alps->first &&
76 slot != alps->second)
83 touch_up(struct litest_device *d, unsigned int slot)
92 slot != alps->first &&
93 slot != alps->second) {
98 if (slot == alps->first)
100 if (slot == alps->second)