Searched defs:elan_tp_data (Results 1 – 1 of 1) sorted by relevance
59 struct elan_tp_data { struct60 struct i2c_client *client;61 struct input_dev *input;62 struct regulator *vcc;64 const struct elan_transport_ops *ops;67 struct completion fw_completion;68 bool in_fw_update;70 struct mutex sysfs_mutex;94 static int elan_enable_power(struct elan_tp_data *data) in elan_enable_power() argument