Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/nfc/
Dhci.h51 int (*tm_send)(struct nfc_hci_dev *hdev, struct sk_buff *skb); member
Dnfc.h75 int (*tm_send)(struct nfc_dev *dev, struct sk_buff *skb); member
/linux-4.4.14/net/nfc/hci/
Dcore.c761 if (!hdev->ops->tm_send) { in hci_tm_send()
766 return hdev->ops->tm_send(hdev, skb); in hci_tm_send()
930 .tm_send = hci_tm_send,
/linux-4.4.14/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.c742 .tm_send = digital_tg_send,
/linux-4.4.14/drivers/nfc/
Dnfcsim.c359 .tm_send = nfcsim_tm_send,
Dpn533.c3039 .tm_send = pn533_tm_send,
/linux-4.4.14/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.4.14/drivers/nfc/microread/
Dmicroread.c651 .tm_send = microread_tm_send,
/linux-4.4.14/drivers/nfc/pn544/
Dpn544.c906 .tm_send = pn544_hci_tm_send,
/linux-4.4.14/drivers/nfc/st21nfca/
Dcore.c946 .tm_send = st21nfca_hci_tm_send,
/linux-4.4.14/net/nfc/nci/
Dcore.c1025 .tm_send = nci_tm_send,