Home
last modified time | relevance | path

Searched refs:nfc_hci_recv_frame (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/drivers/nfc/microread/
Di2c.c227 nfc_hci_recv_frame(phy->hdev, NULL); in microread_i2c_irq_thread_fn()
234 nfc_hci_recv_frame(phy->hdev, skb); in microread_i2c_irq_thread_fn()
/Linux-v4.19/drivers/nfc/st21nfca/
Di2c.c456 nfc_hci_recv_frame(phy->hdev, NULL); in st21nfca_hci_irq_thread_fn()
481 nfc_hci_recv_frame(phy->hdev, phy->pending_skb); in st21nfca_hci_irq_thread_fn()
490 nfc_hci_recv_frame(phy->hdev, NULL); in st21nfca_hci_irq_thread_fn()
/Linux-v4.19/include/net/nfc/
Dhci.h266 void nfc_hci_recv_frame(struct nfc_hci_dev *hdev, struct sk_buff *skb);
/Linux-v4.19/Documentation/misc-devices/mei/
Dmei-client-bus.txt139 nfc_hci_recv_frame(contact->hdev, payload, payload_size);
/Linux-v4.19/drivers/nfc/
Dmei_phy.c327 nfc_hci_recv_frame(phy->hdev, skb); in nfc_mei_rx_cb()
/Linux-v4.19/drivers/nfc/pn544/
Di2c.c518 nfc_hci_recv_frame(phy->hdev, NULL); in pn544_hci_i2c_irq_thread_fn()
525 nfc_hci_recv_frame(phy->hdev, skb); in pn544_hci_i2c_irq_thread_fn()
/Linux-v4.19/net/nfc/hci/
Dcore.c1084 void nfc_hci_recv_frame(struct nfc_hci_dev *hdev, struct sk_buff *skb) in nfc_hci_recv_frame() function
1088 EXPORT_SYMBOL(nfc_hci_recv_frame);
/Linux-v4.19/Documentation/nfc/
Dnfc-hci.txt119 using nfc_hci_recv_frame(). HCI will take care of re-aggregation and handling
140 Data coming from the chip shall be sent directly to nfc_hci_recv_frame().