Searched defs:wacom_features (Results 1 – 2 of 2) sorted by relevance
98 struct wacom_features { struct99 const char *name;100 int pktlen;101 int x_max;102 int y_max;103 int pressure_max;104 int distance_max;105 int type;106 int x_resolution;107 int y_resolution;[all …]
32 struct wacom_features { struct46 struct wacom_features *features) in wacom_query_device() argument