Searched refs:hci_drv (Results 1 – 6 of 6) sorted by relevance
83 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()
18 hci_drv.o
68 struct hci_drv { struct
628 struct hci_drv *hci_drv; member
2408 static struct hci_drv btintel_pcie_hci_drv = {2441 hdev->hci_drv = &btintel_pcie_hci_drv; in btintel_pcie_setup_hdev()
4017 static struct hci_drv btusb_hci_drv = {4173 hdev->hci_drv = &btusb_hci_drv; in btusb_probe()