Searched refs:hci_recv_diag (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/bluetooth/ |
D | hci_bcm.c | 657 { BCM_RECV_LM_DIAG, .recv = hci_recv_diag }, 658 { BCM_RECV_NULL, .recv = hci_recv_diag }, 659 { BCM_RECV_TYPE49, .recv = hci_recv_diag }, 660 { BCM_RECV_TYPE52, .recv = hci_recv_diag },
|
D | bpa10x.c | 81 { HCI_RECV_VENDOR, .recv = hci_recv_diag },
|
D | hci_qca.c | 961 return hci_recv_diag(hdev, skb); in qca_recv_acl_data()
|
D | btusb.c | 1184 hci_recv_diag(hdev, skb); in btusb_diag_complete()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
D | hci_core.h | 1197 int hci_recv_diag(struct hci_dev *hdev, struct sk_buff *skb);
|
/kernel/linux/linux-5.10/net/bluetooth/ |
D | hci_core.c | 3964 int hci_recv_diag(struct hci_dev *hdev, struct sk_buff *skb) in hci_recv_diag() function 3977 EXPORT_SYMBOL(hci_recv_diag);
|