Searched defs:elan_tp_data (Results 1 – 1 of 1) sorted by relevance
54 struct elan_tp_data { struct55 struct i2c_client *client;56 struct input_dev *input;57 struct input_dev *tp_input; /* trackpoint input node */58 struct regulator *vcc;60 const struct elan_transport_ops *ops;63 struct completion fw_completion;64 bool in_fw_update;66 struct mutex sysfs_mutex;68 unsigned int max_x;[all …]