Home
last modified time | relevance | path

Searched refs:im_transceive (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/net/nfc/hci/
Dcore.c733 if (hdev->ops->im_transceive) { in hci_transceive()
734 r = hdev->ops->im_transceive(hdev, target, skb, cb, in hci_transceive()
751 if (hdev->ops->im_transceive) { in hci_transceive()
752 r = hdev->ops->im_transceive(hdev, target, skb, cb, in hci_transceive()
939 .im_transceive = hci_transceive,
/Linux-v4.19/include/net/nfc/
Dhci.h48 int (*im_transceive) (struct nfc_hci_dev *hdev, member
Dnfc.h73 int (*im_transceive)(struct nfc_dev *dev, struct nfc_target *target, member
/Linux-v4.19/net/nfc/
Dcore.c524 rc = dev->ops->im_transceive(dev, dev->active_target, skb, cb, in nfc_data_exchange()
1064 !ops->deactivate_target || !ops->im_transceive) in nfc_allocate_device()
Ddigital_core.c751 .im_transceive = digital_in_send,
/Linux-v4.19/Documentation/nfc/
Dnfc-hci.txt77 int (*im_transceive) (struct nfc_hci_dev *hdev,
104 - im_transceive() must be implemented by the driver if proprietary HCI commands
/Linux-v4.19/drivers/nfc/microread/
Dmicroread.c650 .im_transceive = microread_im_transceive,
/Linux-v4.19/drivers/nfc/st21nfca/
Dcore.c938 .im_transceive = st21nfca_hci_im_transceive,
/Linux-v4.19/drivers/nfc/pn544/
Dpn544.c905 .im_transceive = pn544_hci_im_transceive,
/Linux-v4.19/net/nfc/nci/
Dcore.c1112 .im_transceive = nci_transceive,
/Linux-v4.19/drivers/nfc/pn533/
Dpn533.c2495 .im_transceive = pn533_transceive,