Searched refs:hid_item (Results 1 – 6 of 6) sorted by relevance
| /dragonfly/sys/bus/u4b/ |
| HD | usb_hid.c | 64 static void hid_clear_local(struct hid_item *); 80 struct hid_item cur[MAXPUSH]; 101 hid_clear_local(struct hid_item *c) in hid_clear_local() 119 hid_switch_rid(struct hid_data *s, struct hid_item *c, int32_t next_rID) in hid_switch_rid() 237 hid_get_item(struct hid_data *s, struct hid_item *h) in hid_get_item() 239 struct hid_item *c; in hid_get_item() 561 struct hid_item h; in hid_report_size() 615 struct hid_item h; in hid_locate() 744 struct hid_item hi; in hid_is_collection() 858 struct hid_item hi; in hid_is_mouse()
|
| HD | usbhid.h | 192 struct hid_item { struct 226 int hid_get_item(struct hid_data *s, struct hid_item *h); argument
|
| /dragonfly/usr.bin/u4bhidctl/ |
| HD | usbhid.c | 49 struct hid_item h; 60 static void dumpitem(const char *label, struct hid_item *h); 62 static void prdata(u_char *buf, struct hid_item *h); 70 struct hid_item h; in parceargs() 199 dumpitem(const char *label, struct hid_item *h) in dumpitem() 241 struct hid_item h; in dumpitems() 278 prdata(u_char *buf, struct hid_item *h) in prdata()
|
| /dragonfly/lib/libu4bhid/ |
| HD | usbhid.h | 42 typedef struct hid_item { struct 74 struct hid_item *next; argument
|
| HD | parse.c | 56 struct hid_item cur[MAXPUSH]; 95 hid_switch_rid(struct hid_data *s, struct hid_item *c, int32_t next_rID) in hid_switch_rid() 529 struct hid_item h; in hid_report_size()
|
| /dragonfly/usr.bin/usbhidaction/ |
| HD | usbhidaction.c | 58 struct hid_item item; 286 struct hid_item h; in parse_conf()
|