Lines Matching defs:elantech_device_info
139 struct elantech_device_info { struct
140 unsigned char capabilities[3];
141 unsigned char samples[3];
142 unsigned char debug;
143 unsigned char hw_version;
144 unsigned char pattern;
145 unsigned int fw_version;
146 unsigned int ic_version;
147 unsigned int product_id;
148 unsigned int x_min;
149 unsigned int y_min;
150 unsigned int x_max;
151 unsigned int y_max;
152 unsigned int x_res;
153 unsigned int y_res;
154 unsigned int x_traces;
155 unsigned int y_traces;
156 unsigned int width;
157 unsigned int bus;
158 bool paritycheck;
159 bool jumpy_cursor;
160 bool reports_pressure;
161 bool crc_enabled;
162 bool set_hw_resolution;
163 bool has_trackpoint;
187 struct elantech_device_info info; argument