tm_send 640 drivers/nfc/microread/microread.c .tm_send = microread_tm_send, tm_send 2486 drivers/nfc/pn533/pn533.c .tm_send = pn533_tm_send, tm_send 895 drivers/nfc/pn544/pn544.c .tm_send = pn544_hci_tm_send, tm_send 929 drivers/nfc/st21nfca/core.c .tm_send = st21nfca_hci_tm_send, tm_send 39 include/net/nfc/hci.h int (*tm_send)(struct nfc_hci_dev *hdev, struct sk_buff *skb); tm_send 64 include/net/nfc/nfc.h int (*tm_send)(struct nfc_dev *dev, struct sk_buff *skb); tm_send 518 net/nfc/core.c } else if (dev->rf_mode == NFC_RF_TARGET && dev->ops->tm_send != NULL) { tm_send 519 net/nfc/core.c rc = dev->ops->tm_send(dev, skb); tm_send 741 net/nfc/digital_core.c .tm_send = digital_tg_send, tm_send 772 net/nfc/hci/core.c if (!hdev->ops->tm_send) { tm_send 777 net/nfc/hci/core.c return hdev->ops->tm_send(hdev, skb); tm_send 941 net/nfc/hci/core.c .tm_send = hci_tm_send, tm_send 1101 net/nfc/nci/core.c .tm_send = nci_tm_send,