Lines Matching defs:hid_data
180 struct hid_data { struct
181 __s16 inputmode; /* InputMode HID feature, -1 if non-existent */
182 __s16 inputmode_index; /* InputMode HID feature index in the report */
183 bool inrange_state;
184 bool invert_state;
185 bool tipswitch;
186 int x;
187 int y;
188 int pressure;
189 int width;
190 int height;
191 int id;
218 struct hid_data hid_data; member