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