Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/evdev/
H A Devdev.h107 union evdev_mt_slot { union
126 _Static_assert(offsetof(union evdev_mt_slot, tool_y) ==
127 offsetof(union evdev_mt_slot, val[ABS_MT_INDEX(ABS_MT_TOOL_Y)]),
162 int evdev_mt_push_slot(struct evdev_dev *, int, union evdev_mt_slot *);
163 int evdev_mt_push_frame(struct evdev_dev *, union evdev_mt_slot *, int);
164 void evdev_mt_match_frame(struct evdev_dev *, union evdev_mt_slot *, int);
165 union evdev_mt_slot *evdev_mt_get_match_slots(struct evdev_dev *);
H A Devdev_mt.c91 union evdev_mt_slot *match_slots;
93 union evdev_mt_slot slots[];
171 union evdev_mt_slot *state) in evdev_mt_send_slot()
196 union evdev_mt_slot *state) in evdev_mt_push_slot()
315 evdev_mt_match_frame(struct evdev_dev *evdev, union evdev_mt_slot *pt, in evdev_mt_match_frame()
370 evdev_mt_send_frame(struct evdev_dev *evdev, union evdev_mt_slot *pt, int size) in evdev_mt_send_frame()
373 union evdev_mt_slot *slot; in evdev_mt_send_frame()
391 evdev_mt_push_frame(struct evdev_dev *evdev, union evdev_mt_slot *pt, int size) in evdev_mt_push_frame()
469 union evdev_mt_slot *
/freebsd-13.1/sys/dev/hid/
H A Dhmt.c199 union evdev_mt_slot slot_data;
480 union evdev_mt_slot *slot_data; in hmt_intr()
/freebsd-13.1/sys/dev/usb/input/
H A Dwmt.c223 union evdev_mt_slot slot_data;
506 union evdev_mt_slot *slot_data; in wmt_process_report()
H A Dwsp.c1009 union evdev_mt_slot slot_data = { in wsp_intr_callback()