Home
last modified time | relevance | path

Searched refs:libwacom (Results 1 - 9 of 9) sorted by relevance

/third_party/libinput/udev/
H A Dlibinput-device-group.c34 #include <libwacom/libwacom.h>
/third_party/libinput/src/
H A Devdev-tablet-pad-leds.c32 #include <libwacom/libwacom.h>
389 /* libwacom numbers buttons as 'A', 'B', etc. We number them with 0, in pad_init_mode_buttons()
571 /* If libwacom fails, we init one fallback group anyway */ in pad_init_leds()
H A Dlibinput-private.h35 #include <libwacom/libwacom.h>
171 } libwacom; member
H A Dlibinput.c4736 if (!li->libwacom.db) { in libinput_libwacom_ref()
4740 "Failed to initialize libwacom context\n"); in libinput_libwacom_ref()
4744 li->libwacom.db = db; in libinput_libwacom_ref()
4745 li->libwacom.refcount = 0; in libinput_libwacom_ref()
4748 li->libwacom.refcount++; in libinput_libwacom_ref()
4749 db = li->libwacom.db; in libinput_libwacom_ref()
4756 if (!li->libwacom.db) in libinput_libwacom_unref()
4759 assert(li->libwacom.refcount >= 1); in libinput_libwacom_unref()
4761 if (--li->libwacom.refcount == 0) { in libinput_libwacom_unref()
4762 libwacom_database_destroy(li->libwacom in libinput_libwacom_unref()
[all...]
H A Devdev-tablet-pad.c33 #include <libwacom/libwacom.h>
H A Devdev-tablet.c33 #include <libwacom/libwacom.h>
239 /* tool_id is the identifier for the tool we can use in libwacom in tablet_process_absolute()
946 db = tablet_libinput_context(tablet)->libwacom.db; in tool_set_bits_from_libwacom()
1014 /* If we don't have libwacom, we simply copy any axis we have on the in tool_set_bits()
1050 /* If we don't have libwacom, copy all pen-related buttons from the in tool_set_bits()
2482 * libwacom keeps all the AES pens in a single group, so any device in tablet_is_aes()
2490 db = tablet_libinput_context(tablet)->libwacom.db; in tablet_is_aes()
H A Devdev.c49 #include <libwacom/libwacom.h>
2040 /* libwacom assigns touchpad (or touchscreen) _and_ tablet to the in evdev_configure_device()
2047 /* libwacom assigns tablet _and_ tablet_pad to the pad devices */ in evdev_configure_device()
3147 "tablet '%s' unknown to libwacom\n", in evdev_tablet_has_left_handed()
3151 "libwacom error: %s\n", in evdev_tablet_has_left_handed()
H A Devdev-mt-touchpad.c32 #include <libwacom/libwacom.h>
/third_party/libinput/test/
H A Dtest-pad.c34 #include <libwacom/libwacom.h>
621 /* Without libwacom we default to left-handed being available */ in START_TEST()

Completed in 24 milliseconds