Home
last modified time | relevance | path

Searched defs:hid_data (Results 1 – 2 of 2) sorted by relevance

/NextBSD/lib/libusbhid/
HDparse.c53 struct hid_data { struct
54 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 …]
/NextBSD/sys/dev/usb/
HDusb_hid.c81 struct hid_data { struct
82 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 …]