Home
last modified time | relevance | path

Searched refs:tm_send (Results 1 – 11 of 11) sorted by relevance

/linux-6.1.9/include/net/nfc/
Dhci.h39 int (*tm_send)(struct nfc_hci_dev *hdev, struct sk_buff *skb); member
Dnfc.h64 int (*tm_send)(struct nfc_dev *dev, struct sk_buff *skb); member
/linux-6.1.9/net/nfc/hci/
Dcore.c772 if (!hdev->ops->tm_send) { in hci_tm_send()
777 return hdev->ops->tm_send(hdev, skb); in hci_tm_send()
941 .tm_send = hci_tm_send,
/linux-6.1.9/net/nfc/
Dcore.c520 } else if (dev->rf_mode == NFC_RF_TARGET && dev->ops->tm_send != NULL) { in nfc_data_exchange()
521 rc = dev->ops->tm_send(dev, skb); in nfc_data_exchange()
Ddigital_core.c749 .tm_send = digital_tg_send,
/linux-6.1.9/Documentation/driver-api/nfc/
Dnfc-hci.rst83 int (*tm_send)(struct nfc_hci_dev *hdev, struct sk_buff *skb);
113 - tm_send() is called to send data in the case of a p2p connection
/linux-6.1.9/drivers/nfc/microread/
Dmicroread.c638 .tm_send = microread_tm_send,
/linux-6.1.9/drivers/nfc/st21nfca/
Dcore.c927 .tm_send = st21nfca_hci_tm_send,
/linux-6.1.9/drivers/nfc/pn544/
Dpn544.c894 .tm_send = pn544_hci_tm_send,
/linux-6.1.9/net/nfc/nci/
Dcore.c1126 .tm_send = nci_tm_send,
/linux-6.1.9/drivers/nfc/pn533/
Dpn533.c2638 .tm_send = pn533_tm_send,