Searched refs:hci_recv_diag (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.6/drivers/bluetooth/ |
D | hci_bcm.c | 688 { BCM_RECV_LM_DIAG, .recv = hci_recv_diag }, 689 { BCM_RECV_NULL, .recv = hci_recv_diag }, 690 { BCM_RECV_TYPE49, .recv = hci_recv_diag }, 691 { BCM_RECV_TYPE52, .recv = hci_recv_diag },
|
D | bpa10x.c | 81 { HCI_RECV_VENDOR, .recv = hci_recv_diag },
|
D | btmtksdio.c | 434 return hci_recv_diag(hdev, skb); in btmtksdio_recv_acl()
|
D | hci_qca.c | 988 return hci_recv_diag(hdev, skb); in qca_recv_acl_data()
|
D | btusb.c | 1669 hci_recv_diag(hdev, skb); in btusb_diag_complete() 3283 return hci_recv_diag(hdev, skb); in btusb_recv_acl_mtk()
|
/Linux-v6.6/net/bluetooth/ |
D | hci_core.c | 2950 int hci_recv_diag(struct hci_dev *hdev, struct sk_buff *skb) in hci_recv_diag() function 2963 EXPORT_SYMBOL(hci_recv_diag);
|
/Linux-v6.6/include/net/bluetooth/ |
D | hci_core.h | 1613 int hci_recv_diag(struct hci_dev *hdev, struct sk_buff *skb);
|