Searched refs:nfc_hci_recv_frame (Results 1 – 6 of 6) sorted by relevance
436 nfc_hci_recv_frame(phy->hdev, NULL); in st21nfca_hci_irq_thread_fn() 461 nfc_hci_recv_frame(phy->hdev, phy->pending_skb); in st21nfca_hci_irq_thread_fn() 470 nfc_hci_recv_frame(phy->hdev, NULL); in st21nfca_hci_irq_thread_fn()
254 void nfc_hci_recv_frame(struct nfc_hci_dev *hdev, struct sk_buff *skb);
311 nfc_hci_recv_frame(phy->hdev, skb); in nfc_mei_rx_cb()
504 nfc_hci_recv_frame(phy->hdev, NULL); in pn544_hci_i2c_irq_thread_fn() 511 nfc_hci_recv_frame(phy->hdev, skb); in pn544_hci_i2c_irq_thread_fn()
1085 void nfc_hci_recv_frame(struct nfc_hci_dev *hdev, struct sk_buff *skb) in nfc_hci_recv_frame() function 1089 EXPORT_SYMBOL(nfc_hci_recv_frame);
122 using nfc_hci_recv_frame(). HCI will take care of re-aggregation and handling146 Data coming from the chip shall be sent directly to nfc_hci_recv_frame().