Searched defs:hid_data (Results 1 – 1 of 1) sorted by relevance
58 struct hid_data { struct59 const uint8_t *start;60 const uint8_t *end;61 const uint8_t *p;62 struct hid_item cur[MAXPUSH];63 struct hid_pos_data last_pos[MAXID];64 int32_t usages_min[MAXUSAGE];65 int32_t usages_max[MAXUSAGE];66 int32_t usage_last; /* last seen usage */67 uint32_t loc_size; /* last seen size */[all …]