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

/freebsd-13-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-13-stable/sys/dev/hid/
H A Dhid.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 93 milliseconds