Home
last modified time | relevance | path

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

/freebsd/lib/libusbhid/
H A Dusbhid.h45 typedef struct hid_item { struct
47 uint32_t _usage_page;
48 int32_t logical_minimum;
49 int32_t logical_maximum;
50 int32_t physical_minimum;
51 int32_t physical_maximum;
52 int32_t unit_exponent;
53 int32_t unit;
77 struct hid_item *next; argument
/freebsd/sys/dev/hid/
H A Dhid.h234 struct hid_item { struct
236 int32_t _usage_page;
242 int32_t unit;
243 int32_t report_ID;
245 int nusages;
246 union {
255 int32_t string_index;
260 int32_t collection;
261 int collevel;
262 enum hid_kind kind;
[all …]