qca_devices_table 3178 drivers/bluetooth/btusb.c static const struct qca_device_info qca_devices_table[] = {
qca_devices_table 3386 drivers/bluetooth/btusb.c 	for (i = 0; i < ARRAY_SIZE(qca_devices_table); i++) {
qca_devices_table 3387 drivers/bluetooth/btusb.c 		if (ver_rom == qca_devices_table[i].rom_version)
qca_devices_table 3388 drivers/bluetooth/btusb.c 			info = &qca_devices_table[i];