Home
last modified time | relevance | path

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

/linux-4.4.14/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.h141 int st_nci_probe(struct llt_ndlc *ndlc, int phy_headroom,
Dndlc.c300 return st_nci_probe(ndlc, phy_headroom, phy_tailroom, se_status); in ndlc_probe()