Searched refs:report_ID (Results 1 – 7 of 7) sorted by relevance
| /mirbsd/src/sys/dev/usb/ |
| D | hid.c | 297 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()
|
| D | uhidev.c | 264 h.report_ID = 0; in uhidev_maxrepid() 266 if (h.report_ID > maxid) in uhidev_maxrepid() 267 maxid = h.report_ID; in uhidev_maxrepid()
|
| D | hid.h | 66 int32_t report_ID; member
|
| D | ukbd.c | 794 h.report_ID != sc->sc_hdev.sc_report_id) in ukbd_parse_desc()
|
| /mirbsd/src/lib/libusbhid/ |
| D | parse.c | 128 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()
|
| D | usbhid.h | 52 int report_ID; member
|
| /mirbsd/src/usr.bin/usbhidctl/ |
| D | usbhid.c | 639 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()
|