Searched defs:hid_data (Results 1 – 2 of 2) sorted by relevance
53 struct hid_data { struct54 const uint8_t *start;55 const uint8_t *end;56 const uint8_t *p;57 struct hid_item cur[MAXPUSH];58 struct hid_pos_data last_pos[MAXID];59 uint32_t pos[ITEMTYPES];60 int32_t usages_min[MAXUSAGE];61 int32_t usages_max[MAXUSAGE];62 int32_t usage_last; /* last seen usage */[all …]
76 struct hid_data { struct77 const uint8_t *start;78 const uint8_t *end;79 const uint8_t *p;80 struct hid_item cur[MAXPUSH];81 struct hid_pos_data last_pos[MAXID];82 int32_t usages_min[MAXUSAGE];83 int32_t usages_max[MAXUSAGE];84 int32_t usage_last; /* last seen usage */85 uint32_t loc_size; /* last seen size */[all …]