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

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

Completed in 120 milliseconds