Lines Matching defs:elants_data
123 struct elants_data { struct
124 struct i2c_client *client;
125 struct input_dev *input;
127 struct regulator *vcc33;
128 struct regulator *vccio;
129 struct gpio_desc *reset_gpio;
131 u16 fw_version;
132 u8 test_version;
133 u8 solution_version;
134 u8 bc_version;
135 u8 iap_version;
136 u16 hw_version;
137 u8 major_res;
138 unsigned int x_res; /* resolution in units/mm */
139 unsigned int y_res;
140 unsigned int x_max;
141 unsigned int y_max;
142 struct touchscreen_properties prop;
144 enum elants_state state;
145 enum elants_iap_mode iap_mode;
148 struct mutex sysfs_mutex;
150 u8 cmd_resp[HEADER_SIZE];
151 struct completion cmd_done;
153 bool wake_irq_enabled;
154 bool keep_power_in_suspend;
157 u8 buf[MAX_PACKET_SIZE] ____cacheline_aligned;