Lines Matching refs:repid
103 int repid; in imt_find_winptp_reports() local
112 for (repid = 0; repid < parent->sc_nrepid; repid++) { in imt_find_winptp_reports()
113 if (hid_report_size(desc, size, hid_input, repid) == 0 && in imt_find_winptp_reports()
114 hid_report_size(desc, size, hid_output, repid) == 0 && in imt_find_winptp_reports()
115 hid_report_size(desc, size, hid_feature, repid) == 0) in imt_find_winptp_reports()
118 if (hid_is_collection(desc, size, repid, in imt_find_winptp_reports()
122 sc->sc_rep_input = repid; in imt_find_winptp_reports()
123 } else if (hid_is_collection(desc, size, repid, in imt_find_winptp_reports()
127 sc->sc_rep_config = repid; in imt_find_winptp_reports()
132 HUD_CONTACT_MAX), repid, hid_feature, NULL, NULL)) { in imt_find_winptp_reports()
135 sc->sc_rep_cap = repid; in imt_find_winptp_reports()