Home
last modified time | relevance | path

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

12

/Linux-v6.6/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 },
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_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 },
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()
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 },
Dbtrsi.c106 return hci_recv_frame(hdev, skb); in rsi_hci_recv_pkt()
Dbtqcomsmd.c42 return hci_recv_frame(hdev, skb); in btqcomsmd_recv()
Dhci_bcm.c684 { 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 },
Dbtmtkuart.c207 err = hci_recv_frame(hdev, skb); in btmtkuart_recv_event()
231 { H4_RECV_ACL, .recv = hci_recv_frame },
232 { H4_RECV_SCO, .recv = hci_recv_frame },
Dbtnxpuart.c1009 return hci_recv_frame(hdev, skb); in nxp_set_ind_reset()
1258 { H4_RECV_ACL, .recv = hci_recv_frame },
1259 { H4_RECV_SCO, .recv = hci_recv_frame },
1260 { H4_RECV_EVENT, .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()
Dbtsdio.c154 err = hci_recv_frame(data->hdev, skb); in btsdio_rx_packet()
Dbtmtksdio.c396 err = hci_recv_frame(hdev, skb); in btmtksdio_recv_event()
437 return hci_recv_frame(hdev, skb); in btmtksdio_recv_acl()
442 { H4_RECV_SCO, .recv = hci_recv_frame },
Dbtusb.c1272 hci_recv_frame(data->hdev, skb); in btusb_recv_isoc()
2477 return hci_recv_frame(hdev, skb); in inject_cmd_complete()
2591 return hci_recv_frame(hdev, skb); in btusb_recv_event_realtek()
2642 err = hci_recv_frame(hdev, skb); in btusb_mtk_wmt_recv()
3286 return hci_recv_frame(hdev, skb); in btusb_recv_acl_mtk()
3586 return hci_recv_frame(hdev, skb); in btusb_recv_acl_qca()
3593 return hci_recv_frame(hdev, skb); in btusb_recv_evt_qca()
4272 data->recv_event = hci_recv_frame; in btusb_probe()
4292 data->recv_acl = hci_recv_frame; in btusb_probe()
Dvirtio_bt.c211 hci_recv_frame(vbt->hdev, skb); in virtbt_rx_handle()
Dbtmrvl_sdio.c787 hci_recv_frame(hdev, skb); in btmrvl_sdio_card_to_host()
789 hci_recv_frame(hdev, skb); in btmrvl_sdio_card_to_host()
801 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()
Dbt3c_cs.c318 hci_recv_frame(info->hdev, info->rx_skb); in bt3c_receive()
Dhci_qca.c990 return hci_recv_frame(hdev, skb); in qca_recv_acl_data()
1223 return hci_recv_frame(hdev, skb); in qca_recv_event()
1249 { H4_RECV_SCO, .recv = hci_recv_frame },
Dhci_vhci.c519 ret = hci_recv_frame(data->hdev, skb); in vhci_get_user()
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()

12