Home
last modified time | relevance | path

Searched refs:nfc_tm_data_received (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/nfc/microread/
H A Dmicroread.c574 r = nfc_tm_data_received(hdev->ndev, skb); in microread_event_received()
603 r = nfc_tm_data_received(hdev->ndev, skb); in microread_event_received()
/linux/net/nfc/nci/
H A Ddata.c258 err = nfc_tm_data_received(ndev->nfc_dev, skb); in nci_add_rx_data_frag()
/linux/include/net/nfc/
H A Dnfc.h289 int nfc_tm_data_received(struct nfc_dev *dev, struct sk_buff *skb);
/linux/net/nfc/
H A Dcore.c655 int nfc_tm_data_received(struct nfc_dev *dev, struct sk_buff *skb) in nfc_tm_data_received() function
665 EXPORT_SYMBOL(nfc_tm_data_received);
H A Ddigital_dep.c1275 rc = nfc_tm_data_received(ddev->nfc_dev, resp); in digital_tg_recv_dep_req()
/linux/drivers/nfc/pn544/
H A Dpn544.c759 return nfc_tm_data_received(hdev->ndev, skb); in pn544_hci_event_received()
/linux/drivers/nfc/pn533/
H A Dpn533.c1108 return nfc_tm_data_received(dev->nfc_dev, skb); in pn533_tm_get_data_complete()