Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/hid/
Dwacom_wac.h248 struct wacom_features { struct
249 const char *name;
250 int x_max;
251 int y_max;
252 int pressure_max;
253 int distance_max;
254 int type;
255 int x_resolution;
256 int y_resolution;
257 int numbered_buttons;
[all …]
/Linux-v5.15/drivers/input/touchscreen/
Dwacom_i2c.c25 struct wacom_features { struct
41 struct wacom_features *features) in wacom_query_device() argument