Lines Matching defs:elants_data
151 struct elants_data { struct
152 struct i2c_client *client;
153 struct input_dev *input;
155 struct regulator *vcc33;
156 struct regulator *vccio;
157 struct gpio_desc *reset_gpio;
159 u16 fw_version;
160 u8 test_version;
161 u8 solution_version;
162 u8 bc_version;
163 u8 iap_version;
164 u16 hw_version;
165 u8 major_res;
166 unsigned int x_res; /* resolution in units/mm */
167 unsigned int y_res;
168 unsigned int x_max;
169 unsigned int y_max;
170 unsigned int phy_x;
171 unsigned int phy_y;
172 struct touchscreen_properties prop;
174 enum elants_state state;
175 enum elants_chip_id chip_id;
176 enum elants_iap_mode iap_mode;
179 struct mutex sysfs_mutex;
181 u8 cmd_resp[HEADER_SIZE];
182 struct completion cmd_done;
184 bool keep_power_in_suspend;
187 u8 buf[MAX_PACKET_SIZE] ____cacheline_aligned;