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

/freebsd-9.3-release/usr.bin/usbhidaction/
H A Dusbhidaction.c95 int reportid = -1; local
121 reportid = atoi(optarg);
156 commands = parse_conf(conf, repd, reportid, ignore);
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);
/freebsd-9.3-release/lib/libusbhid/
H A Dparse.c73 int32_t reportid; /* requested report ID */ member in struct:hid_data
162 s->reportid = id;
520 if (r <= 0 || s->reportid == -1 || h->report_ID == s->reportid)

Completed in 99 milliseconds