Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/nfc/
Dnfc.h75 int (*tm_send)(struct nfc_dev *dev, struct sk_buff *skb); member
Dhci.h51 int (*tm_send)(struct nfc_hci_dev *hdev, struct sk_buff *skb); member
/linux-4.1.27/net/nfc/hci/
Dcore.c760 if (!hdev->ops->tm_send) { in hci_tm_send()
765 return hdev->ops->tm_send(hdev, skb); in hci_tm_send()
929 .tm_send = hci_tm_send,
/linux-4.1.27/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.c741 .tm_send = digital_tg_send,
/linux-4.1.27/drivers/nfc/
Dnfcsim.c359 .tm_send = nfcsim_tm_send,
Dpn533.c3039 .tm_send = pn533_tm_send,
/linux-4.1.27/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-4.1.27/drivers/nfc/microread/
Dmicroread.c651 .tm_send = microread_tm_send,
/linux-4.1.27/drivers/nfc/pn544/
Dpn544.c906 .tm_send = pn544_hci_tm_send,
/linux-4.1.27/drivers/nfc/st21nfca/
Dst21nfca.c954 .tm_send = st21nfca_hci_tm_send,
/linux-4.1.27/net/nfc/nci/
Dcore.c930 .tm_send = nci_tm_send,