Home
last modified time | relevance | path

Searched refs:tm_send (Results 1 - 20 of 20) sorted by relevance

/kernel/linux/linux-5.10/net/nfc/hci/
H A Dcore.c772 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,
/kernel/linux/linux-6.6/net/nfc/hci/
H A Dcore.c772 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,
/kernel/linux/linux-5.10/include/net/nfc/
H A Dhci.h39 int (*tm_send)(struct nfc_hci_dev *hdev, struct sk_buff *skb); member
H A Dnfc.h64 int (*tm_send)(struct nfc_dev *dev, struct sk_buff *skb); member
/kernel/linux/linux-6.6/include/net/nfc/
H A Dhci.h39 int (*tm_send)(struct nfc_hci_dev *hdev, struct sk_buff *skb); member
H A Dnfc.h64 int (*tm_send)(struct nfc_dev *dev, struct sk_buff *skb); member
/kernel/linux/linux-5.10/net/nfc/
H A Dcore.c518 } else if (dev->rf_mode == NFC_RF_TARGET && dev->ops->tm_send != NULL) { in nfc_data_exchange()
519 rc = dev->ops->tm_send(dev, skb); in nfc_data_exchange()
H A Ddigital_core.c746 .tm_send = digital_tg_send,
/kernel/linux/linux-6.6/net/nfc/
H A Dcore.c520 } 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()
H A Ddigital_core.c749 .tm_send = digital_tg_send,
/kernel/linux/linux-5.10/drivers/nfc/microread/
H A Dmicroread.c640 .tm_send = microread_tm_send,
/kernel/linux/linux-6.6/drivers/nfc/microread/
H A Dmicroread.c638 .tm_send = microread_tm_send,
/kernel/linux/linux-5.10/drivers/nfc/pn544/
H A Dpn544.c895 .tm_send = pn544_hci_tm_send,
/kernel/linux/linux-5.10/drivers/nfc/st21nfca/
H A Dcore.c928 .tm_send = st21nfca_hci_tm_send,
/kernel/linux/linux-6.6/drivers/nfc/st21nfca/
H A Dcore.c927 .tm_send = st21nfca_hci_tm_send,
/kernel/linux/linux-6.6/drivers/nfc/pn544/
H A Dpn544.c894 .tm_send = pn544_hci_tm_send,
/kernel/linux/linux-5.10/net/nfc/nci/
H A Dcore.c1122 .tm_send = nci_tm_send,
/kernel/linux/linux-6.6/net/nfc/nci/
H A Dcore.c1132 .tm_send = nci_tm_send,
/kernel/linux/linux-5.10/drivers/nfc/pn533/
H A Dpn533.c2694 .tm_send = pn533_tm_send,
/kernel/linux/linux-6.6/drivers/nfc/pn533/
H A Dpn533.c2638 .tm_send = pn533_tm_send,

Completed in 26 milliseconds