Searched refs:nextid (Results 1 – 4 of 4) sorted by relevance
42 static int nextid = 0; in evcount_attach() local46 ec->ec_id = ++nextid; in evcount_attach()
95 hid_switch_rid(struct hid_data *s, struct hid_item *c, int32_t nextid) in hid_switch_rid() argument99 if (c->report_ID == nextid) in hid_switch_rid()119 c->report_ID = nextid; in hid_switch_rid()122 if (nextid == 0) { in hid_switch_rid()126 if (s->last_pos[i].rid == nextid) in hid_switch_rid()133 s->last_pos[i].rid = nextid; in hid_switch_rid()
2353 uint16_t id = 0, curid, nextid; local2392 nextid = tree_by_id_get_id(next);2393 log_assert(curid < nextid);2394 if(curid != 0xffff && curid + 1 < nextid) {2396 space = nextid - curid - 1;