Home
last modified time | relevance | path

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

/src/sys/dev/evdev/
H A Devdev_mt.c208 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 Devdev_private.h289 bool evdev_mt_record_event(struct evdev_dev *, uint16_t, uint16_t, int32_t);
H A Devdev.c970 evdev_mt_record_event(evdev, type, code, value)) in evdev_push_event()