bcm_subver_table
static const struct bcm_subver_table bcm_uart_subver_table[] = {
static const struct bcm_subver_table bcm_usb_subver_table[] = {
const struct bcm_subver_table *bcm_subver_table;
bcm_subver_table = (hdev->bus == HCI_USB) ? bcm_usb_subver_table :
for (i = 0; bcm_subver_table[i].name; i++) {
if (subver == bcm_subver_table[i].subver) {
hw_name = bcm_subver_table[i].name;