Searched refs:report_desc_t (Results 1 – 10 of 10) sorted by relevance
/freebsd/lib/libusbhid/ |
H A D | usbhid.h | 37 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 D | descr.c | 60 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 D | usbvar.h | 45 report_desc_t hid_get_report_desc_compat7(int fd);
|
H A D | descr_compat.c | 67 report_desc_t
|
H A D | parse.c | 153 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 D | usbhid.c | 62 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 D | t_usbhid.c | 117 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 D | hid.c | 46 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 D | bthid_config.h | 60 report_desc_t desc; /* HID report descriptor */
|
/freebsd/usr.bin/usbhidaction/ |
H A D | usbhidaction.c | 73 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()
|