Home
last modified time | relevance | path

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

/freebsd/lib/libusbhid/
H A Dusbhid.h41 typedef enum hid_kind { enum
72 enum hid_kind kind;
97 int hid_report_size(report_desc_t d, enum hid_kind k, int id);
98 int hid_locate(report_desc_t d, unsigned int usage, enum hid_kind k,
111 int hid_get_report(int fd, enum hid_kind k,
113 int hid_set_report(int fd, enum hid_kind k,
H A Ddata.c121 hid_get_report(int fd, enum hid_kind k, unsigned char *data, unsigned int size) in hid_get_report()
133 hid_set_report(int fd, enum hid_kind k, unsigned char *data, unsigned int size) in hid_set_report()
H A Dparse.c529 hid_report_size(report_desc_t r, enum hid_kind k, int id) in hid_report_size()
569 hid_locate(report_desc_t desc, unsigned int u, enum hid_kind k, in hid_locate()
/freebsd/sys/dev/hid/
H A Dhid.h224 enum hid_kind { enum
262 enum hid_kind kind;
313 int hid_report_size(const void *buf, hid_size_t len, enum hid_kind k,
315 int hid_report_size_max(const void *buf, hid_size_t len, enum hid_kind k,
318 enum hid_kind kind, uint8_t index, struct hid_location *loc,
H A Dhidbus.h152 enum hid_kind k, uint8_t tlc_index, uint8_t index,
H A Dhid.c574 hid_report_size(const void *buf, hid_size_t len, enum hid_kind k, uint8_t id) in hid_report_size()
613 hid_report_size_max(const void *buf, hid_size_t len, enum hid_kind k, in hid_report_size_max()
667 hid_locate(const void *desc, hid_size_t size, int32_t u, enum hid_kind k, in hid_locate()
H A Dhidbus.c131 hidbus_locate(const void *desc, hid_size_t size, int32_t u, enum hid_kind k, in hidbus_locate()
/freebsd/usr.bin/usbhidctl/
H A Dusbhid.c306 enum hid_kind kind; in dumpdata()
383 enum hid_kind kind; in writedata()
/freebsd/contrib/netbsd-tests/dev/usb/
H A Dt_hid.c84 enum hid_kind k, struct hid_item *hip) in locate_item()