Lines Matching defs:elants_data
117 struct elants_data { struct
118 struct i2c_client *client;
119 struct input_dev *input;
121 struct regulator *vcc33;
122 struct regulator *vccio;
123 struct gpio_desc *reset_gpio;
125 u16 fw_version;
126 u8 test_version;
127 u8 solution_version;
128 u8 bc_version;
129 u8 iap_version;
130 u16 hw_version;
131 unsigned int x_res; /* resolution in units/mm */
132 unsigned int y_res;
133 unsigned int x_max;
134 unsigned int y_max;
136 enum elants_state state;
137 enum elants_iap_mode iap_mode;
140 struct mutex sysfs_mutex;
142 u8 cmd_resp[HEADER_SIZE];
143 struct completion cmd_done;
145 bool wake_irq_enabled;
146 bool keep_power_in_suspend;
149 u8 buf[MAX_PACKET_SIZE] ____cacheline_aligned;