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

/freebsd-12-stable/usr.bin/usbhidaction/
H A Dusbhidaction.c93 report_desc_t repd; local
154 repd = hid_get_report_desc(fd);
155 if (repd == NULL)
158 commands = parse_conf(conf, repd, reportid, ignore);
160 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 122 milliseconds