Home
last modified time | relevance | path

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

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