Lines Matching defs:wacom_features
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;108 int device_type;109 int x_phy;110 int y_phy;134 struct wacom_features features; argument