Home
last modified time | relevance | path

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

/freebsd/lib/libusbhid/
H A Dusbhid.h42 typedef struct hid_item { struct
44 uint32_t _usage_page;
45 int32_t logical_minimum;
46 int32_t logical_maximum;
47 int32_t physical_minimum;
48 int32_t physical_maximum;
49 int32_t unit_exponent;
50 int32_t unit;
74 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 …]