Searched refs:hci_recv_diag (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/drivers/bluetooth/ |
H A 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 },
|
H A D | bpa10x.c | 81 { HCI_RECV_VENDOR, .recv = hci_recv_diag },
|
H A D | hci_qca.c | 970 return hci_recv_diag(hdev, skb); in qca_recv_acl_data()
|
H A D | btusb.c | 1218 hci_recv_diag(hdev, skb); in btusb_diag_complete()
|
/kernel/linux/linux-6.6/drivers/bluetooth/ |
H A 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 },
|
H A D | bpa10x.c | 81 { HCI_RECV_VENDOR, .recv = hci_recv_diag },
|
H A D | btmtksdio.c | 434 return hci_recv_diag(hdev, skb); in btmtksdio_recv_acl()
|
H A D | hci_qca.c | 989 return hci_recv_diag(hdev, skb); in qca_recv_acl_data()
|
H A D | btusb.c | 1673 hci_recv_diag(hdev, skb); in btusb_diag_complete() 3292 return hci_recv_diag(hdev, skb); in btusb_recv_acl_mtk()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_core.c | 2973 int hci_recv_diag(struct hci_dev *hdev, struct sk_buff *skb) in hci_recv_diag() function 2986 EXPORT_SYMBOL(hci_recv_diag); variable
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci_core.h | 1214 int hci_recv_diag(struct hci_dev *hdev, struct sk_buff *skb);
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_core.c | 3976 int hci_recv_diag(struct hci_dev *hdev, struct sk_buff *skb) in hci_recv_diag() function 3989 EXPORT_SYMBOL(hci_recv_diag); variable
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci_core.h | 1645 int hci_recv_diag(struct hci_dev *hdev, struct sk_buff *skb);
|
Completed in 39 milliseconds