Home
last modified time | relevance | path

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

12

/Linux-v4.19/drivers/bluetooth/
Dhci_h4.c118 { H4_RECV_ACL, .recv = hci_recv_frame },
119 { H4_RECV_SCO, .recv = hci_recv_frame },
120 { H4_RECV_EVENT, .recv = hci_recv_frame },
Dhci_ath.c196 { H4_RECV_ACL, .recv = hci_recv_frame },
197 { H4_RECV_SCO, .recv = hci_recv_frame },
198 { H4_RECV_EVENT, .recv = hci_recv_frame },
Dhci_ag6xx.c111 { H4_RECV_ACL, .recv = hci_recv_frame },
112 { H4_RECV_SCO, .recv = hci_recv_frame },
113 { H4_RECV_EVENT, .recv = hci_recv_frame },
Dhci_mrvl.c233 { H4_RECV_ACL, .recv = hci_recv_frame },
234 { H4_RECV_SCO, .recv = hci_recv_frame },
235 { H4_RECV_EVENT, .recv = hci_recv_frame },
Dbpa10x.c93 { H4_RECV_ACL, .recv = hci_recv_frame },
94 { H4_RECV_SCO, .recv = hci_recv_frame },
95 { H4_RECV_EVENT, .recv = hci_recv_frame },
Dbtmtkuart.c195 err = hci_recv_frame(hdev, skb); in btmtkuart_recv_event()
210 { H4_RECV_ACL, .recv = hci_recv_frame },
211 { H4_RECV_SCO, .recv = hci_recv_frame },
Dhci_nokia.c619 return hci_recv_frame(hdev, skb); in nokia_recv_radio()
624 { H4_RECV_ACL, .recv = hci_recv_frame },
625 { H4_RECV_SCO, .recv = hci_recv_frame },
626 { H4_RECV_EVENT, .recv = hci_recv_frame },
Dhci_ll.c422 { H4_RECV_ACL, .recv = hci_recv_frame },
423 { H4_RECV_SCO, .recv = hci_recv_frame },
424 { H4_RECV_EVENT, .recv = hci_recv_frame },
Dbtrsi.c96 return hci_recv_frame(hdev, skb); in rsi_hci_recv_pkt()
Dhci_intel.c477 return hci_recv_frame(hdev, skb); in inject_cmd_complete()
929 return hci_recv_frame(hdev, skb); in intel_recv_event()
993 { H4_RECV_ACL, .recv = hci_recv_frame },
994 { H4_RECV_SCO, .recv = hci_recv_frame },
Dbtqcomsmd.c51 return hci_recv_frame(hdev, skb); in btqcomsmd_recv()
Dbtwilink.c111 err = hci_recv_frame(lhst->hdev, skb); in st_receive()
Dhci_bcm.c565 { H4_RECV_ACL, .recv = hci_recv_frame },
566 { H4_RECV_SCO, .recv = hci_recv_frame },
567 { H4_RECV_EVENT, .recv = hci_recv_frame },
Dhci_bcsp.c563 hci_recv_frame(hu->hdev, bcsp->rx_skb); in bcsp_complete_rx_pkt()
577 hci_recv_frame(hu->hdev, bcsp->rx_skb); in bcsp_complete_rx_pkt()
Dhci_vhci.c203 ret = hci_recv_frame(data->hdev, skb); in vhci_get_user()
Dbtsdio.c165 err = hci_recv_frame(data->hdev, skb); in btsdio_rx_packet()
Dhci_qca.c875 { H4_RECV_ACL, .recv = hci_recv_frame },
876 { H4_RECV_SCO, .recv = hci_recv_frame },
877 { H4_RECV_EVENT, .recv = hci_recv_frame },
Dbtmrvl_sdio.c772 hci_recv_frame(hdev, skb); in btmrvl_sdio_card_to_host()
774 hci_recv_frame(hdev, skb); in btmrvl_sdio_card_to_host()
786 hci_recv_frame(hdev, skb); in btmrvl_sdio_card_to_host()
Ddtl1_cs.c263 hci_recv_frame(info->hdev, info->rx_skb); in dtl1_receive()
Dbtusb.c613 hci_recv_frame(data->hdev, skb); in btusb_recv_bulk()
669 hci_recv_frame(data->hdev, skb); in btusb_recv_isoc()
1913 return hci_recv_frame(hdev, skb); in inject_cmd_complete()
1993 return hci_recv_frame(hdev, skb); in btusb_recv_event_intel()
3012 data->recv_event = hci_recv_frame; in btusb_probe()
Dbt3c_cs.c318 hci_recv_frame(info->hdev, info->rx_skb); in bt3c_receive()
Dbluecard_cs.c478 hci_recv_frame(info->hdev, info->rx_skb); in bluecard_receive()
Dbfusb.c341 hci_recv_frame(data->hdev, data->reassembly); in bfusb_recv_block()
Dhci_h5.c406 hci_recv_frame(hu->hdev, h5->rx_skb); in h5_complete_rx_pkt()
/Linux-v4.19/net/bluetooth/
Dhci_core.c3350 return hci_recv_frame(hdev, skb); in hci_reset_dev()
3355 int hci_recv_frame(struct hci_dev *hdev, struct sk_buff *skb) in hci_recv_frame() function
3381 EXPORT_SYMBOL(hci_recv_frame);

12