Home
last modified time | relevance | path

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

/freebsd/lib/libusbhid/
H A Dparse.c102 if (c->report_ID == next_rID) in hid_switch_rid()
107 if (c->report_ID == 0) { in hid_switch_rid()
111 if (s->last_pos[i].rid == c->report_ID) in hid_switch_rid()
118 s->last_pos[i].rid = c->report_ID; in hid_switch_rid()
125 c->report_ID = next_rID; in hid_switch_rid()
522 if (r <= 0 || s->reportid == -1 || h->report_ID == s->reportid) in hid_get_item()
552 if (h.report_ID != 0) in hid_report_size()
H A Ddata.c51 if (h->report_ID > 0) in hid_get_data()
96 if (h->report_ID > 0) in hid_set_data()
97 *buf++ = h->report_ID & 0xff; in hid_set_data()
H A Ddescr.c72 if (h.report_ID != 0) { in hid_get_report_id()
73 temp = h.report_ID; in hid_get_report_id()
H A Dusbhid.h55 int32_t report_ID; member
/freebsd/sys/dev/hid/
H A Dhid.c126 if (c->report_ID == next_rID) in hid_switch_rid()
131 if (c->report_ID == 0) { in hid_switch_rid()
135 if (s->last_pos[i].rid == c->report_ID) in hid_switch_rid()
142 s->last_pos[i].rid = c->report_ID; in hid_switch_rid()
148 c->report_ID = next_rID; in hid_switch_rid()
587 if (h.kind == k && h.report_ID == id) { in hid_report_size()
596 if (h.report_ID != 0) in hid_report_size()
630 if ((h.report_ID != 0) && !any_id) { in hid_report_size_max()
632 *id = h.report_ID; in hid_report_size_max()
684 *id = h.report_ID; in hid_locate()
H A Dhid.h243 uint32_t report_ID; member
H A Dhidmap.c642 item->id = hi->report_ID; in hidmap_parse_hid_item()
649 hi->usage, hi->report_ID, hi->loc.pos, hi->loc.size, item->type, in hidmap_parse_hid_item()
H A Dhmt.c742 (report_id == 0 || report_id == hi.report_ID)) in hmt_hid_parse()
743 report_id = hi.report_ID; in hmt_hid_parse()
H A Dhidbus.c150 *id = h.report_ID; in hidbus_locate()
/freebsd/usr.bin/usbhidctl/
H A Dusbhid.c205 h->report_ID, h->pos, h->report_size, h->report_count, in dumpitem()
320 if (rid == var->h.report_ID && in dumpdata()
361 if (var->h.report_ID != 0 && in dumpdata()
362 dbuf[0] != var->h.report_ID) in dumpdata()
390 if (rid == var->h.report_ID && kind == var->h.kind) in writedata()
422 if (rid != var->h.report_ID || kind != var->h.kind) in writedata()
/freebsd/usr.sbin/bluetooth/bthidd/
H A Dkbd.c568 report_id = h.report_ID; in kbd_status_changed()
569 else if (h.report_ID != report_id) in kbd_status_changed()
574 h.report_ID, report_id); in kbd_status_changed()
H A Dhid.c206 if ((h.flags & HIO_CONST) || (h.report_ID != report_id) || in hid_interrupt()
/freebsd/sys/dev/usb/input/
H A Dwmt.c775 sc->thqa_cert_rid = hi.report_ID; in wmt_hid_parse()
781 sc->cont_max_rid = hi.report_ID; in wmt_hid_parse()
787 sc->btn_type_rid = hi.report_ID; in wmt_hid_parse()
814 (report_id == 0 || report_id == hi.report_ID) && in wmt_hid_parse()
831 (report_id == 0 || report_id == hi.report_ID)) in wmt_hid_parse()
832 report_id = hi.report_ID; in wmt_hid_parse()
/freebsd/contrib/netbsd-tests/dev/usb/
H A Dt_hid.c89 h.report_ID = 0; in locate_item()
92 (/*XXX*/uint32_t)h.usage == u && h.report_ID == id) { in locate_item()
/freebsd/usr.sbin/bluetooth/bthidcontrol/
H A Dhid.c165 label, (uint8_t) h->report_ID, h->report_size, h->report_count, in hid_dump_item()
/freebsd/usr.bin/usbhidaction/
H A Dusbhidaction.c202 if (cmd->item.report_ID != 0 && in main()
203 buf[0] != cmd->item.report_ID) in main()