Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hid/
Dwacom_wac.h249 struct wacom_features { struct
250 const char *name;
251 int x_max;
252 int y_max;
253 int pressure_max;
254 int distance_max;
255 int type;
256 int x_resolution;
257 int y_resolution;
258 int numbered_buttons;
[all …]
/Linux-v4.19/drivers/input/touchscreen/
Dwacom_i2c.c31 struct wacom_features { struct
47 struct wacom_features *features) in wacom_query_device() argument