/kernel/linux/linux-5.10/net/nfc/hci/ |
H A D | core.c | 734 if (hdev->ops->im_transceive) { in hci_transceive() 735 r = hdev->ops->im_transceive(hdev, target, skb, cb, in hci_transceive() 752 if (hdev->ops->im_transceive) { in hci_transceive() 753 r = hdev->ops->im_transceive(hdev, target, skb, cb, in hci_transceive() 940 .im_transceive = hci_transceive,
|
/kernel/linux/linux-6.6/net/nfc/hci/ |
H A D | core.c | 734 if (hdev->ops->im_transceive) { in hci_transceive() 735 r = hdev->ops->im_transceive(hdev, target, skb, cb, in hci_transceive() 752 if (hdev->ops->im_transceive) { in hci_transceive() 753 r = hdev->ops->im_transceive(hdev, target, skb, cb, in hci_transceive() 940 .im_transceive = hci_transceive,
|
/kernel/linux/linux-5.10/include/net/nfc/ |
H A D | hci.h | 36 int (*im_transceive) (struct nfc_hci_dev *hdev, member
|
H A D | nfc.h | 61 int (*im_transceive)(struct nfc_dev *dev, struct nfc_target *target, member
|
/kernel/linux/linux-6.6/include/net/nfc/ |
H A D | hci.h | 36 int (*im_transceive) (struct nfc_hci_dev *hdev, member
|
H A D | nfc.h | 61 int (*im_transceive)(struct nfc_dev *dev, struct nfc_target *target, member
|
/kernel/linux/linux-5.10/net/nfc/ |
H A D | core.c | 512 rc = dev->ops->im_transceive(dev, dev->active_target, skb, cb, in nfc_data_exchange() 1051 !ops->deactivate_target || !ops->im_transceive) in nfc_allocate_device()
|
H A D | digital_core.c | 747 .im_transceive = digital_in_send,
|
/kernel/linux/linux-6.6/net/nfc/ |
H A D | core.c | 514 rc = dev->ops->im_transceive(dev, dev->active_target, skb, cb, in nfc_data_exchange() 1059 !ops->deactivate_target || !ops->im_transceive) in nfc_allocate_device()
|
H A D | digital_core.c | 750 .im_transceive = digital_in_send,
|
/kernel/linux/linux-5.10/drivers/nfc/microread/ |
H A D | microread.c | 440 pr_info("Abort im_transceive to invalid gate 0x%x\n", in microread_im_transceive() 639 .im_transceive = microread_im_transceive,
|
/kernel/linux/linux-6.6/drivers/nfc/microread/ |
H A D | microread.c | 438 pr_info("Abort im_transceive to invalid gate 0x%x\n", in microread_im_transceive() 637 .im_transceive = microread_im_transceive,
|
/kernel/linux/linux-5.10/drivers/nfc/pn544/ |
H A D | pn544.c | 894 .im_transceive = pn544_hci_im_transceive,
|
/kernel/linux/linux-5.10/drivers/nfc/st21nfca/ |
H A D | core.c | 927 .im_transceive = st21nfca_hci_im_transceive,
|
/kernel/linux/linux-6.6/drivers/nfc/st21nfca/ |
H A D | core.c | 926 .im_transceive = st21nfca_hci_im_transceive,
|
/kernel/linux/linux-6.6/drivers/nfc/pn544/ |
H A D | pn544.c | 893 .im_transceive = pn544_hci_im_transceive,
|
/kernel/linux/linux-5.10/net/nfc/nci/ |
H A D | core.c | 1121 .im_transceive = nci_transceive,
|
/kernel/linux/linux-6.6/net/nfc/nci/ |
H A D | core.c | 1131 .im_transceive = nci_transceive,
|
/kernel/linux/linux-5.10/drivers/nfc/pn533/ |
H A D | pn533.c | 2693 .im_transceive = pn533_transceive,
|
/kernel/linux/linux-6.6/drivers/nfc/pn533/ |
H A D | pn533.c | 2637 .im_transceive = pn533_transceive,
|