Searched defs:elan_tp_data (Results 1 – 1 of 1) sorted by relevance
61 struct elan_tp_data { struct62 struct i2c_client *client;63 struct input_dev *input;64 struct input_dev *tp_input; /* trackpoint input node */65 struct regulator *vcc;67 const struct elan_transport_ops *ops;70 struct completion fw_completion;71 bool in_fw_update;73 struct mutex sysfs_mutex;75 unsigned int max_x;[all …]