Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/
H A Dusb_hid.c100 hid_switch_rid(struct hid_data *s, struct hid_item *c, int32_t next_rID) in hid_switch_rid() argument
106 if (c->report_ID == next_rID) in hid_switch_rid()
128 c->report_ID = next_rID; in hid_switch_rid()
132 if (next_rID == 0) { in hid_switch_rid()
136 if (s->last_pos[i].rid == next_rID) in hid_switch_rid()
143 s->last_pos[i].rid = next_rID; in hid_switch_rid()

Completed in 1 milliseconds