bcm_subver_table 327 drivers/bluetooth/btbcm.c static const struct bcm_subver_table bcm_uart_subver_table[] = { bcm_subver_table 345 drivers/bluetooth/btbcm.c static const struct bcm_subver_table bcm_usb_subver_table[] = { bcm_subver_table 366 drivers/bluetooth/btbcm.c const struct bcm_subver_table *bcm_subver_table; bcm_subver_table 395 drivers/bluetooth/btbcm.c bcm_subver_table = (hdev->bus == HCI_USB) ? bcm_usb_subver_table : bcm_subver_table 398 drivers/bluetooth/btbcm.c for (i = 0; bcm_subver_table[i].name; i++) { bcm_subver_table 399 drivers/bluetooth/btbcm.c if (subver == bcm_subver_table[i].subver) { bcm_subver_table 400 drivers/bluetooth/btbcm.c hw_name = bcm_subver_table[i].name;