Searched defs:elan_tp_data (Results 1 – 1 of 1) sorted by relevance
55 struct elan_tp_data { struct56 struct i2c_client *client;57 struct input_dev *input;58 struct input_dev *tp_input; /* trackpoint input node */59 struct regulator *vcc;61 const struct elan_transport_ops *ops;64 struct completion fw_completion;65 bool in_fw_update;67 struct mutex sysfs_mutex;69 unsigned int max_x;[all …]