Home
last modified time | relevance | path

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

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