hci_recv_diag      81 drivers/bluetooth/bpa10x.c 	{ HCI_RECV_VENDOR, .recv = hci_recv_diag  },
hci_recv_diag    1065 drivers/bluetooth/btusb.c 			hci_recv_diag(hdev, skb);
hci_recv_diag     622 drivers/bluetooth/hci_bcm.c 	{ BCM_RECV_LM_DIAG, .recv = hci_recv_diag  },
hci_recv_diag     623 drivers/bluetooth/hci_bcm.c 	{ BCM_RECV_NULL,    .recv = hci_recv_diag  },
hci_recv_diag     624 drivers/bluetooth/hci_bcm.c 	{ BCM_RECV_TYPE49,  .recv = hci_recv_diag  },
hci_recv_diag     625 drivers/bluetooth/hci_bcm.c 	{ BCM_RECV_TYPE52,  .recv = hci_recv_diag  },
hci_recv_diag     872 drivers/bluetooth/hci_qca.c 		return hci_recv_diag(hdev, skb);
hci_recv_diag    1062 include/net/bluetooth/hci_core.h int hci_recv_diag(struct hci_dev *hdev, struct sk_buff *skb);
hci_recv_diag    3531 net/bluetooth/hci_core.c EXPORT_SYMBOL(hci_recv_diag);