Home
last modified time | relevance | path

Searched refs:hci_recv_frame (Results 1 – 25 of 27) sorted by relevance

12

/linux/drivers/bluetooth/
H A Dhci_h4.c101 { 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 Dhci_ath.c185 { 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 Dhci_ag6xx.c96 { 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 Dbpa10x.c79 { H4_RECV_ACL, .recv = hci_recv_frame },
80 { H4_RECV_SCO, .recv = hci_recv_frame },
81 { H4_RECV_EVENT, .recv = hci_recv_frame },
H A Dhci_aml.c111 { 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 Dhci_mrvl.c245 { 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 Dhci_nokia.c605 return hci_recv_frame(hdev, skb); in nokia_recv_radio()
610 { H4_RECV_ACL, .recv = hci_recv_frame },
611 { H4_RECV_SCO, .recv = hci_recv_frame },
612 { H4_RECV_EVENT, .recv = hci_recv_frame },
H A Dhci_intel.c455 return hci_recv_frame(hdev, skb); in inject_cmd_complete()
898 return hci_recv_frame(hdev, skb); in intel_recv_event()
958 { H4_RECV_ACL, .recv = hci_recv_frame },
959 { H4_RECV_SCO, .recv = hci_recv_frame },
H A Dbtrsi.c106 return hci_recv_frame(hdev, skb); in rsi_hci_recv_pkt()
H A Dhci_bcm.c683 { H4_RECV_ACL, .recv = hci_recv_frame },
684 { H4_RECV_SCO, .recv = hci_recv_frame },
685 { H4_RECV_EVENT, .recv = hci_recv_frame },
686 { H4_RECV_ISO, .recv = hci_recv_frame },
H A Dbtqcomsmd.c42 return hci_recv_frame(hdev, skb); in btqcomsmd_recv()
H A Dbtmtkuart.c209 err = hci_recv_frame(hdev, skb); in btmtkuart_recv_event()
233 { H4_RECV_ACL, .recv = hci_recv_frame },
234 { H4_RECV_SCO, .recv = hci_recv_frame },
H A Dhci_bcsp.c548 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 Dbtnxpuart.c1340 return hci_recv_frame(hdev, skb); in nxp_set_ind_reset()
1408 return hci_recv_frame(hdev, skb); in nxp_recv_acl_pkt()
1744 { H4_RECV_SCO, .recv = hci_recv_frame },
1745 { H4_RECV_EVENT, .recv = hci_recv_frame },
1746 { H4_RECV_ISO, .recv = hci_recv_frame },
H A Dbtsdio.c151 err = hci_recv_frame(data->hdev, skb); in btsdio_rx_packet()
H A Dvirtio_bt.c211 hci_recv_frame(vbt->hdev, skb); in virtbt_rx_handle()
H A Dbtmrvl_sdio.c788 hci_recv_frame(hdev, skb); in btmrvl_sdio_card_to_host()
790 hci_recv_frame(hdev, skb); in btmrvl_sdio_card_to_host()
802 hci_recv_frame(hdev, skb); in btmrvl_sdio_card_to_host()
H A Ddtl1_cs.c263 hci_recv_frame(info->hdev, info->rx_skb); in dtl1_receive()
H A Dbt3c_cs.c318 hci_recv_frame(info->hdev, info->rx_skb); in bt3c_receive()
H A Dbfusb.c326 hci_recv_frame(data->hdev, data->reassembly); in bfusb_recv_block()
H A Dbluecard_cs.c477 hci_recv_frame(info->hdev, info->rx_skb); in bluecard_receive()
H A Dhci_vhci.c520 ret = hci_recv_frame(data->hdev, skb); in vhci_get_user()
H A Dhci_h5.c419 hci_recv_frame(hu->hdev, h5->rx_skb); in h5_complete_rx_pkt()
/linux/net/bluetooth/
H A Dhci_drv.c34 return hci_recv_frame(hdev, skb); in hci_drv_cmd_status()
61 return hci_recv_frame(hdev, skb); in hci_drv_cmd_complete()
H A Dhci_core.c2905 return hci_recv_frame(hdev, skb); in hci_reset_dev()
2918 int hci_recv_frame(struct hci_dev *hdev, struct sk_buff *skb) in hci_recv_frame() function
2973 EXPORT_SYMBOL(hci_recv_frame);

12