Symbol: HCI_USB
drivers/bluetooth/bfusb.c
664
hdev->bus = HCI_USB;
drivers/bluetooth/bpa10x.c
392
hdev->bus = HCI_USB;
drivers/bluetooth/btbcm.c
614
bcm_subver_table = (hdev->bus == HCI_USB) ? bcm_usb_subver_table :
drivers/bluetooth/btbcm.c
631
if (hdev->bus == HCI_USB) {
drivers/bluetooth/btintel.c
2847
hdev->bus == HCI_USB)
drivers/bluetooth/btrsi.c
124
hdev->bus = HCI_USB;
drivers/bluetooth/btrtl.c
108
{ IC_INFO(RTL_ROM_LMP_8723A, 0xb, 0x6, HCI_USB),
drivers/bluetooth/btrtl.c
124
{ IC_INFO(RTL_ROM_LMP_8723B, 0xb, 0x6, HCI_USB),
drivers/bluetooth/btrtl.c
168
{ IC_INFO(RTL_ROM_LMP_8723B, 0xd, 0x8, HCI_USB),
drivers/bluetooth/btrtl.c
184
{ IC_INFO(RTL_ROM_LMP_8821A, 0xa, 0x6, HCI_USB),
drivers/bluetooth/btrtl.c
192
{ IC_INFO(RTL_ROM_LMP_8821A, 0xc, 0x8, HCI_USB),
drivers/bluetooth/btrtl.c
210
{ IC_INFO(RTL_ROM_LMP_8761A, 0xa, 0x6, HCI_USB),
drivers/bluetooth/btrtl.c
227
{ IC_INFO(RTL_ROM_LMP_8761A, 0xb, 0xa, HCI_USB),
drivers/bluetooth/btrtl.c
235
{ IC_INFO(RTL_ROM_LMP_8761A, 0x0e, 0, HCI_USB),
drivers/bluetooth/btrtl.c
261
{ IC_INFO(RTL_ROM_LMP_8822B, 0xc, 0xa, HCI_USB),
drivers/bluetooth/btrtl.c
270
{ IC_INFO(RTL_ROM_LMP_8822B, 0xb, 0x7, HCI_USB),
drivers/bluetooth/btrtl.c
279
{ IC_INFO(RTL_ROM_LMP_8852A, 0xa, 0xb, HCI_USB),
drivers/bluetooth/btrtl.c
297
{ IC_INFO(RTL_ROM_LMP_8852A, 0xb, 0xb, HCI_USB),
drivers/bluetooth/btrtl.c
306
{ IC_INFO(RTL_ROM_LMP_8852A, 0xc, 0xc, HCI_USB),
drivers/bluetooth/btrtl.c
315
{ IC_INFO(RTL_ROM_LMP_8851B, 0xb, 0xc, HCI_USB),
drivers/bluetooth/btrtl.c
324
{ IC_INFO(RTL_ROM_LMP_8922A, 0xa, 0xc, HCI_USB),
drivers/bluetooth/btrtl.c
333
{ IC_INFO(RTL_ROM_LMP_8852A, 0x87, 0xc, HCI_USB),
drivers/bluetooth/btusb.c
4173
hdev->bus = HCI_USB;