Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/nfc/microread/
Dmicroread.c587 r = nfc_tm_data_received(hdev->ndev, skb); in microread_event_received()
616 r = nfc_tm_data_received(hdev->ndev, skb); in microread_event_received()
/linux-4.4.14/net/nfc/nci/
Ddata.c270 err = nfc_tm_data_received(ndev->nfc_dev, skb); in nci_add_rx_data_frag()
/linux-4.4.14/drivers/nfc/st21nfca/
Ddep.c375 return nfc_tm_data_received(hdev->ndev, skb); in st21nfca_tm_recv_dep_req()
627 nfc_tm_data_received(info->hdev->ndev, skb); in st21nfca_im_recv_dep_res_cb()
/linux-4.4.14/include/net/nfc/
Dnfc.h296 int nfc_tm_data_received(struct nfc_dev *dev, struct sk_buff *skb);
/linux-4.4.14/net/nfc/
Dcore.c665 int nfc_tm_data_received(struct nfc_dev *dev, struct sk_buff *skb) in nfc_tm_data_received() function
675 EXPORT_SYMBOL(nfc_tm_data_received);
Ddigital_dep.c1189 rc = nfc_tm_data_received(ddev->nfc_dev, resp); in digital_tg_recv_dep_req()
/linux-4.4.14/drivers/nfc/
Dnfcsim.c278 nfc_tm_data_received(dev->nfc_dev, dev->clone_skb); in nfcsim_wq_recv()
Dpn533.c1661 return nfc_tm_data_received(dev->nfc_dev, skb); in pn533_tm_get_data_complete()
/linux-4.4.14/drivers/nfc/pn544/
Dpn544.c771 return nfc_tm_data_received(hdev->ndev, skb); in pn544_hci_event_received()