Home
last modified time | relevance | path

Searched refs:nfc_se_transaction (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/net/nfc/
H A Dnfc.h289 int nfc_se_transaction(struct nfc_dev *dev, u8 se_idx,
/openbmc/linux/drivers/nfc/st21nfca/
H A Dse.c362 r = nfc_se_transaction(hdev->ndev, host, transaction); in st21nfca_connectivity_event_received()
/openbmc/linux/net/nfc/
H A Dcore.c928 int nfc_se_transaction(struct nfc_dev *dev, u8 se_idx, in nfc_se_transaction() function
947 EXPORT_SYMBOL(nfc_se_transaction);
/openbmc/linux/drivers/nfc/st-nci/
H A Dse.c372 r = nfc_se_transaction(ndev->nfc_dev, host, transaction); in st_nci_hci_connectivity_event_received()