Symbol: hci_recv_frame
drivers/bluetooth/bfusb.c
326
hci_recv_frame(data->hdev, data->reassembly);
drivers/bluetooth/bluecard_cs.c
477
hci_recv_frame(info->hdev, info->rx_skb);
drivers/bluetooth/bpa10x.c
79
{ H4_RECV_ACL, .recv = hci_recv_frame },
drivers/bluetooth/bpa10x.c
80
{ H4_RECV_SCO, .recv = hci_recv_frame },
drivers/bluetooth/bpa10x.c
81
{ H4_RECV_EVENT, .recv = hci_recv_frame },
drivers/bluetooth/bt3c_cs.c
318
hci_recv_frame(info->hdev, info->rx_skb);
drivers/bluetooth/btintel.c
3719
return hci_recv_frame(hdev, skb);
drivers/bluetooth/btintel.c
3764
return hci_recv_frame(hdev, skb);
drivers/bluetooth/btintel_pcie.c
1093
return hci_recv_frame(hdev, skb);
drivers/bluetooth/btintel_pcie.c
1189
ret = hci_recv_frame(hdev, skb);
drivers/bluetooth/btintel_pcie.c
1924
return hci_recv_frame(hdev, skb);
drivers/bluetooth/btmrvl_sdio.c
788
hci_recv_frame(hdev, skb);
drivers/bluetooth/btmrvl_sdio.c
790
hci_recv_frame(hdev, skb);
drivers/bluetooth/btmrvl_sdio.c
802
hci_recv_frame(hdev, skb);
drivers/bluetooth/btmtk.c
1105
hci_recv_frame(hdev, skb);
drivers/bluetooth/btmtk.c
480
err = hci_recv_frame(hdev, skb);
drivers/bluetooth/btmtk.c
965
return hci_recv_frame(hdev, skb);
drivers/bluetooth/btmtksdio.c
398
err = hci_recv_frame(hdev, skb);
drivers/bluetooth/btmtksdio.c
439
return hci_recv_frame(hdev, skb);
drivers/bluetooth/btmtksdio.c
444
{ H4_RECV_SCO, .recv = hci_recv_frame },
drivers/bluetooth/btmtkuart.c
209
err = hci_recv_frame(hdev, skb);
drivers/bluetooth/btmtkuart.c
233
{ H4_RECV_ACL, .recv = hci_recv_frame },
drivers/bluetooth/btmtkuart.c
234
{ H4_RECV_SCO, .recv = hci_recv_frame },
drivers/bluetooth/btnxpuart.c
1340
return hci_recv_frame(hdev, skb);
drivers/bluetooth/btnxpuart.c
1408
return hci_recv_frame(hdev, skb);
drivers/bluetooth/btnxpuart.c
1744
{ H4_RECV_SCO, .recv = hci_recv_frame },
drivers/bluetooth/btnxpuart.c
1745
{ H4_RECV_EVENT, .recv = hci_recv_frame },
drivers/bluetooth/btnxpuart.c
1746
{ H4_RECV_ISO, .recv = hci_recv_frame },
drivers/bluetooth/btqca.c
567
return hci_recv_frame(hdev, skb);
drivers/bluetooth/btqcomsmd.c
42
return hci_recv_frame(hdev, skb);
drivers/bluetooth/btrsi.c
106
return hci_recv_frame(hdev, skb);
drivers/bluetooth/btsdio.c
151
err = hci_recv_frame(data->hdev, skb);
drivers/bluetooth/btusb.c
1417
hci_recv_frame(data->hdev, skb);
drivers/bluetooth/btusb.c
2636
return hci_recv_frame(hdev, skb);
drivers/bluetooth/btusb.c
2751
return hci_recv_frame(hdev, skb);
drivers/bluetooth/btusb.c
3249
return hci_recv_frame(hdev, skb);
drivers/bluetooth/btusb.c
3256
return hci_recv_frame(hdev, skb);
drivers/bluetooth/btusb.c
4123
data->recv_event = hci_recv_frame;
drivers/bluetooth/btusb.c
4143
data->recv_acl = hci_recv_frame;
drivers/bluetooth/dtl1_cs.c
263
hci_recv_frame(info->hdev, info->rx_skb);
drivers/bluetooth/hci_ag6xx.c
96
{ H4_RECV_ACL, .recv = hci_recv_frame },
drivers/bluetooth/hci_ag6xx.c
97
{ H4_RECV_SCO, .recv = hci_recv_frame },
drivers/bluetooth/hci_ag6xx.c
98
{ H4_RECV_EVENT, .recv = hci_recv_frame },
drivers/bluetooth/hci_aml.c
111
{ H4_RECV_ACL, .recv = hci_recv_frame },
drivers/bluetooth/hci_aml.c
112
{ H4_RECV_SCO, .recv = hci_recv_frame },
drivers/bluetooth/hci_aml.c
113
{ H4_RECV_EVENT, .recv = hci_recv_frame },
drivers/bluetooth/hci_aml.c
114
{ H4_RECV_ISO, .recv = hci_recv_frame },
drivers/bluetooth/hci_ath.c
185
{ H4_RECV_ACL, .recv = hci_recv_frame },
drivers/bluetooth/hci_ath.c
186
{ H4_RECV_SCO, .recv = hci_recv_frame },
drivers/bluetooth/hci_ath.c
187
{ H4_RECV_EVENT, .recv = hci_recv_frame },
drivers/bluetooth/hci_bcm.c
683
{ H4_RECV_ACL, .recv = hci_recv_frame },
drivers/bluetooth/hci_bcm.c
684
{ H4_RECV_SCO, .recv = hci_recv_frame },
drivers/bluetooth/hci_bcm.c
685
{ H4_RECV_EVENT, .recv = hci_recv_frame },
drivers/bluetooth/hci_bcm.c
686
{ H4_RECV_ISO, .recv = hci_recv_frame },
drivers/bluetooth/hci_bcm4377.c
692
hci_recv_frame(bcm4377->hdev, skb);
drivers/bluetooth/hci_bcsp.c
548
hci_recv_frame(hu->hdev, bcsp->rx_skb);
drivers/bluetooth/hci_bcsp.c
562
hci_recv_frame(hu->hdev, bcsp->rx_skb);
drivers/bluetooth/hci_h4.c
101
{ H4_RECV_ACL, .recv = hci_recv_frame },
drivers/bluetooth/hci_h4.c
102
{ H4_RECV_SCO, .recv = hci_recv_frame },
drivers/bluetooth/hci_h4.c
103
{ H4_RECV_EVENT, .recv = hci_recv_frame },
drivers/bluetooth/hci_h4.c
104
{ H4_RECV_ISO, .recv = hci_recv_frame },
drivers/bluetooth/hci_h5.c
419
hci_recv_frame(hu->hdev, h5->rx_skb);
drivers/bluetooth/hci_intel.c
455
return hci_recv_frame(hdev, skb);
drivers/bluetooth/hci_intel.c
898
return hci_recv_frame(hdev, skb);
drivers/bluetooth/hci_intel.c
958
{ H4_RECV_ACL, .recv = hci_recv_frame },
drivers/bluetooth/hci_intel.c
959
{ H4_RECV_SCO, .recv = hci_recv_frame },
drivers/bluetooth/hci_ll.c
415
{ H4_RECV_ACL, .recv = hci_recv_frame },
drivers/bluetooth/hci_ll.c
416
{ H4_RECV_SCO, .recv = hci_recv_frame },
drivers/bluetooth/hci_ll.c
417
{ H4_RECV_EVENT, .recv = hci_recv_frame },
drivers/bluetooth/hci_mrvl.c
245
{ H4_RECV_ACL, .recv = hci_recv_frame },
drivers/bluetooth/hci_mrvl.c
246
{ H4_RECV_SCO, .recv = hci_recv_frame },
drivers/bluetooth/hci_mrvl.c
247
{ H4_RECV_EVENT, .recv = hci_recv_frame },
drivers/bluetooth/hci_nokia.c
605
return hci_recv_frame(hdev, skb);
drivers/bluetooth/hci_nokia.c
610
{ H4_RECV_ACL, .recv = hci_recv_frame },
drivers/bluetooth/hci_nokia.c
611
{ H4_RECV_SCO, .recv = hci_recv_frame },
drivers/bluetooth/hci_nokia.c
612
{ H4_RECV_EVENT, .recv = hci_recv_frame },
drivers/bluetooth/hci_qca.c
1008
return hci_recv_frame(hdev, skb);
drivers/bluetooth/hci_qca.c
1241
return hci_recv_frame(hdev, skb);
drivers/bluetooth/hci_qca.c
1267
{ H4_RECV_SCO, .recv = hci_recv_frame },
drivers/bluetooth/hci_qca.c
1269
{ H4_RECV_ISO, .recv = hci_recv_frame },
drivers/bluetooth/hci_vhci.c
520
ret = hci_recv_frame(data->hdev, skb);
drivers/bluetooth/virtio_bt.c
211
hci_recv_frame(vbt->hdev, skb);
include/net/bluetooth/hci_core.h
1775
int hci_recv_frame(struct hci_dev *hdev, struct sk_buff *skb);
net/bluetooth/hci_core.c
2905
return hci_recv_frame(hdev, skb);
net/bluetooth/hci_core.c
2973
EXPORT_SYMBOL(hci_recv_frame);
net/bluetooth/hci_drv.c
34
return hci_recv_frame(hdev, skb);
net/bluetooth/hci_drv.c
61
return hci_recv_frame(hdev, skb);