Home
last modified time | relevance | path

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

/third_party/libinput/test/
Dlitest-device-qemu-usb-tablet.c55 touch_up(struct litest_device *d, unsigned int slot) in touch_up() function
66 .touch_up = touch_up,
Dlitest-device-xen-virtual-pointer.c55 touch_up(struct litest_device *d, unsigned int slot) in touch_up() function
66 .touch_up = touch_up,
Dlitest-device-vmware-virtual-usb-mouse.c55 touch_up(struct litest_device *d, unsigned int slot) in touch_up() function
66 .touch_up = touch_up,
Dlitest-device-alps-3fg.c83 touch_up(struct litest_device *d, unsigned int slot) in touch_up() function
133 .touch_up = touch_up,
Dlitest-int.h89 bool (*touch_up)(struct litest_device *d, unsigned int slot); member
Dlitest-device-protocol-a-touch-screen.c180 .touch_up = protocolA_up,
Dlitest.c2143 touch_up(struct litest_device *d, unsigned int slot) in touch_up() function
2161 if (d->interface->touch_up && in touch_up()
2162 d->interface->touch_up(d, slot)) { in touch_up()
2316 touch_up(d, slot); in litest_touch_up()
2324 touch_up(d, d->ntouches_down - 1); in litest_touch_up()
2628 if (d->interface->touch_up) { in litest_hover_end()
2629 d->interface->touch_up(d, slot); in litest_hover_end()