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

/freebsd-13-stable/lib/libusbhid/
H A Ddata.c54 if (h->report_ID > 0)
99 if (h->report_ID > 0)
100 *buf++ = h->report_ID & 0xff;
H A Ddescr.c75 if (h.report_ID != 0) {
76 temp = h.report_ID;
H A Dparse.c104 if (c->report_ID == next_rID)
109 if (c->report_ID == 0) {
113 if (s->last_pos[i].rid == c->report_ID)
120 s->last_pos[i].rid = c->report_ID;
127 c->report_ID = next_rID;
524 if (r <= 0 || s->reportid == -1 || h->report_ID == s->reportid)
554 if (h.report_ID != 0)
H A Dusbhid.h54 int32_t report_ID; member in struct:hid_item
/freebsd-13-stable/usr.bin/usbhidctl/
H A Dusbhid.c206 h->report_ID, h->pos, h->report_size, h->report_count,
321 if (rid == var->h.report_ID &&
362 if (var->h.report_ID != 0 &&
363 dbuf[0] != var->h.report_ID)
391 if (rid == var->h.report_ID && kind == var->h.kind)
423 if (rid != var->h.report_ID || kind != var->h.kind)
/freebsd-13-stable/sys/dev/hid/
H A Dhid.c131 if (c->report_ID == next_rID)
136 if (c->report_ID == 0) {
140 if (s->last_pos[i].rid == c->report_ID)
147 s->last_pos[i].rid = c->report_ID;
153 c->report_ID = next_rID;
587 if (h.kind == k && h.report_ID == id) {
596 if (h.report_ID != 0)
630 if ((h.report_ID != 0) && !any_id) {
632 *id = h.report_ID;
684 *id = h.report_ID;
[all...]
H A Dhid.h246 int32_t report_ID; member in struct:hid_item
H A Dhidmap.c640 item->id = hi->report_ID;
647 hi->usage, hi->report_ID, hi->loc.pos, hi->loc.size, item->type,
H A Dhmt.c740 (report_id == 0 || report_id == hi.report_ID))
741 report_id = hi.report_ID;
H A Dhidbus.c152 *id = h.report_ID;
/freebsd-13-stable/contrib/netbsd-tests/dev/usb/
H A Dt_hid.c89 h.report_ID = 0;
92 (/*XXX*/uint32_t)h.usage == u && h.report_ID == id) {
/freebsd-13-stable/usr.sbin/bluetooth/bthidd/
H A Dkbd.c568 report_id = h.report_ID;
569 else if (h.report_ID != report_id)
574 h.report_ID, report_id);
H A Dhid.c207 if ((h.flags & HIO_CONST) || (h.report_ID != report_id) ||
/freebsd-13-stable/usr.sbin/bluetooth/bthidcontrol/
H A Dhid.c166 label, (uint8_t) h->report_ID, h->report_size, h->report_count,
/freebsd-13-stable/sys/dev/usb/input/
H A Dwmt.c798 sc->thqa_cert_rid = hi.report_ID;
804 sc->cont_max_rid = hi.report_ID;
810 sc->btn_type_rid = hi.report_ID;
837 (report_id == 0 || report_id == hi.report_ID) &&
854 (report_id == 0 || report_id == hi.report_ID))
855 report_id = hi.report_ID;
/freebsd-13-stable/usr.bin/usbhidaction/
H A Dusbhidaction.c203 if (cmd->item.report_ID != 0 &&
204 buf[0] != cmd->item.report_ID)

Completed in 224 milliseconds