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

/freebsd-12-stable/lib/libusbhid/
H A Dparse.c98 hid_switch_rid(struct hid_data *s, struct hid_item *c, int32_t next_rID) argument
104 if (c->report_ID == next_rID)
127 c->report_ID = next_rID;
131 if (next_rID == 0) {
135 if (s->last_pos[i].rid == next_rID)
142 s->last_pos[i].rid = next_rID;
/freebsd-12-stable/sys/dev/usb/
H A Dusb_hid.c127 hid_switch_rid(struct hid_data *s, struct hid_item *c, int32_t next_rID) argument
133 if (c->report_ID == next_rID)
155 c->report_ID = next_rID;
159 if (next_rID == 0) {
163 if (s->last_pos[i].rid == next_rID)
170 s->last_pos[i].rid = next_rID;

Completed in 44 milliseconds