Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/
Dusb_hid.c101 hid_switch_rid(struct hid_data *s, struct hid_item *c, int32_t next_rID) in hid_switch_rid() argument
107 if (c->report_ID == next_rID) in hid_switch_rid()
129 c->report_ID = next_rID; in hid_switch_rid()
133 if (next_rID == 0) { in hid_switch_rid()
137 if (s->last_pos[i].rid == next_rID) in hid_switch_rid()
144 s->last_pos[i].rid = next_rID; in hid_switch_rid()