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