Searched refs:evdev_mt_record_event (Results 1 – 3 of 3) sorted by relevance
| /src/sys/dev/evdev/ |
| H A D | evdev_mt.c | 208 evdev_mt_record_event(evdev, EV_SYN, SYN_MT_REPORT, 1); in evdev_mt_push_slot() 210 evdev_mt_record_event(evdev, EV_ABS, ABS_MT_SLOT, slot); in evdev_mt_push_slot() 214 evdev_mt_record_event(evdev, EV_ABS, in evdev_mt_push_slot() 403 evdev_mt_record_event(struct evdev_dev *evdev, uint16_t type, uint16_t code, in evdev_mt_record_event() function
|
| H A D | evdev_private.h | 289 bool evdev_mt_record_event(struct evdev_dev *, uint16_t, uint16_t, int32_t);
|
| H A D | evdev.c | 970 evdev_mt_record_event(evdev, type, code, value)) in evdev_push_event()
|