Lines Matching refs:evdev
30 #include "evdev-mt-touchpad.h"
1420 tp_tap_default(struct evdev_device *evdev)
1426 if (!libevdev_has_event_code(evdev->evdev, EV_KEY, BTN_LEFT))
1444 struct evdev_device *evdev = evdev_device(device);
1446 return tp_tap_default(evdev);
1508 struct evdev_device *evdev = evdev_device(device);
1510 return tp_drag_default(evdev);
1543 struct evdev_device *evdev = evdev_device(device);
1545 return tp_drag_lock_default(evdev);