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

/freebsd-current/usr.bin/usbhidaction/
H A Dusbhidaction.c92 report_desc_t repd; local
153 repd = hid_get_report_desc(fd);
154 if (repd == NULL)
157 commands = parse_conf(conf, repd, reportid, ignore);
159 sz = (size_t)hid_report_size(repd, hid_input, -1);
243 parse_conf(conf, repd, reportid, ignore);
276 parse_conf(const char *conf, report_desc_t repd, int reportid, int ignore) argument
369 for (d = hid_start_parse(repd, 1 << hid_input, reportid);

Completed in 138 milliseconds