Searched refs:tm_send (Results 1 – 11 of 11) sorted by relevance
/linux/net/nfc/hci/ |
A D | core.c | 772 if (!hdev->ops->tm_send) { in hci_tm_send() 777 return hdev->ops->tm_send(hdev, skb); in hci_tm_send() 941 .tm_send = hci_tm_send,
|
/linux/include/net/nfc/ |
A D | hci.h | 39 int (*tm_send)(struct nfc_hci_dev *hdev, struct sk_buff *skb); member
|
A D | nfc.h | 64 int (*tm_send)(struct nfc_dev *dev, struct sk_buff *skb); member
|
/linux/net/nfc/ |
A D | core.c | 520 } else if (dev->rf_mode == NFC_RF_TARGET && dev->ops->tm_send != NULL) { in nfc_data_exchange() 521 rc = dev->ops->tm_send(dev, skb); in nfc_data_exchange()
|
A D | digital_core.c | 749 .tm_send = digital_tg_send,
|
/linux/Documentation/driver-api/nfc/ |
A D | nfc-hci.rst | 83 int (*tm_send)(struct nfc_hci_dev *hdev, struct sk_buff *skb); 113 - tm_send() is called to send data in the case of a p2p connection
|
/linux/drivers/nfc/microread/ |
A D | microread.c | 638 .tm_send = microread_tm_send,
|
/linux/drivers/nfc/pn544/ |
A D | pn544.c | 894 .tm_send = pn544_hci_tm_send,
|
/linux/drivers/nfc/st21nfca/ |
A D | core.c | 927 .tm_send = st21nfca_hci_tm_send,
|
/linux/net/nfc/nci/ |
A D | core.c | 1122 .tm_send = nci_tm_send,
|
/linux/drivers/nfc/pn533/ |
A D | pn533.c | 2634 .tm_send = pn533_tm_send,
|
Completed in 32 milliseconds