Lines Matching refs:report_ID
99 if (c->report_ID == nextid) in hid_switch_rid()
103 if (c->report_ID == 0) { in hid_switch_rid()
107 if (s->last_pos[i].rid == c->report_ID) in hid_switch_rid()
114 s->last_pos[i].rid = c->report_ID; in hid_switch_rid()
119 c->report_ID = nextid; in hid_switch_rid()
521 h.report_ID = 0; in hid_report_size()
527 h.kind, h.report_ID, h.loc.pos, h.loc.size, in hid_report_size()
529 if (h.report_ID == id && h.kind == k) { in hid_report_size()
554 h.report_ID = 0; in hid_locate()
558 h.usage, h.kind, h.report_ID, h.flags); in hid_locate()
560 h.usage == u && h.report_ID == id) { in hid_locate()
645 hi.kind, hi.report_ID, hi.usage, coll_usage); in hid_is_collection()
650 coll_usage == usage && hi.report_ID == id) { in hid_is_collection()
673 hi.kind, hi.report_ID, hi.usage, usage); in hid_get_collection_data()
697 hi.kind, hi.report_ID, hi.usage, usage); in hid_get_id_of_collection()
702 return hi.report_ID; in hid_get_id_of_collection()