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