Searched defs:wacom_i2c (Results 1 – 2 of 2) sorted by relevance
76 struct wacom_i2c { struct77 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 …]
32 struct wacom_i2c { struct33 struct i2c_client *client;34 struct input_dev *input;35 u8 data[WACOM_QUERY_SIZE];36 bool prox;37 int tool;