Home
last modified time | relevance | path

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

/dports/x11/libwacom/libwacom-1.5/libwacom/
H A Dlibwacom.sym50 libwacom_match_get_product_id;
H A Dlibwacom.h698 uint32_t libwacom_match_get_product_id(const WacomMatch *match);
H A Dlibwacom.c760 int product = libwacom_match_get_product_id(match); in print_match()
1367 libwacom_match_get_product_id(const WacomMatch *match) in libwacom_match_get_product_id() function
/dports/x11/libwacom/libwacom-1.5/tools/
H A Dgenerate-hwdb.c77 int product = libwacom_match_get_product_id (match); in print_hwdb_entry()
/dports/x11/libwacom/libwacom-1.5/test/
H A Dtest-load.c87 if ((int)libwacom_match_get_product_id(*match) == libwacom_get_product_id(device)) in check_multiple_match()
206 g_assert_cmpint(libwacom_match_get_product_id(match), ==, 0xf6); in test_cintiq24hdt()
H A Dtest-tablet-validity.c216 assert_vidpid(bus, libwacom_match_get_vendor_id(*match), libwacom_match_get_product_id(*match)); in test_matches_vidpid()
/dports/x11/libinput/libinput-1.12.6/udev/
H A Dlibinput-device-group.c57 *product_id = libwacom_match_get_product_id(paired); in wacom_handle_paired()