Home
last modified time | relevance | path

Searched refs:libwacom_match_new (Results 1 – 5 of 5) sorted by relevance

/dports/x11/libwacom/libwacom-1.5/test/
H A Dtest-deprecated.c50 void* libwacom_match_new(void *, int, int, int);
78 libwacom_match_new(NULL, 0, 0, 0); in main()
/dports/x11/libwacom/libwacom-1.5/libwacom/
H A Dlibwacomint.h139 #define libwacom_match_new libwacom_internal_match_new macro
143 WacomMatch* libwacom_match_new(const char *name, WacomBusType bus,
H A Dlibwacom.sym52 libwacom_match_new;
H A Dlibwacom-database.c206 match = libwacom_match_new(name, bus, vendor_id, product_id); in libwacom_matchstr_to_match()
228 device->paired = libwacom_match_new(name, bus, vendor_id, product_id); in libwacom_matchstr_to_paired()
H A Dlibwacom.c546 match = libwacom_match_new(match_name, bus, vendor_id, product_id); in libwacom_new_from_path()
905 libwacom_match_new(const char *name, WacomBusType bus, int vendor_id, int product_id) in libwacom_match_new() function