Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/hid/
Dwacom_wac.h139 struct wacom_features { struct
140 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 …]
/linux-4.1.27/drivers/input/touchscreen/
Dwacom_i2c.c31 struct wacom_features { struct
47 struct wacom_features *features) in wacom_query_device() argument