Home
last modified time | relevance | path

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

/openbmc/linux/drivers/nfc/st-nci/
H A Dndlc.h48 int ndlc_probe(void *phy_id, const struct nfc_phy_ops *phy_ops,
H A Dndlc.c252 int ndlc_probe(void *phy_id, const struct nfc_phy_ops *phy_ops, in ndlc_probe() function
281 EXPORT_SYMBOL(ndlc_probe);
H A Dspi.c247 r = ndlc_probe(phy, &spi_phy_ops, &dev->dev, in st_nci_spi_probe()
H A Di2c.c233 r = ndlc_probe(phy, &i2c_phy_ops, &client->dev, in st_nci_i2c_probe()