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 …]
81 struct hid_data { struct82 const uint8_t *start;83 const uint8_t *end;84 const uint8_t *p;85 struct hid_item cur[MAXPUSH];86 struct hid_pos_data last_pos[MAXID];87 int32_t usages_min[MAXUSAGE];88 int32_t usages_max[MAXUSAGE];89 int32_t usage_last; /* last seen usage */90 uint32_t loc_size; /* last seen size */[all …]