Searched refs:ndlc_probe (Results 1 – 4 of 4) sorted by relevance
/drivers/nfc/st-nci/ |
D | ndlc.h | 48 int ndlc_probe(void *phy_id, struct nfc_phy_ops *phy_ops, struct device *dev,
|
D | ndlc.c | 256 int ndlc_probe(void *phy_id, struct nfc_phy_ops *phy_ops, struct device *dev, in ndlc_probe() function 285 EXPORT_SYMBOL(ndlc_probe);
|
D | i2c.c | 241 r = ndlc_probe(phy, &i2c_phy_ops, &client->dev, in st_nci_i2c_probe()
|
D | spi.c | 257 r = ndlc_probe(phy, &spi_phy_ops, &dev->dev, in st_nci_spi_probe()
|