Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/nfc/s3fwrn5/
Dcore.c138 int s3fwrn5_probe(struct nci_dev **ndev, void *phy_id, struct device *pdev, in s3fwrn5_probe() function
179 EXPORT_SYMBOL(s3fwrn5_probe);
Ds3fwrn5.h81 int s3fwrn5_probe(struct nci_dev **ndev, void *phy_id, struct device *pdev,
Di2c.c251 ret = s3fwrn5_probe(&phy->ndev, phy, &phy->i2c_dev->dev, &i2c_phy_ops, in s3fwrn5_i2c_probe()