ic_id_table        60 drivers/bluetooth/btrtl.c static const struct id_table ic_id_table[] = {
ic_id_table       159 drivers/bluetooth/btrtl.c 	for (i = 0; i < ARRAY_SIZE(ic_id_table); i++) {
ic_id_table       160 drivers/bluetooth/btrtl.c 		if ((ic_id_table[i].match_flags & IC_MATCH_FL_LMPSUBV) &&
ic_id_table       161 drivers/bluetooth/btrtl.c 		    (ic_id_table[i].lmp_subver != lmp_subver))
ic_id_table       163 drivers/bluetooth/btrtl.c 		if ((ic_id_table[i].match_flags & IC_MATCH_FL_HCIREV) &&
ic_id_table       164 drivers/bluetooth/btrtl.c 		    (ic_id_table[i].hci_rev != hci_rev))
ic_id_table       166 drivers/bluetooth/btrtl.c 		if ((ic_id_table[i].match_flags & IC_MATCH_FL_HCIVER) &&
ic_id_table       167 drivers/bluetooth/btrtl.c 		    (ic_id_table[i].hci_ver != hci_ver))
ic_id_table       169 drivers/bluetooth/btrtl.c 		if ((ic_id_table[i].match_flags & IC_MATCH_FL_HCIBUS) &&
ic_id_table       170 drivers/bluetooth/btrtl.c 		    (ic_id_table[i].hci_bus != hci_bus))
ic_id_table       175 drivers/bluetooth/btrtl.c 	if (i >= ARRAY_SIZE(ic_id_table))
ic_id_table       178 drivers/bluetooth/btrtl.c 	return &ic_id_table[i];