Home
last modified time | relevance | path

Searched refs:st_nci_probe (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/nfc/st-nci/
Dcore.c114 int st_nci_probe(struct llt_ndlc *ndlc, int phy_headroom, in st_nci_probe() function
162 EXPORT_SYMBOL_GPL(st_nci_probe);
Dst-nci.h122 int st_nci_probe(struct llt_ndlc *ndlc, int phy_headroom,
Dndlc.c283 return st_nci_probe(ndlc, phy_headroom, phy_tailroom, se_status); in ndlc_probe()