Searched refs:tm_send (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/include/net/nfc/ |
D | nfc.h | 75 int (*tm_send)(struct nfc_dev *dev, struct sk_buff *skb); member
|
D | hci.h | 51 int (*tm_send)(struct nfc_hci_dev *hdev, struct sk_buff *skb); member
|
/linux-4.1.27/net/nfc/hci/ |
D | core.c | 760 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/ |
D | core.c | 530 } 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()
|
D | digital_core.c | 741 .tm_send = digital_tg_send,
|
/linux-4.1.27/drivers/nfc/ |
D | nfcsim.c | 359 .tm_send = nfcsim_tm_send,
|
D | pn533.c | 3039 .tm_send = pn533_tm_send,
|
/linux-4.1.27/Documentation/nfc/ |
D | nfc-hci.txt | 80 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/ |
D | microread.c | 651 .tm_send = microread_tm_send,
|
/linux-4.1.27/drivers/nfc/pn544/ |
D | pn544.c | 906 .tm_send = pn544_hci_tm_send,
|
/linux-4.1.27/drivers/nfc/st21nfca/ |
D | st21nfca.c | 954 .tm_send = st21nfca_hci_tm_send,
|
/linux-4.1.27/net/nfc/nci/ |
D | core.c | 930 .tm_send = nci_tm_send,
|