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

/freebsd-9.3-release/usr.bin/usbhidaction/
H A Dusbhidaction.c91 report_desc_t repd; local
152 repd = hid_get_report_desc(fd);
153 if (repd == NULL)
156 commands = parse_conf(conf, repd, reportid, ignore);
158 sz = (size_t)hid_report_size(repd, hid_input, -1);
244 parse_conf(conf, repd, reportid, ignore);
277 parse_conf(const char *conf, report_desc_t repd, int reportid, int ignore) argument
370 for (d = hid_start_parse(repd, 1 << hid_input, reportid);

Completed in 98 milliseconds