Searched refs:ndlc_probe (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/nfc/st-nci/ |
H A D | ndlc.h | 48 int ndlc_probe(void *phy_id, struct nfc_phy_ops *phy_ops, struct device *dev,
|
H A 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); variable
|
H A D | i2c.c | 241 r = ndlc_probe(phy, &i2c_phy_ops, &client->dev, in st_nci_i2c_probe()
|
H A D | spi.c | 257 r = ndlc_probe(phy, &spi_phy_ops, &dev->dev, in st_nci_spi_probe()
|
/kernel/linux/linux-6.6/drivers/nfc/st-nci/ |
H A D | ndlc.h | 48 int ndlc_probe(void *phy_id, const struct nfc_phy_ops *phy_ops,
|
H A D | ndlc.c | 252 int ndlc_probe(void *phy_id, const struct nfc_phy_ops *phy_ops, in ndlc_probe() function 281 EXPORT_SYMBOL(ndlc_probe); variable
|
H A D | spi.c | 247 r = ndlc_probe(phy, &spi_phy_ops, &dev->dev, in st_nci_spi_probe()
|
H A D | i2c.c | 233 r = ndlc_probe(phy, &i2c_phy_ops, &client->dev, in st_nci_i2c_probe()
|
Completed in 4 milliseconds