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

/openbsd-current/lib/libusbhid/
H A Dparse.c91 hid_switch_rid(struct hid_data *s, struct hid_item *c, int32_t next_rID) argument
97 if (c->report_ID == next_rID)
120 c->report_ID = next_rID;
124 if (next_rID == 0) {
128 if (s->last_pos[i].rid == next_rID)
135 s->last_pos[i].rid = next_rID;

Completed in 66 milliseconds