Home
last modified time | relevance | path

Searched refs:qca_devices_table (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/bluetooth/
H A Dbtusb.c3699 static const struct qca_device_info qca_devices_table[] = { variable
3963 for (i = 0; i < ARRAY_SIZE(qca_devices_table); i++) { in btusb_setup_qca()
3964 if (ver_rom == qca_devices_table[i].rom_version) in btusb_setup_qca()
3965 info = &qca_devices_table[i]; in btusb_setup_qca()
3968 /* If the rom_version is not matched in the qca_devices_table in btusb_setup_qca()