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

/freebsd-9.3-release/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-9.3-release/sys/dev/usb/
H A Dusb_hid.c123 hid_switch_rid(struct hid_data *s, struct hid_item *c, int32_t next_rID) argument
129 if (c->report_ID == next_rID)
151 c->report_ID = next_rID;
155 if (next_rID == 0) {
159 if (s->last_pos[i].rid == next_rID)
166 s->last_pos[i].rid = next_rID;

Completed in 99 milliseconds