Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/evdev/
H A Devdev_mt.c209 evdev_mt_record_event(evdev, EV_SYN, SYN_MT_REPORT, 1); in evdev_mt_push_slot()
211 evdev_mt_record_event(evdev, EV_ABS, ABS_MT_SLOT, slot); in evdev_mt_push_slot()
215 evdev_mt_record_event(evdev, EV_ABS, in evdev_mt_push_slot()
404 evdev_mt_record_event(struct evdev_dev *evdev, uint16_t type, uint16_t code, in evdev_mt_record_event() function
H A Devdev_private.h288 bool evdev_mt_record_event(struct evdev_dev *, uint16_t, uint16_t, int32_t);
H A Devdev.c957 evdev_mt_record_event(evdev, type, code, value)) in evdev_push_event()