Searched refs:hid_kind (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/lib/libusbhid/
H A Dusbhid.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,
H A Ddata.c122 hid_get_report(int fd, enum hid_kind k, unsigned char *data, unsigned int size)
134 hid_set_report(int fd, enum hid_kind k, unsigned char *data, unsigned int size)
H A Dparse.c529 hid_report_size(report_desc_t r, enum hid_kind k, int id)
569 hid_locate(report_desc_t desc, unsigned int u, enum hid_kind k,
/freebsd-11-stable/sys/dev/usb/
H A Dusbhid.h206 enum hid_kind { enum
240 enum hid_kind kind;
251 int hid_report_size(const void *buf, usb_size_t len, enum hid_kind k,
254 enum hid_kind kind, uint8_t index, struct hid_location *loc,
H A Dusb_hid.c564 hid_report_size(const void *buf, usb_size_t len, enum hid_kind k, uint8_t *id)
617 hid_locate(const void *desc, usb_size_t size, int32_t u, enum hid_kind k,
/freebsd-11-stable/usr.bin/usbhidctl/
H A Dusbhid.c307 enum hid_kind kind;
384 enum hid_kind kind;
/freebsd-11-stable/contrib/netbsd-tests/dev/usb/
H A Dt_hid.c84 enum hid_kind k, struct hid_item *hip)
/freebsd-11-stable/sys/dev/usb/input/
H A Dwmt.c551 wmt_hid_report_size(const void *buf, uint16_t len, enum hid_kind k, uint8_t id)

Completed in 199 milliseconds