Home
last modified time | relevance | path

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

12

/linux-6.1.9/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.c243 { H4_RECV_ACL, .recv = hci_recv_frame },
244 { H4_RECV_SCO, .recv = hci_recv_frame },
245 { 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.c681 { H4_RECV_ACL, .recv = hci_recv_frame },
682 { H4_RECV_SCO, .recv = hci_recv_frame },
683 { H4_RECV_EVENT, .recv = hci_recv_frame },
684 { H4_RECV_ISO, .recv = hci_recv_frame },
Dbtmtkuart.c208 err = hci_recv_frame(hdev, skb); in btmtkuart_recv_event()
232 { H4_RECV_ACL, .recv = hci_recv_frame },
233 { 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()
Dbtsdio.c154 err = hci_recv_frame(data->hdev, skb); in btsdio_rx_packet()
Dvirtio_bt.c203 hci_recv_frame(vbt->hdev, skb); in virtbt_rx_handle()
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 },
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()
Dbtusb.c1010 hci_recv_frame(data->hdev, skb); in btusb_recv_isoc()
2206 return hci_recv_frame(hdev, skb); in inject_cmd_complete()
2254 return hci_recv_frame(hdev, skb); in btusb_recv_event_intel()
2371 err = hci_recv_frame(hdev, skb); in btusb_mtk_wmt_recv()
2964 return hci_recv_frame(hdev, skb); in btusb_recv_acl_mtk()
3754 data->recv_event = hci_recv_frame; in btusb_probe()
3766 data->recv_acl = hci_recv_frame; in btusb_probe()
Dbt3c_cs.c318 hci_recv_frame(info->hdev, info->rx_skb); in bt3c_receive()
Dhci_vhci.c415 ret = hci_recv_frame(data->hdev, skb); in vhci_get_user()
Dhci_qca.c970 return hci_recv_frame(hdev, skb); in qca_recv_acl_data()
1183 return hci_recv_frame(hdev, skb); in qca_recv_event()
1209 { H4_RECV_SCO, .recv = hci_recv_frame },
Dbtqca.c442 return hci_recv_frame(hdev, skb); in qca_inject_cmd_complete_event()
Dbfusb.c326 hci_recv_frame(data->hdev, data->reassembly); in bfusb_recv_block()
Dbluecard_cs.c477 hci_recv_frame(info->hdev, info->rx_skb); in bluecard_receive()

12