Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/bluetooth/
Dbtrsi.c135 hdev->bus = HCI_USB; in rsi_hci_attach()
Dbtbcm.c464 bcm_subver_table = (hdev->bus == HCI_USB) ? bcm_usb_subver_table : in btbcm_initialize()
481 if (hdev->bus == HCI_USB) { in btbcm_initialize()
Dbpa10x.c387 hdev->bus = HCI_USB; in bpa10x_probe()
Dbfusb.c665 hdev->bus = HCI_USB; in bfusb_probe()
Dbtusb.c4041 hdev->bus = HCI_USB; in btusb_probe()
/kernel/linux/linux-5.10/include/net/bluetooth/
Dhci.h62 #define HCI_USB 1 macro