Searched refs:im_transceive (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/net/nfc/hci/ |
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,
|
/linux-6.3-rc2/include/net/nfc/ |
A D | hci.h | 36 int (*im_transceive) (struct nfc_hci_dev *hdev, member
|
A D | nfc.h | 61 int (*im_transceive)(struct nfc_dev *dev, struct nfc_target *target, member
|
/linux-6.3-rc2/net/nfc/ |
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()
|
A D | digital_core.c | 750 .im_transceive = digital_in_send,
|
/linux-6.3-rc2/Documentation/driver-api/nfc/ |
A 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-6.3-rc2/drivers/nfc/microread/ |
A D | microread.c | 637 .im_transceive = microread_im_transceive,
|
/linux-6.3-rc2/drivers/nfc/st21nfca/ |
A D | core.c | 926 .im_transceive = st21nfca_hci_im_transceive,
|
/linux-6.3-rc2/drivers/nfc/pn544/ |
A D | pn544.c | 893 .im_transceive = pn544_hci_im_transceive,
|
/linux-6.3-rc2/net/nfc/nci/ |
A D | core.c | 1126 .im_transceive = nci_transceive,
|
/linux-6.3-rc2/drivers/nfc/pn533/ |
A D | pn533.c | 2637 .im_transceive = pn533_transceive,
|
Completed in 44 milliseconds