Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/wiznet/
H A Dw5100.h31 int w5100_probe(struct device *dev, const struct w5100_ops *ops,
H A Dw5100.c1061 return w5100_probe(&pdev->dev, ops, sizeof(struct w5100_mmio_priv), in w5100_mmio_probe()
1079 int w5100_probe(struct device *dev, const struct w5100_ops *ops, in w5100_probe() function
1213 EXPORT_SYMBOL_GPL(w5100_probe);
H A Dw5100-spi.c461 return w5100_probe(&spi->dev, ops, priv_size, mac, spi->irq, -EINVAL); in w5100_spi_probe()