Home
last modified time | relevance | path

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

12

/Linux-v5.4/drivers/bluetooth/
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 },
Dhci_h4.c103 { H4_RECV_ACL, .recv = hci_recv_frame },
104 { H4_RECV_SCO, .recv = hci_recv_frame },
105 { H4_RECV_EVENT, .recv = hci_recv_frame },
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 },
Dhci_mrvl.c243 { H4_RECV_ACL, .recv = hci_recv_frame },
244 { H4_RECV_SCO, .recv = hci_recv_frame },
245 { H4_RECV_EVENT, .recv = hci_recv_frame },
Dbpa10x.c78 { H4_RECV_ACL, .recv = hci_recv_frame },
79 { H4_RECV_SCO, .recv = hci_recv_frame },
80 { H4_RECV_EVENT, .recv = hci_recv_frame },
Dhci_nokia.c610 return hci_recv_frame(hdev, skb); in nokia_recv_radio()
615 { H4_RECV_ACL, .recv = hci_recv_frame },
616 { H4_RECV_SCO, .recv = hci_recv_frame },
617 { H4_RECV_EVENT, .recv = hci_recv_frame },
Dhci_ll.c415 { H4_RECV_ACL, .recv = hci_recv_frame },
416 { H4_RECV_SCO, .recv = hci_recv_frame },
417 { H4_RECV_EVENT, .recv = hci_recv_frame },
Dhci_intel.c465 return hci_recv_frame(hdev, skb); in inject_cmd_complete()
913 return hci_recv_frame(hdev, skb); in intel_recv_event()
973 { H4_RECV_ACL, .recv = hci_recv_frame },
974 { H4_RECV_SCO, .recv = hci_recv_frame },
Dbtrsi.c107 return hci_recv_frame(hdev, skb); in rsi_hci_recv_pkt()
Dbtqcomsmd.c42 return hci_recv_frame(hdev, skb); in btqcomsmd_recv()
Dbtmtksdio.c353 err = hci_recv_frame(hdev, skb); in btmtksdio_recv_event()
377 { H4_RECV_ACL, .recv = hci_recv_frame },
378 { H4_RECV_SCO, .recv = hci_recv_frame },
Dbtwilink.c98 err = hci_recv_frame(lhst->hdev, skb); in st_receive()
Dbtmtkuart.c339 err = hci_recv_frame(hdev, skb); in btmtkuart_recv_event()
363 { H4_RECV_ACL, .recv = hci_recv_frame },
364 { H4_RECV_SCO, .recv = hci_recv_frame },
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()
Dhci_bcm.c619 { H4_RECV_ACL, .recv = hci_recv_frame },
620 { H4_RECV_SCO, .recv = hci_recv_frame },
621 { H4_RECV_EVENT, .recv = hci_recv_frame },
Dbtsdio.c150 err = hci_recv_frame(data->hdev, skb); in btsdio_rx_packet()
Dhci_vhci.c188 ret = hci_recv_frame(data->hdev, skb); in vhci_get_user()
Dhci_qca.c874 return hci_recv_frame(hdev, skb); in qca_recv_acl_data()
903 return hci_recv_frame(hdev, skb); in qca_recv_event()
929 { H4_RECV_SCO, .recv = hci_recv_frame },
Dbtmrvl_sdio.c843 hci_recv_frame(hdev, skb); in btmrvl_sdio_card_to_host()
845 hci_recv_frame(hdev, skb); in btmrvl_sdio_card_to_host()
857 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()
Dbtqca.c300 return hci_recv_frame(hdev, skb); in qca_inject_cmd_complete_event()
Dbtusb.c681 hci_recv_frame(data->hdev, skb); in btusb_recv_bulk()
737 hci_recv_frame(data->hdev, skb); in btusb_recv_isoc()
1989 return hci_recv_frame(hdev, skb); in inject_cmd_complete()
2065 return hci_recv_frame(hdev, skb); in btusb_recv_event_intel()
2592 err = hci_recv_frame(hdev, skb); in btusb_mtk_wmt_recv()
3671 data->recv_event = hci_recv_frame; in btusb_probe()
Dbt3c_cs.c318 hci_recv_frame(info->hdev, info->rx_skb); in bt3c_receive()
Dbfusb.c326 hci_recv_frame(data->hdev, data->reassembly); in bfusb_recv_block()
Dbluecard_cs.c478 hci_recv_frame(info->hdev, info->rx_skb); in bluecard_receive()

12