Searched defs:elan_tp_data (Results 1 – 1 of 1) sorted by relevance
60 struct elan_tp_data { struct61 struct i2c_client *client;62 struct input_dev *input;63 struct regulator *vcc;65 const struct elan_transport_ops *ops;68 struct completion fw_completion;69 bool in_fw_update;71 struct mutex sysfs_mutex;73 unsigned int max_x;74 unsigned int max_y;[all …]