Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/wiznet/
Dw5100.h16 struct w5100_ops { struct
32 int w5100_probe(struct device *dev, const struct w5100_ops *ops, argument
Dw5100-spi.c102 static const struct w5100_ops w5100_spi_ops = {
243 static const struct w5100_ops w5200_ops = {
401 static const struct w5100_ops w5500_ops = {
416 const struct w5100_ops *ops; in w5100_spi_probe()
Dw5100.c148 const struct w5100_ops *ops;
287 static const struct w5100_ops w5100_mmio_direct_ops = {
412 static const struct w5100_ops w5100_mmio_indirect_ops = {
1055 const struct w5100_ops *ops; in w5100_mmio_probe()
1087 int w5100_probe(struct device *dev, const struct w5100_ops *ops, in w5100_probe()