Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/nfc/
Dhci.h51 int (*tm_send)(struct nfc_hci_dev *hdev, struct sk_buff *skb); member
Dnfc.h76 int (*tm_send)(struct nfc_dev *dev, struct sk_buff *skb); member
/Linux-v4.19/net/nfc/hci/
Dcore.c771 if (!hdev->ops->tm_send) { in hci_tm_send()
776 return hdev->ops->tm_send(hdev, skb); in hci_tm_send()
940 .tm_send = hci_tm_send,
/Linux-v4.19/net/nfc/
Dcore.c530 } else if (dev->rf_mode == NFC_RF_TARGET && dev->ops->tm_send != NULL) { in nfc_data_exchange()
531 rc = dev->ops->tm_send(dev, skb); in nfc_data_exchange()
Ddigital_core.c750 .tm_send = digital_tg_send,
/Linux-v4.19/Documentation/nfc/
Dnfc-hci.txt80 int (*tm_send)(struct nfc_hci_dev *hdev, struct sk_buff *skb);
110 - tm_send() is called to send data in the case of a p2p connection
/Linux-v4.19/drivers/nfc/microread/
Dmicroread.c651 .tm_send = microread_tm_send,
/Linux-v4.19/drivers/nfc/st21nfca/
Dcore.c939 .tm_send = st21nfca_hci_tm_send,
/Linux-v4.19/drivers/nfc/pn544/
Dpn544.c906 .tm_send = pn544_hci_tm_send,
/Linux-v4.19/net/nfc/nci/
Dcore.c1113 .tm_send = nci_tm_send,
/Linux-v4.19/drivers/nfc/pn533/
Dpn533.c2496 .tm_send = pn533_tm_send,