Home
last modified time | relevance | path

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

/linux/net/nfc/hci/
A Dcore.c734 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,
/linux/include/net/nfc/
A Dhci.h36 int (*im_transceive) (struct nfc_hci_dev *hdev, member
A Dnfc.h61 int (*im_transceive)(struct nfc_dev *dev, struct nfc_target *target, member
/linux/net/nfc/
A Dcore.c514 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()
A Ddigital_core.c750 .im_transceive = digital_in_send,
/linux/Documentation/driver-api/nfc/
A Dnfc-hci.rst80 int (*im_transceive) (struct nfc_hci_dev *hdev,
107 - im_transceive() must be implemented by the driver if proprietary HCI commands
/linux/drivers/nfc/microread/
A Dmicroread.c637 .im_transceive = microread_im_transceive,
/linux/drivers/nfc/pn544/
A Dpn544.c893 .im_transceive = pn544_hci_im_transceive,
/linux/drivers/nfc/st21nfca/
A Dcore.c926 .im_transceive = st21nfca_hci_im_transceive,
/linux/net/nfc/nci/
A Dcore.c1121 .im_transceive = nci_transceive,
/linux/drivers/nfc/pn533/
A Dpn533.c2633 .im_transceive = pn533_transceive,

Completed in 26 milliseconds