Searched defs:wacom_features (Results 1 – 2 of 2) sorted by relevance
139 struct wacom_features { struct140 const char *name;141 int x_max;142 int y_max;143 int pressure_max;144 int distance_max;145 int type;146 int x_resolution;147 int y_resolution;148 int x_min;[all …]
31 struct wacom_features { struct47 struct wacom_features *features) in wacom_query_device() argument