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

/freebsd-13-stable/lib/libusbhid/
H A Dusbhid.h36 typedef struct report_desc *report_desc_t; typedef in typeref:struct:report_desc
86 report_desc_t hid_get_report_desc(int file);
87 report_desc_t hid_use_report_desc(unsigned char *data, unsigned int size);
88 void hid_dispose_report_desc(report_desc_t);
93 hid_data_t hid_start_parse(report_desc_t d, int kindset, int id);
96 int hid_report_size(report_desc_t d, enum hid_kind k, int id);
97 int hid_locate(report_desc_t d, unsigned int usage, enum hid_kind k,
H A Dusbvar.h47 report_desc_t hid_get_report_desc_compat7(int fd);
H A Ddescr.c63 report_desc_t rep;
98 report_desc_t
102 report_desc_t rep;
158 report_desc_t
161 report_desc_t r;
174 hid_dispose_report_desc(report_desc_t r)
H A Ddescr_compat.c70 report_desc_t
H A Dparse.c155 hid_start_parse(report_desc_t d, int kindset, int id)
531 hid_report_size(report_desc_t r, enum hid_kind k, int id)
571 hid_locate(report_desc_t desc, unsigned int u, enum hid_kind k,
/freebsd-13-stable/usr.sbin/bluetooth/bthidd/
H A Dbthid_config.h61 report_desc_t desc; /* HID report descriptor */
/freebsd-13-stable/usr.bin/usbhidctl/
H A Dusbhid.c63 static void dumpitems(report_desc_t r);
65 static void dumpdata(int f, report_desc_t r, int loop);
66 static void writedata(int f, report_desc_t r);
69 parceargs(report_desc_t r, int all, int nnames, char **names)
240 dumpitems(report_desc_t r)
302 dumpdata(int f, report_desc_t rd, int loop)
379 writedata(int f, report_desc_t rd)
447 report_desc_t r;
/freebsd-13-stable/usr.sbin/bluetooth/bthidcontrol/
H A Dhid.c47 static void hid_dump_descriptor (report_desc_t r);
124 hid_dump_descriptor(report_desc_t r)
/freebsd-13-stable/contrib/netbsd-tests/lib/libusbhid/
H A Dt_usbhid.c117 report_desc_t hrd;
180 report_desc_t hrd;
242 report_desc_t hrd;
338 report_desc_t hrd;
426 report_desc_t hrd;
/freebsd-13-stable/usr.bin/usbhidaction/
H A Dusbhidaction.c74 struct command *parse_conf(const char *, report_desc_t, int, int);
93 report_desc_t repd;
277 parse_conf(const char *conf, report_desc_t repd, int reportid, int ignore)

Completed in 99 milliseconds