Searched refs:im_transceive (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.4/net/nfc/hci/ |
| D | core.c | 721 if (hdev->ops->im_transceive) { in hci_transceive() 722 r = hdev->ops->im_transceive(hdev, target, skb, cb, in hci_transceive() 739 if (hdev->ops->im_transceive) { in hci_transceive() 740 r = hdev->ops->im_transceive(hdev, target, skb, cb, in hci_transceive() 927 .im_transceive = hci_transceive,
|
| /Linux-v5.4/include/net/nfc/ |
| D | hci.h | 36 int (*im_transceive) (struct nfc_hci_dev *hdev, member
|
| D | nfc.h | 61 int (*im_transceive)(struct nfc_dev *dev, struct nfc_target *target, member
|
| /Linux-v5.4/net/nfc/ |
| D | core.c | 512 rc = dev->ops->im_transceive(dev, dev->active_target, skb, cb, in nfc_data_exchange() 1052 !ops->deactivate_target || !ops->im_transceive) in nfc_allocate_device()
|
| D | digital_core.c | 742 .im_transceive = digital_in_send,
|
| /Linux-v5.4/Documentation/driver-api/nfc/ |
| D | nfc-hci.rst | 80 int (*im_transceive) (struct nfc_hci_dev *hdev, 107 - im_transceive() must be implemented by the driver if proprietary HCI commands
|
| /Linux-v5.4/drivers/nfc/microread/ |
| D | microread.c | 639 .im_transceive = microread_im_transceive,
|
| /Linux-v5.4/drivers/nfc/pn544/ |
| D | pn544.c | 894 .im_transceive = pn544_hci_im_transceive,
|
| /Linux-v5.4/drivers/nfc/st21nfca/ |
| D | core.c | 928 .im_transceive = st21nfca_hci_im_transceive,
|
| /Linux-v5.4/net/nfc/nci/ |
| D | core.c | 1100 .im_transceive = nci_transceive,
|
| /Linux-v5.4/drivers/nfc/pn533/ |
| D | pn533.c | 2485 .im_transceive = pn533_transceive,
|