Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/wiznet/
H A Dw5100.h15 struct w5100_ops { struct
31 int w5100_probe(struct device *dev, const struct w5100_ops *ops, argument
H A 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 = {
423 const struct w5100_ops *ops; in w5100_spi_probe()
H A Dw5100.c147 const struct w5100_ops *ops;
277 static const struct w5100_ops w5100_mmio_direct_ops = {
400 static const struct w5100_ops w5100_mmio_indirect_ops = {
1043 const struct w5100_ops *ops; in w5100_mmio_probe()
1077 int w5100_probe(struct device *dev, const struct w5100_ops *ops, in w5100_probe()