/Linux-v4.19/drivers/bluetooth/ |
D | hci_h4.c | 118 { H4_RECV_ACL, .recv = hci_recv_frame }, 119 { H4_RECV_SCO, .recv = hci_recv_frame }, 120 { H4_RECV_EVENT, .recv = hci_recv_frame },
|
D | hci_ath.c | 196 { H4_RECV_ACL, .recv = hci_recv_frame }, 197 { H4_RECV_SCO, .recv = hci_recv_frame }, 198 { H4_RECV_EVENT, .recv = hci_recv_frame },
|
D | hci_ag6xx.c | 111 { H4_RECV_ACL, .recv = hci_recv_frame }, 112 { H4_RECV_SCO, .recv = hci_recv_frame }, 113 { H4_RECV_EVENT, .recv = hci_recv_frame },
|
D | hci_mrvl.c | 233 { H4_RECV_ACL, .recv = hci_recv_frame }, 234 { H4_RECV_SCO, .recv = hci_recv_frame }, 235 { H4_RECV_EVENT, .recv = hci_recv_frame },
|
D | bpa10x.c | 93 { H4_RECV_ACL, .recv = hci_recv_frame }, 94 { H4_RECV_SCO, .recv = hci_recv_frame }, 95 { H4_RECV_EVENT, .recv = hci_recv_frame },
|
D | btmtkuart.c | 195 err = hci_recv_frame(hdev, skb); in btmtkuart_recv_event() 210 { H4_RECV_ACL, .recv = hci_recv_frame }, 211 { H4_RECV_SCO, .recv = hci_recv_frame },
|
D | hci_nokia.c | 619 return hci_recv_frame(hdev, skb); in nokia_recv_radio() 624 { H4_RECV_ACL, .recv = hci_recv_frame }, 625 { H4_RECV_SCO, .recv = hci_recv_frame }, 626 { H4_RECV_EVENT, .recv = hci_recv_frame },
|
D | hci_ll.c | 422 { H4_RECV_ACL, .recv = hci_recv_frame }, 423 { H4_RECV_SCO, .recv = hci_recv_frame }, 424 { H4_RECV_EVENT, .recv = hci_recv_frame },
|
D | btrsi.c | 96 return hci_recv_frame(hdev, skb); in rsi_hci_recv_pkt()
|
D | hci_intel.c | 477 return hci_recv_frame(hdev, skb); in inject_cmd_complete() 929 return hci_recv_frame(hdev, skb); in intel_recv_event() 993 { H4_RECV_ACL, .recv = hci_recv_frame }, 994 { H4_RECV_SCO, .recv = hci_recv_frame },
|
D | btqcomsmd.c | 51 return hci_recv_frame(hdev, skb); in btqcomsmd_recv()
|
D | btwilink.c | 111 err = hci_recv_frame(lhst->hdev, skb); in st_receive()
|
D | hci_bcm.c | 565 { H4_RECV_ACL, .recv = hci_recv_frame }, 566 { H4_RECV_SCO, .recv = hci_recv_frame }, 567 { H4_RECV_EVENT, .recv = hci_recv_frame },
|
D | hci_bcsp.c | 563 hci_recv_frame(hu->hdev, bcsp->rx_skb); in bcsp_complete_rx_pkt() 577 hci_recv_frame(hu->hdev, bcsp->rx_skb); in bcsp_complete_rx_pkt()
|
D | hci_vhci.c | 203 ret = hci_recv_frame(data->hdev, skb); in vhci_get_user()
|
D | btsdio.c | 165 err = hci_recv_frame(data->hdev, skb); in btsdio_rx_packet()
|
D | hci_qca.c | 875 { H4_RECV_ACL, .recv = hci_recv_frame }, 876 { H4_RECV_SCO, .recv = hci_recv_frame }, 877 { H4_RECV_EVENT, .recv = hci_recv_frame },
|
D | btmrvl_sdio.c | 772 hci_recv_frame(hdev, skb); in btmrvl_sdio_card_to_host() 774 hci_recv_frame(hdev, skb); in btmrvl_sdio_card_to_host() 786 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 | btusb.c | 613 hci_recv_frame(data->hdev, skb); in btusb_recv_bulk() 669 hci_recv_frame(data->hdev, skb); in btusb_recv_isoc() 1913 return hci_recv_frame(hdev, skb); in inject_cmd_complete() 1993 return hci_recv_frame(hdev, skb); in btusb_recv_event_intel() 3012 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 | bluecard_cs.c | 478 hci_recv_frame(info->hdev, info->rx_skb); in bluecard_receive()
|
D | bfusb.c | 341 hci_recv_frame(data->hdev, data->reassembly); in bfusb_recv_block()
|
D | hci_h5.c | 406 hci_recv_frame(hu->hdev, h5->rx_skb); in h5_complete_rx_pkt()
|
/Linux-v4.19/net/bluetooth/ |
D | hci_core.c | 3350 return hci_recv_frame(hdev, skb); in hci_reset_dev() 3355 int hci_recv_frame(struct hci_dev *hdev, struct sk_buff *skb) in hci_recv_frame() function 3381 EXPORT_SYMBOL(hci_recv_frame);
|