Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/nfc/st-nci/
Dcore.c125 int st_nci_probe(struct llt_ndlc *ndlc, int phy_headroom, in st_nci_probe() function
173 EXPORT_SYMBOL_GPL(st_nci_probe);
Dst-nci.h133 int st_nci_probe(struct llt_ndlc *ndlc, int phy_headroom,
Dndlc.c294 return st_nci_probe(ndlc, phy_headroom, phy_tailroom, se_status); in ndlc_probe()