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