Searched refs:touch_up (Results 1 – 7 of 7) sorted by relevance
/third_party/libinput/test/ |
D | litest-device-qemu-usb-tablet.c | 55 touch_up(struct litest_device *d, unsigned int slot) in touch_up() function 66 .touch_up = touch_up,
|
D | litest-device-xen-virtual-pointer.c | 55 touch_up(struct litest_device *d, unsigned int slot) in touch_up() function 66 .touch_up = touch_up,
|
D | litest-device-vmware-virtual-usb-mouse.c | 55 touch_up(struct litest_device *d, unsigned int slot) in touch_up() function 66 .touch_up = touch_up,
|
D | litest-device-alps-3fg.c | 83 touch_up(struct litest_device *d, unsigned int slot) in touch_up() function 133 .touch_up = touch_up,
|
D | litest-int.h | 89 bool (*touch_up)(struct litest_device *d, unsigned int slot); member
|
D | litest-device-protocol-a-touch-screen.c | 180 .touch_up = protocolA_up,
|
D | litest.c | 2143 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()
|