Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hid/
Dwacom_wac.h152 struct wacom_features { struct
153 const char *name;
154 int x_max;
155 int y_max;
156 int pressure_max;
157 int distance_max;
158 int type;
159 int x_resolution;
160 int y_resolution;
161 int numbered_buttons;
[all …]
/linux-4.4.14/drivers/input/touchscreen/
Dwacom_i2c.c31 struct wacom_features { struct
47 struct wacom_features *features) in wacom_query_device() argument