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