Home
last modified time | relevance | path

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

/mirbsd/src/lib/libusbhid/
Dparse.c176 c->report_count = s->multimax; in hid_get_item_raw()
244 s->multimax = c->report_count; in hid_get_item_raw()
246 c->report_count = 1; in hid_get_item_raw()
266 c->report_size * c->report_count; in hid_get_item_raw()
342 c->report_count = dval; in hid_get_item_raw()
Dusbhid.h54 int report_count; member
/mirbsd/src/gnu/usr.bin/cvs/src/
Dhistory.c229 static short report_count; variable
437 report_count++; in history()
444 report_count++; in history()
448 report_count++; in history()
457 report_count++; in history()
493 if (!module_report++) report_count++; in history()
529 report_count++; in history()
584 if (!report_count) in history()
586 else if (report_count > 1) in history()
/mirbsd/src/usr.bin/usbhidctl/
Dusbhid.c473 for (i = 0; i < item->report_count; i++) { in varop_display()
491 if (item->report_count > 1) in varop_display()
522 item->report_size, item->report_count, in reportitem()