Searched refs:report_count (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/lib/libusbhid/
H A Dparse.c251 s->pos[c->kind] += c->report_size * c->report_count;
318 c->report_count = s->loc_count;
323 if (c->report_count > 255) {
326 s->ncount = c->report_count;
332 c->report_count = 1;
409 c->report_count = s->loc_count;
420 s->loc_count = c->report_count;
422 c->report_count = 0;
546 temp = h.pos + (h.report_size * h.report_count);
H A Dusbhid.h54 int32_t report_count; member in struct:hid_item
/freebsd-10.0-release/usr.sbin/bluetooth/bthidcontrol/
H A Dhid.c163 label, (uint8_t) h->report_ID, h->report_size, h->report_count,
/freebsd-10.0-release/usr.bin/usbhidaction/
H A Dusbhidaction.c210 for (i = 0; i < cmd->item.report_count; i++) {
217 val = (i < cmd->item.report_count) ?
/freebsd-10.0-release/usr.bin/usbhidctl/
H A Dusbhid.c204 h->report_ID, h->report_size, h->report_count,
284 for (i = 0; i < h->report_count; i++) {
/freebsd-10.0-release/usr.sbin/bluetooth/bthidd/
H A Dhid.c206 for (i = 1; i < h.report_count; i++) {
/freebsd-10.0-release/sys/cam/scsi/
H A Dscsi_all.h597 u_int8_t report_count[4]; member in struct:scsi_info_exceptions_page

Completed in 223 milliseconds