Searched refs:nfc_hci_recv_frame (Results 1 – 6 of 6) sorted by relevance
216 nfc_hci_recv_frame(phy->hdev, NULL); in microread_i2c_irq_thread_fn()223 nfc_hci_recv_frame(phy->hdev, skb); in microread_i2c_irq_thread_fn()
254 void nfc_hci_recv_frame(struct nfc_hci_dev *hdev, struct sk_buff *skb);
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()
311 nfc_hci_recv_frame(phy->hdev, skb); in nfc_mei_rx_cb()
1085 void nfc_hci_recv_frame(struct nfc_hci_dev *hdev, struct sk_buff *skb) in nfc_hci_recv_frame() function1089 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().