Searched refs:nfc_tm_data_received (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/drivers/nfc/microread/ |
D | microread.c | 574 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-6.12.1/drivers/nfc/st21nfca/ |
D | dep.c | 345 return nfc_tm_data_received(hdev->ndev, skb); in st21nfca_tm_recv_dep_req() 597 nfc_tm_data_received(info->hdev->ndev, skb); in st21nfca_im_recv_dep_res_cb()
|
/linux-6.12.1/net/nfc/nci/ |
D | data.c | 258 err = nfc_tm_data_received(ndev->nfc_dev, skb); in nci_add_rx_data_frag()
|
/linux-6.12.1/include/net/nfc/ |
D | nfc.h | 285 int nfc_tm_data_received(struct nfc_dev *dev, struct sk_buff *skb);
|
/linux-6.12.1/net/nfc/ |
D | core.c | 655 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);
|
D | digital_dep.c | 1275 rc = nfc_tm_data_received(ddev->nfc_dev, resp); in digital_tg_recv_dep_req()
|
/linux-6.12.1/drivers/nfc/pn544/ |
D | pn544.c | 759 return nfc_tm_data_received(hdev->ndev, skb); in pn544_hci_event_received()
|
/linux-6.12.1/drivers/nfc/pn533/ |
D | pn533.c | 1108 return nfc_tm_data_received(dev->nfc_dev, skb); in pn533_tm_get_data_complete()
|