Home
last modified time | relevance | path

Searched refs:libinput_device_get_id_vendor (Results 1 – 15 of 15) sorted by relevance

/dports/x11-toolkits/wlroots/wlroots-0.12.0/backend/libinput/
H A Devents.c50 int vendor = libinput_device_get_id_vendor(libinput_dev); in allocate_device()
85 int vendor = libinput_device_get_id_vendor(libinput_dev); in handle_device_added()
205 int vendor = libinput_device_get_id_vendor(libinput_dev); in handle_device_removed()
/dports/graphics/clutter/clutter-1.26.4/clutter/evdev/
H A Dclutter-input-device-evdev.c109 vendor = g_strdup_printf ("%.4x", libinput_device_get_id_vendor (libinput_device)); in _clutter_input_device_evdev_new()
/dports/x11/libinput/libinput-1.12.6/src/
H A Dlibinput.sym44 libinput_device_get_id_vendor;
H A Dlibinput.h3602 libinput_device_get_id_vendor(struct libinput_device *device);
H A Dlibinput.c2966 libinput_device_get_id_vendor(struct libinput_device *device) in libinput_device_get_id_vendor() function
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/libinput/
H A Ddevice.cpp169 , m_vendor(libinput_device_get_id_vendor(m_device)) in Device()
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/autotests/libinput/
H A Dmock_libinput.cpp59 unsigned int libinput_device_get_id_vendor(struct libinput_device *device) in libinput_device_get_id_vendor() function
/dports/x11/libinput/libinput-1.12.6/test/
H A Dlitest.h1090 if (libinput_device_get_id_vendor(dev->libinput_device) == VENDOR_ID_WACOM) in litest_touchpad_is_external()
H A Dtest-touch.c537 if (libinput_device_get_id_vendor(d) == 0x22 && in START_TEST()
H A Dtest-device.c722 libinput_device_get_id_vendor(dev->libinput_device)); in START_TEST()
H A Dtest-tablet.c2124 ck_assert_int_eq(libinput_device_get_id_vendor(dev->libinput_device), in START_TEST()
H A Dtest-touchpad.c1152 vendor = libinput_device_get_id_vendor(dev->libinput_device); in touchpad_has_palm_detect_size()
/dports/x11-wm/muffin/muffin-4.8.0/clutter/clutter/evdev/
H A Dclutter-input-device-evdev.c1337 vendor = g_strdup_printf ("%.4x", libinput_device_get_id_vendor (libinput_device)); in _clutter_input_device_evdev_new()
/dports/x11-wm/mutter/mutter-41.1/src/backends/native/
H A Dmeta-input-device-native.c1353 vendor = g_strdup_printf ("%.4x", libinput_device_get_id_vendor (libinput_device)); in meta_input_device_native_new_in_impl()
/dports/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.30.0/src/
H A Dxf86libinput.c5595 product[0] = libinput_device_get_id_vendor(device); in LibinputInitProperty()