Searched refs:im_transceive (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/net/nfc/hci/ |
D | core.c | 723 if (hdev->ops->im_transceive) { in hci_transceive() 724 r = hdev->ops->im_transceive(hdev, target, skb, cb, in hci_transceive() 741 if (hdev->ops->im_transceive) { in hci_transceive() 742 r = hdev->ops->im_transceive(hdev, target, skb, cb, in hci_transceive() 929 .im_transceive = hci_transceive,
|
/linux-4.4.14/include/net/nfc/ |
D | hci.h | 48 int (*im_transceive) (struct nfc_hci_dev *hdev, member
|
D | nfc.h | 72 int (*im_transceive)(struct nfc_dev *dev, struct nfc_target *target, member
|
/linux-4.4.14/net/nfc/ |
D | core.c | 524 rc = dev->ops->im_transceive(dev, dev->active_target, skb, cb, in nfc_data_exchange() 1048 !ops->deactivate_target || !ops->im_transceive) in nfc_allocate_device()
|
D | digital_core.c | 743 .im_transceive = digital_in_send,
|
/linux-4.4.14/drivers/nfc/ |
D | nfcsim.c | 358 .im_transceive = nfcsim_im_transceive,
|
D | pn533.c | 3038 .im_transceive = pn533_transceive,
|
/linux-4.4.14/Documentation/nfc/ |
D | nfc-hci.txt | 77 int (*im_transceive) (struct nfc_hci_dev *hdev, 104 - im_transceive() must be implemented by the driver if proprietary HCI commands
|
/linux-4.4.14/drivers/nfc/microread/ |
D | microread.c | 650 .im_transceive = microread_im_transceive,
|
/linux-4.4.14/drivers/nfc/pn544/ |
D | pn544.c | 905 .im_transceive = pn544_hci_im_transceive,
|
/linux-4.4.14/drivers/nfc/st21nfca/ |
D | core.c | 945 .im_transceive = st21nfca_hci_im_transceive,
|
/linux-4.4.14/net/nfc/nci/ |
D | core.c | 1024 .im_transceive = nci_transceive,
|