Home
last modified time | relevance | path

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

/freebsd/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)]),
161 int evdev_mt_push_slot(struct evdev_dev *, int, union evdev_mt_slot *);
162 int evdev_mt_push_frame(struct evdev_dev *, union evdev_mt_slot *, int);
163 void evdev_mt_match_frame(struct evdev_dev *, union evdev_mt_slot *, int);
164 union evdev_mt_slot *evdev_mt_get_match_slots(struct evdev_dev *);
H A Devdev_mt.c89 union evdev_mt_slot *match_slots;
91 union evdev_mt_slot slots[];
170 union evdev_mt_slot *state) in evdev_mt_send_slot()
195 union evdev_mt_slot *state) in evdev_mt_push_slot()
314 evdev_mt_match_frame(struct evdev_dev *evdev, union evdev_mt_slot *pt, in evdev_mt_match_frame()
369 evdev_mt_send_frame(struct evdev_dev *evdev, union evdev_mt_slot *pt, int size) in evdev_mt_send_frame()
372 union evdev_mt_slot *slot; in evdev_mt_send_frame()
390 evdev_mt_push_frame(struct evdev_dev *evdev, union evdev_mt_slot *pt, int size) in evdev_mt_push_frame()
468 union evdev_mt_slot *
/freebsd/sys/dev/hid/
H A Dbcm5974.c815 union evdev_mt_slot slot_data; in bcm5974_intr()
856 slot_data = (union evdev_mt_slot) { in bcm5974_intr()
885 slot_data = (union evdev_mt_slot) { in bcm5974_intr()
H A Dietp.c340 union evdev_mt_slot slot_data; in ietp_intr()
390 slot_data = (union evdev_mt_slot) { in ietp_intr()
H A Dhmt.c197 union evdev_mt_slot slot_data;
478 union evdev_mt_slot *slot_data; in hmt_intr()
/freebsd/sys/dev/usb/input/
H A Dwmt.c220 union evdev_mt_slot slot_data;
493 union evdev_mt_slot *slot_data; in wmt_process_report()
H A Dwsp.c1048 union evdev_mt_slot slot_data = { in wsp_intr_callback()