Home
last modified time | relevance | path

Searched refs:hid_kind (Results 1 – 6 of 6) sorted by relevance

/NextBSD/lib/libusbhid/
HDusbhid.h38 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,
HDdata.c122 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()
HDparse.c527 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/
HDusbhid.h184 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,
HDusb_hid.c563 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/
HDusbhid.c305 enum hid_kind kind; in dumpdata()
382 enum hid_kind kind; in writedata()