Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/usb/
Dhid.c297 c->report_ID = dval; in hid_get_item()
387 h.report_ID = 0; in hid_report_size()
393 h.kind, h.report_ID, h.loc.pos, h.loc.size, in hid_report_size()
395 if (h.report_ID == id && h.kind == k) { in hid_report_size()
419 h.report_ID = 0; in hid_locate()
423 h.usage, h.kind, h.report_ID, h.flags)); in hid_locate()
425 h.usage == u && h.report_ID == id) { in hid_locate()
481 hi.kind, hi.report_ID, hi.usage, coll_usage)); in hid_is_collection()
487 hi.report_ID == id) { in hid_is_collection()
Duhidev.c264 h.report_ID = 0; in uhidev_maxrepid()
266 if (h.report_ID > maxid) in uhidev_maxrepid()
267 maxid = h.report_ID; in uhidev_maxrepid()
Dhid.h66 int32_t report_ID; member
Dukbd.c794 h.report_ID != sc->sc_hdev.sc_report_id) in ukbd_parse_desc()
/mirbsd/src/lib/libusbhid/
Dparse.c128 if (h->report_ID == s->reportid || s->reportid == -1) in hid_get_item()
138 h->report_ID = c->report_ID; \
284 h->report_ID = nc.report_ID; in hid_get_item_raw()
336 c->report_ID = dval; in hid_get_item_raw()
415 if (h.report_ID == id && h.kind == k) { in hid_report_size()
Dusbhid.h52 int report_ID; member
/mirbsd/src/usr.bin/usbhidctl/
Dusbhid.c639 if (reportid != -1 && hitem.report_ID != reportid) in devloop()
684 hitem.kind, hitem.report_ID, hitem.usage); in devshow()
708 if (reportid != -1 && hitem.report_ID != reportid) in devshow()