Home
last modified time | relevance | path

Searched refs:h4_recv_buf (Results 1 – 13 of 13) sorted by relevance

/kernel/linux/linux-5.10/drivers/bluetooth/
Dhci_h4.c115 h4->rx_skb = h4_recv_buf(hu->hdev, h4->rx_skb, data, count, in h4_recv()
154 struct sk_buff *h4_recv_buf(struct hci_dev *hdev, struct sk_buff *skb, in h4_recv_buf() function
274 EXPORT_SYMBOL_GPL(h4_recv_buf);
Dh4_recv.h41 static inline struct sk_buff *h4_recv_buf(struct hci_dev *hdev, in h4_recv_buf() function
Dhci_uart.h153 struct sk_buff *h4_recv_buf(struct hci_dev *hdev, struct sk_buff *skb,
Dhci_ath.c194 ath->rx_skb = h4_recv_buf(hu->hdev, ath->rx_skb, data, count, in ath_recv()
Dhci_ag6xx.c108 ag6xx->rx_skb = h4_recv_buf(hu->hdev, ag6xx->rx_skb, data, count, in ag6xx_recv()
Dhci_mrvl.c257 mrvl->rx_skb = h4_recv_buf(hu->hdev, mrvl->rx_skb, data, count, in mrvl_recv()
Dbpa10x.c99 data->rx_skb[idx] = h4_recv_buf(hdev, data->rx_skb[idx], in bpa10x_rx_complete()
Dhci_ll.c432 ll->rx_skb = h4_recv_buf(hu->hdev, ll->rx_skb, data, count, in ll_recv()
Dhci_nokia.c632 btdev->rx_skb = h4_recv_buf(hu->hdev, btdev->rx_skb, data, count, in nokia_recv()
Dhci_intel.c972 intel->rx_skb = h4_recv_buf(hu->hdev, intel->rx_skb, data, count, in intel_recv()
Dbtmtkuart.c505 bdev->rx_skb = h4_recv_buf(bdev->hdev, bdev->rx_skb, p_h4, in btmtkuart_recv()
Dhci_bcm.c670 bcm->rx_skb = h4_recv_buf(hu->hdev, bcm->rx_skb, data, count, in bcm_recv()
Dhci_qca.c1216 qca->rx_skb = h4_recv_buf(hu->hdev, qca->rx_skb, data, count, in qca_recv()