Searched refs:next_rID (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/lib/libusbhid/
H A Dparse.c96 hid_switch_rid(struct hid_data *s, struct hid_item *c, int32_t next_rID) argument
102 if (c->report_ID == next_rID)
125 c->report_ID = next_rID;
129 if (next_rID == 0) {
133 if (s->last_pos[i].rid == next_rID)
140 s->last_pos[i].rid = next_rID;
/freebsd-11-stable/sys/dev/usb/
H A Dusb_hid.c125 hid_switch_rid(struct hid_data *s, struct hid_item *c, int32_t next_rID) argument
131 if (c->report_ID == next_rID)
153 c->report_ID = next_rID;
157 if (next_rID == 0) {
161 if (s->last_pos[i].rid == next_rID)
168 s->last_pos[i].rid = next_rID;

Completed in 62 milliseconds