Lines Matching defs:ic_id_table
60 static const struct id_table ic_id_table[] = {
178 for (i = 0; i < ARRAY_SIZE(ic_id_table); i++) {
179 if ((ic_id_table[i].match_flags & IC_MATCH_FL_LMPSUBV) &&
180 (ic_id_table[i].lmp_subver != lmp_subver))
182 if ((ic_id_table[i].match_flags & IC_MATCH_FL_HCIREV) &&
183 (ic_id_table[i].hci_rev != hci_rev))
185 if ((ic_id_table[i].match_flags & IC_MATCH_FL_HCIVER) &&
186 (ic_id_table[i].hci_ver != hci_ver))
188 if ((ic_id_table[i].match_flags & IC_MATCH_FL_HCIBUS) &&
189 (ic_id_table[i].hci_bus != hci_bus))
194 if (i >= ARRAY_SIZE(ic_id_table))
197 return &ic_id_table[i];