Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/drivers/bluetooth/
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 },
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_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.c459 return hci_recv_frame(hdev, skb); in inject_cmd_complete()
899 return hci_recv_frame(hdev, skb); in intel_recv_event()
959 { H4_RECV_ACL, .recv = hci_recv_frame },
960 { 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.c354 err = hci_recv_frame(hdev, skb); in btmtksdio_recv_event()
378 { H4_RECV_ACL, .recv = hci_recv_frame },
379 { H4_RECV_SCO, .recv = hci_recv_frame },
Dbtmtkuart.c342 err = hci_recv_frame(hdev, skb); in btmtkuart_recv_event()
366 { H4_RECV_ACL, .recv = hci_recv_frame },
367 { 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.c654 { H4_RECV_ACL, .recv = hci_recv_frame },
655 { H4_RECV_SCO, .recv = hci_recv_frame },
656 { H4_RECV_EVENT, .recv = hci_recv_frame },
Dhci_vhci.c191 ret = hci_recv_frame(data->hdev, skb); in vhci_get_user()
Dbtsdio.c154 err = hci_recv_frame(data->hdev, skb); in btsdio_rx_packet()
Dbtmrvl_sdio.c800 hci_recv_frame(hdev, skb); in btmrvl_sdio_card_to_host()
802 hci_recv_frame(hdev, skb); in btmrvl_sdio_card_to_host()
814 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.c345 return hci_recv_frame(hdev, skb); in qca_inject_cmd_complete_event()
Dbtusb.c779 hci_recv_frame(data->hdev, skb); in btusb_recv_bulk()
835 hci_recv_frame(data->hdev, skb); in btusb_recv_isoc()
2252 return hci_recv_frame(hdev, skb); in inject_cmd_complete()
2328 return hci_recv_frame(hdev, skb); in btusb_recv_event_intel()
2912 err = hci_recv_frame(hdev, skb); in btusb_mtk_wmt_recv()
4074 data->recv_event = hci_recv_frame; in btusb_probe()
Dbt3c_cs.c318 hci_recv_frame(info->hdev, info->rx_skb); in bt3c_receive()
Dhci_qca.c968 return hci_recv_frame(hdev, skb); in qca_recv_acl_data()
1181 return hci_recv_frame(hdev, skb); in qca_recv_event()
1207 { H4_RECV_SCO, .recv = hci_recv_frame },
Dbluecard_cs.c477 hci_recv_frame(info->hdev, info->rx_skb); in bluecard_receive()
Dbfusb.c326 hci_recv_frame(data->hdev, data->reassembly); in bfusb_recv_block()
Dhci_h5.c398 hci_recv_frame(hu->hdev, h5->rx_skb); in h5_complete_rx_pkt()

12