Home
last modified time | relevance | path

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

/linux-6.6.21/include/net/nfc/
Dnfc.h291 int nfc_se_connectivity(struct nfc_dev *dev, u8 se_idx);
/linux-6.6.21/drivers/nfc/st21nfca/
Dse.c316 r = nfc_se_connectivity(hdev->ndev, host); in st21nfca_connectivity_event_received()
/linux-6.6.21/net/nfc/
Dcore.c949 int nfc_se_connectivity(struct nfc_dev *dev, u8 se_idx) in nfc_se_connectivity() function
960 EXPORT_SYMBOL(nfc_se_connectivity);
/linux-6.6.21/drivers/nfc/st-nci/
Dse.c322 r = nfc_se_connectivity(ndev->nfc_dev, host); in st_nci_hci_connectivity_event_received()