Searched refs:hci_recv_frame (Results 1 – 19 of 19) sorted by relevance
/linux-4.1.27/drivers/bluetooth/ |
D | hci_bcm.c | 90 { H4_RECV_ACL, .recv = hci_recv_frame }, 91 { H4_RECV_SCO, .recv = hci_recv_frame }, 92 { H4_RECV_EVENT, .recv = hci_recv_frame },
|
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 | 181 { H4_RECV_ACL, .recv = hci_recv_frame }, 182 { H4_RECV_SCO, .recv = hci_recv_frame }, 183 { H4_RECV_EVENT, .recv = hci_recv_frame },
|
D | hci_ll.c | 355 hci_recv_frame(hdev, ll->rx_skb); in ll_check_data_len() 397 hci_recv_frame(hu->hdev, ll->rx_skb); in ll_recv()
|
D | btwilink.c | 112 err = hci_recv_frame(lhst->hdev, skb); in st_receive()
|
D | hci_bcsp.c | 528 hci_recv_frame(hu->hdev, bcsp->rx_skb); in bcsp_complete_rx_pkt() 542 hci_recv_frame(hu->hdev, bcsp->rx_skb); in bcsp_complete_rx_pkt()
|
D | btsdio.c | 163 err = hci_recv_frame(data->hdev, skb); in btsdio_rx_packet()
|
D | hci_vhci.c | 211 ret = hci_recv_frame(data->hdev, skb); in vhci_get_user()
|
D | btmrvl_sdio.c | 672 hci_recv_frame(hdev, skb); in btmrvl_sdio_card_to_host() 674 hci_recv_frame(hdev, skb); in btmrvl_sdio_card_to_host() 686 hci_recv_frame(hdev, skb); in btmrvl_sdio_card_to_host()
|
D | bpa10x.c | 156 hci_recv_frame(hdev, skb); in bpa10x_recv()
|
D | dtl1_cs.c | 263 hci_recv_frame(info->hdev, info->rx_skb); in dtl1_receive()
|
D | btuart_cs.c | 269 hci_recv_frame(info->hdev, info->rx_skb); in btuart_receive()
|
D | bt3c_cs.c | 319 hci_recv_frame(info->hdev, info->rx_skb); in bt3c_receive()
|
D | btusb.c | 510 hci_recv_frame(data->hdev, skb); in btusb_recv_bulk() 565 hci_recv_frame(data->hdev, skb); in btusb_recv_isoc() 2147 return hci_recv_frame(hdev, skb); in inject_cmd_complete() 2227 return hci_recv_frame(hdev, skb); in btusb_recv_event_intel() 3126 data->recv_event = hci_recv_frame; in btusb_probe()
|
D | bfusb.c | 341 hci_recv_frame(data->hdev, data->reassembly); in bfusb_recv_block()
|
D | bluecard_cs.c | 482 hci_recv_frame(info->hdev, info->rx_skb); in bluecard_receive()
|
D | hci_h5.c | 368 hci_recv_frame(hu->hdev, h5->rx_skb); in h5_complete_rx_pkt()
|
/linux-4.1.27/net/bluetooth/ |
D | hci_core.c | 3297 return hci_recv_frame(hdev, skb); in hci_reset_dev() 3302 int hci_recv_frame(struct hci_dev *hdev, struct sk_buff *skb) in hci_recv_frame() function 3321 EXPORT_SYMBOL(hci_recv_frame);
|
/linux-4.1.27/include/net/bluetooth/ |
D | hci_core.h | 1012 int hci_recv_frame(struct hci_dev *hdev, struct sk_buff *skb);
|