/linux/drivers/bluetooth/ |
H A D | hci_h4.c | 101 { H4_RECV_ACL, .recv = hci_recv_frame }, 102 { H4_RECV_SCO, .recv = hci_recv_frame }, 103 { H4_RECV_EVENT, .recv = hci_recv_frame }, 104 { H4_RECV_ISO, .recv = hci_recv_frame },
|
H A D | hci_ath.c | 185 { H4_RECV_ACL, .recv = hci_recv_frame }, 186 { H4_RECV_SCO, .recv = hci_recv_frame }, 187 { H4_RECV_EVENT, .recv = hci_recv_frame },
|
H A D | hci_ag6xx.c | 96 { H4_RECV_ACL, .recv = hci_recv_frame }, 97 { H4_RECV_SCO, .recv = hci_recv_frame }, 98 { H4_RECV_EVENT, .recv = hci_recv_frame },
|
H A D | bpa10x.c | 78 { H4_RECV_ACL, .recv = hci_recv_frame }, 79 { H4_RECV_SCO, .recv = hci_recv_frame }, 80 { H4_RECV_EVENT, .recv = hci_recv_frame },
|
H A D | hci_aml.c | 111 { H4_RECV_ACL, .recv = hci_recv_frame }, 112 { H4_RECV_SCO, .recv = hci_recv_frame }, 113 { H4_RECV_EVENT, .recv = hci_recv_frame }, 114 { H4_RECV_ISO, .recv = hci_recv_frame },
|
H A D | hci_mrvl.c | 245 { H4_RECV_ACL, .recv = hci_recv_frame }, 246 { H4_RECV_SCO, .recv = hci_recv_frame }, 247 { H4_RECV_EVENT, .recv = hci_recv_frame },
|
H A D | hci_intel.c | 459 return hci_recv_frame(hdev, skb); in inject_cmd_complete() 902 return hci_recv_frame(hdev, skb); in intel_recv_event() 962 { H4_RECV_ACL, .recv = hci_recv_frame }, 963 { H4_RECV_SCO, .recv = hci_recv_frame },
|
H A D | btrsi.c | 106 return hci_recv_frame(hdev, skb); in rsi_hci_recv_pkt()
|
H A D | hci_bcm.c | 684 { H4_RECV_ACL, .recv = hci_recv_frame }, 685 { H4_RECV_SCO, .recv = hci_recv_frame }, 686 { H4_RECV_EVENT, .recv = hci_recv_frame }, 687 { H4_RECV_ISO, .recv = hci_recv_frame },
|
H A D | btnxpuart.c | 1197 return hci_recv_frame(hdev, skb); in nxp_set_ind_reset() 1457 { H4_RECV_ACL, .recv = hci_recv_frame }, 1458 { H4_RECV_SCO, .recv = hci_recv_frame }, 1459 { H4_RECV_EVENT, .recv = hci_recv_frame }, 1460 { H4_RECV_ISO, .recv = hci_recv_frame },
|
H A D | btqcomsmd.c | 42 return hci_recv_frame(hdev, skb); in btqcomsmd_recv()
|
H A D | hci_bcsp.c | 548 hci_recv_frame(hu->hdev, bcsp->rx_skb); in bcsp_complete_rx_pkt() 562 hci_recv_frame(hu->hdev, bcsp->rx_skb); in bcsp_complete_rx_pkt()
|
H A D | btsdio.c | 151 err = hci_recv_frame(data->hdev, skb); in btsdio_rx_packet()
|
H A D | virtio_bt.c | 211 hci_recv_frame(vbt->hdev, skb); in virtbt_rx_handle()
|
H A D | btmrvl_sdio.c | 786 hci_recv_frame(hdev, skb); in btmrvl_sdio_card_to_host() 788 hci_recv_frame(hdev, skb); in btmrvl_sdio_card_to_host() 800 hci_recv_frame(hdev, skb); in btmrvl_sdio_card_to_host()
|
H A D | btmtk.c | 480 err = hci_recv_frame(hdev, skb); in btmtk_usb_wmt_recv() 970 return hci_recv_frame(hdev, skb); in btmtk_usb_recv_acl() 1110 hci_recv_frame(hdev, skb); in btmtk_recv_isopkt()
|
H A D | btintel_pcie.c | 601 return hci_recv_frame(hdev, skb); in btintel_pcie_recv_event() 706 ret = hci_recv_frame(hdev, new_skb); in btintel_pcie_recv_frame() 1279 return hci_recv_frame(hdev, skb); in btintel_pcie_inject_cmd_complete()
|
H A D | dtl1_cs.c | 263 hci_recv_frame(info->hdev, info->rx_skb); in dtl1_receive()
|
H A D | btusb.c | 1343 hci_recv_frame(data->hdev, skb); in btusb_recv_isoc() 2557 return hci_recv_frame(hdev, skb); in inject_cmd_complete() 2672 return hci_recv_frame(hdev, skb); in btusb_recv_event_realtek() 3105 return hci_recv_frame(hdev, skb); in btusb_recv_acl_qca() 3112 return hci_recv_frame(hdev, skb); in btusb_recv_evt_qca() 3818 data->recv_event = hci_recv_frame; in btusb_probe() 3838 data->recv_acl = hci_recv_frame; in btusb_probe()
|
H A D | bt3c_cs.c | 318 hci_recv_frame(info->hdev, info->rx_skb); in bt3c_receive()
|
H A D | hci_vhci.c | 511 ret = hci_recv_frame(data->hdev, skb); in vhci_get_user()
|
H A D | bluecard_cs.c | 477 hci_recv_frame(info->hdev, info->rx_skb); in bluecard_receive()
|
H A D | bfusb.c | 326 hci_recv_frame(data->hdev, data->reassembly); in bfusb_recv_block()
|
H A D | hci_h5.c | 413 hci_recv_frame(hu->hdev, h5->rx_skb); in h5_complete_rx_pkt()
|
/linux/net/bluetooth/ |
H A D | hci_core.c | 2867 return hci_recv_frame(hdev, skb); in hci_reset_dev() 2880 int hci_recv_frame(struct hci_dev *hdev, struct sk_buff *skb) in hci_recv_frame() function 2930 EXPORT_SYMBOL(hci_recv_frame);
|