/kernel/linux/linux-5.10/drivers/bluetooth/ |
D | hci_h4.c | 101 { 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 },
|
D | hci_ath.c | 185 { H4_RECV_ACL, .recv = hci_recv_frame }, 186 { H4_RECV_SCO, .recv = hci_recv_frame }, 187 { H4_RECV_EVENT, .recv = hci_recv_frame },
|
D | hci_ag6xx.c | 96 { H4_RECV_ACL, .recv = hci_recv_frame }, 97 { H4_RECV_SCO, .recv = hci_recv_frame }, 98 { H4_RECV_EVENT, .recv = hci_recv_frame },
|
D | hci_mrvl.c | 243 { H4_RECV_ACL, .recv = hci_recv_frame }, 244 { H4_RECV_SCO, .recv = hci_recv_frame }, 245 { H4_RECV_EVENT, .recv = hci_recv_frame },
|
D | bpa10x.c | 78 { H4_RECV_ACL, .recv = hci_recv_frame }, 79 { H4_RECV_SCO, .recv = hci_recv_frame }, 80 { H4_RECV_EVENT, .recv = hci_recv_frame },
|
D | hci_nokia.c | 610 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 },
|
D | hci_ll.c | 415 { H4_RECV_ACL, .recv = hci_recv_frame }, 416 { H4_RECV_SCO, .recv = hci_recv_frame }, 417 { H4_RECV_EVENT, .recv = hci_recv_frame },
|
D | hci_intel.c | 459 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 },
|
D | btrsi.c | 107 return hci_recv_frame(hdev, skb); in rsi_hci_recv_pkt()
|
D | btqcomsmd.c | 42 return hci_recv_frame(hdev, skb); in btqcomsmd_recv()
|
D | btmtksdio.c | 354 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 },
|
D | btmtkuart.c | 342 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 },
|
D | hci_bcsp.c | 548 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()
|
D | hci_bcm.c | 654 { H4_RECV_ACL, .recv = hci_recv_frame }, 655 { H4_RECV_SCO, .recv = hci_recv_frame }, 656 { H4_RECV_EVENT, .recv = hci_recv_frame },
|
D | hci_vhci.c | 191 ret = hci_recv_frame(data->hdev, skb); in vhci_get_user()
|
D | btsdio.c | 154 err = hci_recv_frame(data->hdev, skb); in btsdio_rx_packet()
|
D | btmrvl_sdio.c | 800 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()
|
D | dtl1_cs.c | 263 hci_recv_frame(info->hdev, info->rx_skb); in dtl1_receive()
|
D | btqca.c | 345 return hci_recv_frame(hdev, skb); in qca_inject_cmd_complete_event()
|
D | btusb.c | 779 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()
|
D | bt3c_cs.c | 318 hci_recv_frame(info->hdev, info->rx_skb); in bt3c_receive()
|
D | hci_qca.c | 968 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 },
|
D | bluecard_cs.c | 477 hci_recv_frame(info->hdev, info->rx_skb); in bluecard_receive()
|
D | bfusb.c | 326 hci_recv_frame(data->hdev, data->reassembly); in bfusb_recv_block()
|
D | hci_h5.c | 398 hci_recv_frame(hu->hdev, h5->rx_skb); in h5_complete_rx_pkt()
|