Searched refs:hci_recv_diag (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/bluetooth/ |
| H A D | hci_bcm.c | 687 { BCM_RECV_LM_DIAG, .recv = hci_recv_diag }, 688 { BCM_RECV_NULL, .recv = hci_recv_diag }, 689 { BCM_RECV_TYPE49, .recv = hci_recv_diag }, 690 { BCM_RECV_TYPE52, .recv = hci_recv_diag },
|
| H A D | bpa10x.c | 82 { HCI_RECV_VENDOR, .recv = hci_recv_diag },
|
| H A D | btintel_pcie.c | 360 hci_recv_diag(hdev, skb); in btintel_pcie_dump_debug_registers() 1098 hci_recv_diag(hdev, skb); in btintel_pcie_recv_event()
|
| H A D | btmtk.c | 1016 return hci_recv_diag(hdev, skb); in btmtk_usb_recv_acl()
|
| H A D | hci_qca.c | 1008 return hci_recv_diag(hdev, skb); in qca_recv_acl_data()
|
| H A D | btusb.c | 1850 hci_recv_diag(hdev, skb); in btusb_diag_complete()
|
| /linux/net/bluetooth/ |
| H A D | coredump.c | 256 hci_recv_diag(hdev, skb); in hci_devcd_dump()
|
| H A D | hci_core.c | 2939 int hci_recv_diag(struct hci_dev *hdev, struct sk_buff *skb) in hci_recv_diag() function 2952 EXPORT_SYMBOL(hci_recv_diag);
|
| /linux/include/net/bluetooth/ |
| H A D | hci_core.h | 1776 int hci_recv_diag(struct hci_dev *hdev, struct sk_buff *skb);
|