Home
last modified time | relevance | path

Searched defs:wacom_features (Results 1 – 2 of 2) sorted by relevance

/drivers/input/tablet/
Dwacom_wac.h98 struct wacom_features { struct
99 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 …]
/drivers/input/touchscreen/
Dwacom_i2c.c32 struct wacom_features { struct
46 struct wacom_features *features) in wacom_query_device() argument