Home
last modified time | relevance | path

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

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