Searched refs:hid_kind (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/lib/libusbhid/ |
| HD | usbhid.h | 38 typedef enum hid_kind { enum 69 enum hid_kind kind; 94 int hid_report_size(report_desc_t d, enum hid_kind k, int id); 95 int hid_locate(report_desc_t d, unsigned int usage, enum hid_kind k, 108 int hid_get_report(int fd, enum hid_kind k, 110 int hid_set_report(int fd, enum hid_kind k,
|
| HD | data.c | 122 hid_get_report(int fd, enum hid_kind k, unsigned char *data, unsigned int size) in hid_get_report() 134 hid_set_report(int fd, enum hid_kind k, unsigned char *data, unsigned int size) in hid_set_report()
|
| HD | parse.c | 527 hid_report_size(report_desc_t r, enum hid_kind k, int id) in hid_report_size() 567 hid_locate(report_desc_t desc, unsigned int u, enum hid_kind k, in hid_locate()
|
| /NextBSD/sys/dev/usb/ |
| HD | usbhid.h | 184 enum hid_kind { enum 218 enum hid_kind kind; 229 int hid_report_size(const void *buf, usb_size_t len, enum hid_kind k, 232 enum hid_kind kind, uint8_t index, struct hid_location *loc,
|
| HD | usb_hid.c | 563 hid_report_size(const void *buf, usb_size_t len, enum hid_kind k, uint8_t *id) in hid_report_size() 616 hid_locate(const void *desc, usb_size_t size, int32_t u, enum hid_kind k, in hid_locate()
|
| /NextBSD/usr.bin/usbhidctl/ |
| HD | usbhid.c | 305 enum hid_kind kind; in dumpdata() 382 enum hid_kind kind; in writedata()
|