Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/
Dusb_hid.c107 if (c->report_ID == next_rID) in hid_switch_rid()
112 if (c->report_ID == 0) { in hid_switch_rid()
116 if (s->last_pos[i].rid == c->report_ID) in hid_switch_rid()
123 s->last_pos[i].rid = c->report_ID; in hid_switch_rid()
129 c->report_ID = next_rID; in hid_switch_rid()
559 if ((h.report_ID != 0) && !any_id) { in hid_report_size()
561 *id = h.report_ID; in hid_report_size()
611 *id = h.report_ID; in hid_locate()
Dusbhid.h223 int32_t report_ID; member