nfc_tm_data_received
r = nfc_tm_data_received(hdev->ndev, skb);
r = nfc_tm_data_received(hdev->ndev, skb);
return nfc_tm_data_received(dev->nfc_dev, skb);
return nfc_tm_data_received(hdev->ndev, skb);
return nfc_tm_data_received(hdev->ndev, skb);
nfc_tm_data_received(info->hdev->ndev, skb);
int nfc_tm_data_received(struct nfc_dev *dev, struct sk_buff *skb);
EXPORT_SYMBOL(nfc_tm_data_received);
rc = nfc_tm_data_received(ddev->nfc_dev, resp);
err = nfc_tm_data_received(ndev->nfc_dev, skb);