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

/linux-master/drivers/bluetooth/
H A Dbtusb.c3668 static const struct qca_device_info qca_devices_table[] = {
3932 for (i = 0; i < ARRAY_SIZE(qca_devices_table); i++) {
3933 if (ver_rom == qca_devices_table[i].rom_version)
3934 info = &qca_devices_table[i];
3937 /* If the rom_version is not matched in the qca_devices_table
3667 static const struct qca_device_info qca_devices_table[] = { variable in typeref:struct:qca_device_info

Completed in 117 milliseconds