Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dwacom_w9013.c76 struct wacom_i2c { struct
77 struct wacom_features *features;
78 struct i2c_client *client;
79 struct input_dev *input;
80 u8 data[WACOM_QUERY_SIZE];
81 bool prox;
82 int tool;
83 struct tp_device tp;
84 struct regulator *supply;
85 int irq_gpio;
[all …]
H A Dwacom_i2c.c32 struct wacom_i2c { struct
33 struct i2c_client *client;
34 struct input_dev *input;
35 u8 data[WACOM_QUERY_SIZE];
36 bool prox;
37 int tool;