Searched refs:report_ID (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.3-release/lib/libusbhid/
H A Ddata.c52 if (h->report_ID > 0)
97 if (h->report_ID > 0)
98 *buf++ = h->report_ID & 0xff;
H A Ddescr.c73 if (h.report_ID != 0) {
74 temp = h.report_ID;
H A Dparse.c102 if (c->report_ID == next_rID)
107 if (c->report_ID == 0) {
111 if (s->last_pos[i].rid == c->report_ID)
118 s->last_pos[i].rid = c->report_ID;
125 c->report_ID = next_rID;
520 if (r <= 0 || s->reportid == -1 || h->report_ID == s->reportid)
550 if (h.report_ID != 0)
H A Dusbhid.h52 int32_t report_ID; member in struct:hid_item
/freebsd-10.3-release/usr.bin/usbhidctl/
H A Dusbhid.c204 h->report_ID, h->report_size, h->report_count,
319 if (rid == var->h.report_ID &&
360 if (var->h.report_ID != 0 &&
361 dbuf[0] != var->h.report_ID)
389 if (rid == var->h.report_ID && kind == var->h.kind)
421 if (rid != var->h.report_ID || kind != var->h.kind)
/freebsd-10.3-release/sys/dev/usb/
H A Dusb_hid.c130 if (c->report_ID == next_rID)
135 if (c->report_ID == 0) {
139 if (s->last_pos[i].rid == c->report_ID)
146 s->last_pos[i].rid = c->report_ID;
152 c->report_ID = next_rID;
579 if ((h.report_ID != 0) && !any_id) {
581 *id = h.report_ID;
631 *id = h.report_ID;
H A Dusbhid.h203 int32_t report_ID; member in struct:hid_item
/freebsd-10.3-release/usr.sbin/bluetooth/bthidd/
H A Dkbd.c535 report_id = h.report_ID;
536 else if (h.report_ID != report_id)
541 h.report_ID, report_id);
H A Dhid.c157 if ((h.flags & HIO_CONST) || (h.report_ID != report_id) ||
/freebsd-10.3-release/usr.sbin/bluetooth/bthidcontrol/
H A Dhid.c163 label, (uint8_t) h->report_ID, h->report_size, h->report_count,
/freebsd-10.3-release/usr.bin/usbhidaction/
H A Dusbhidaction.c201 if (cmd->item.report_ID != 0 &&
202 buf[0] != cmd->item.report_ID)

Completed in 118 milliseconds