Home
last modified time | relevance | path

Searched refs:report_desc_t (Results 1 – 10 of 10) sorted by relevance

/freebsd/lib/libusbhid/
H A Dusbhid.h37 typedef struct report_desc *report_desc_t; typedef
87 report_desc_t hid_get_report_desc(int file);
88 report_desc_t hid_use_report_desc(unsigned char *data, unsigned int size);
89 void hid_dispose_report_desc(report_desc_t);
94 hid_data_t hid_start_parse(report_desc_t d, int kindset, int id);
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,
H A Ddescr.c60 report_desc_t rep; in hid_get_report_id()
95 report_desc_t
99 report_desc_t rep; in hid_get_report_desc()
155 report_desc_t
158 report_desc_t r; in hid_use_report_desc()
171 hid_dispose_report_desc(report_desc_t r) in hid_dispose_report_desc()
H A Dusbvar.h45 report_desc_t hid_get_report_desc_compat7(int fd);
H A Ddescr_compat.c67 report_desc_t
H A Dparse.c153 hid_start_parse(report_desc_t d, int kindset, int id) in hid_start_parse()
529 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/usr.bin/usbhidctl/
H A Dusbhid.c62 static void dumpitems(report_desc_t r);
64 static void dumpdata(int f, report_desc_t r, int loop);
65 static void writedata(int f, report_desc_t r);
68 parceargs(report_desc_t r, int all, int nnames, char **names) in parceargs()
239 dumpitems(report_desc_t r) in dumpitems()
301 dumpdata(int f, report_desc_t rd, int loop) in dumpdata()
378 writedata(int f, report_desc_t rd) in writedata()
446 report_desc_t r; in main()
/freebsd/contrib/netbsd-tests/lib/libusbhid/
H A Dt_usbhid.c117 report_desc_t hrd; in ATF_TC_BODY()
180 report_desc_t hrd; in ATF_TC_BODY()
242 report_desc_t hrd; in ATF_TC_BODY()
338 report_desc_t hrd; in ATF_TC_BODY()
426 report_desc_t hrd; in ATF_TC_BODY()
/freebsd/usr.sbin/bluetooth/bthidcontrol/
H A Dhid.c46 static void hid_dump_descriptor (report_desc_t r);
123 hid_dump_descriptor(report_desc_t r) in hid_dump_descriptor()
/freebsd/usr.sbin/bluetooth/bthidd/
H A Dbthid_config.h60 report_desc_t desc; /* HID report descriptor */
/freebsd/usr.bin/usbhidaction/
H A Dusbhidaction.c73 struct command *parse_conf(const char *, report_desc_t, int, int);
92 report_desc_t repd; in main()
276 parse_conf(const char *conf, report_desc_t repd, int reportid, int ignore) in parse_conf()