HomeSort by: relevance | last modified time | path
    Searched defs:repd (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/usbhidaction/
usbhidaction.c 92 report_desc_t repd; local in function:main
158 repd = hid_get_report_desc(fd);
159 if (repd == NULL)
162 commands = parse_conf(conf, repd, reportid, ignore);
164 sz = hid_report_size(repd, hid_input, reportid);
206 parse_conf(conf, repd, reportid, ignore);
237 parse_conf(const char *conf, report_desc_t repd, int reportid, int ignore)
310 for (d = hid_start_parse(repd, 1 << hid_input, reportid);
usbhidaction.c 92 report_desc_t repd; local in function:main
158 repd = hid_get_report_desc(fd);
159 if (repd == NULL)
162 commands = parse_conf(conf, repd, reportid, ignore);
164 sz = hid_report_size(repd, hid_input, reportid);
206 parse_conf(conf, repd, reportid, ignore);
237 parse_conf(const char *conf, report_desc_t repd, int reportid, int ignore)
310 for (d = hid_start_parse(repd, 1 << hid_input, reportid);
usbhidaction.c 92 report_desc_t repd; local in function:main
158 repd = hid_get_report_desc(fd);
159 if (repd == NULL)
162 commands = parse_conf(conf, repd, reportid, ignore);
164 sz = hid_report_size(repd, hid_input, reportid);
206 parse_conf(conf, repd, reportid, ignore);
237 parse_conf(const char *conf, report_desc_t repd, int reportid, int ignore)
310 for (d = hid_start_parse(repd, 1 << hid_input, reportid);

Completed in 36 milliseconds