Home
last modified time | relevance | path

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

/freebsd/sys/dev/evdev/
H A Devdev_mt.c58 typedef u_int slotset_t; typedef
60 _Static_assert(MAX_MT_SLOTS < sizeof(slotset_t) * 8, "MAX_MT_SLOTS too big");
83 slotset_t touches;
85 slotset_t frame;
87 slotset_t match_frame;
100 ffc_slot(struct evdev_dev *evdev, slotset_t slots) in ffc_slot()