Home
last modified time | relevance | path

Searched defs:elan_tp_data (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/input/mouse/
Delan_i2c_core.c59 struct elan_tp_data { struct
60 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