Searched refs:w5100_probe (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/wiznet/ |
H A D | w5100.h | 31 int w5100_probe(struct device *dev, const struct w5100_ops *ops,
|
H A D | w5100.c | 1066 return w5100_probe(&pdev->dev, ops, sizeof(struct w5100_mmio_priv), in w5100_mmio_probe() 1082 int w5100_probe(struct device *dev, const struct w5100_ops *ops, in w5100_probe() function 1216 EXPORT_SYMBOL_GPL(w5100_probe); variable
|
H A D | w5100-spi.c | 455 return w5100_probe(&spi->dev, ops, priv_size, mac, spi->irq, -EINVAL); in w5100_spi_probe()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/wiznet/ |
H A D | w5100.h | 31 int w5100_probe(struct device *dev, const struct w5100_ops *ops,
|
H A D | w5100.c | 1061 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); variable
|
H A D | w5100-spi.c | 461 return w5100_probe(&spi->dev, ops, priv_size, mac, spi->irq, -EINVAL); in w5100_spi_probe()
|
Completed in 7 milliseconds