Home
last modified time | relevance | path

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

/linux/drivers/hid/
H A Dwacom_wac.h252 struct wacom_features { struct
253 const char *name;
254 int x_max;
255 int y_max;
256 int pressure_max;
257 int distance_max;
258 int type;
259 int x_resolution;
260 int y_resolution;
261 int numbered_buttons;
[all …]
/linux/drivers/input/touchscreen/
H A Dwacom_i2c.c42 struct wacom_features { struct
58 struct wacom_features *features) in wacom_query_device() argument