Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dhci_drv.c83 if (!hdev->hci_drv) in hci_drv_process_cmd()
88 if (opcode < hdev->hci_drv->common_handler_count) in hci_drv_process_cmd()
89 handler = &hdev->hci_drv->common_handlers[opcode]; in hci_drv_process_cmd()
91 if (ocf < hdev->hci_drv->specific_handler_count) in hci_drv_process_cmd()
92 handler = &hdev->hci_drv->specific_handlers[ocf]; in hci_drv_process_cmd()
H A DMakefile18 hci_drv.o
/linux/include/net/bluetooth/
H A Dhci_drv.h68 struct hci_drv { struct
H A Dhci_core.h628 struct hci_drv *hci_drv; member
/linux/drivers/bluetooth/
H A Dbtintel_pcie.c2408 static struct hci_drv btintel_pcie_hci_drv = {
2441 hdev->hci_drv = &btintel_pcie_hci_drv; in btintel_pcie_setup_hdev()
H A Dbtusb.c4017 static struct hci_drv btusb_hci_drv = {
4173 hdev->hci_drv = &btusb_hci_drv; in btusb_probe()