Home
last modified time | relevance | path

Searched refs:bus_match (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/phy/
H A Dmdio_bus.c971 if (mdio->bus_match) in mdio_bus_match()
972 return mdio->bus_match(dev, drv); in mdio_bus_match()
H A Dphy_device.c766 mdiodev->bus_match = phy_bus_match; in phy_device_create()
/linux/drivers/net/dsa/
H A Ddsa_loop.c437 switch_mdiodev->bus_match = dsa_loop_bus_match; in dsa_loop_create_switch_mdiodev()
/linux/include/linux/
H A Dmdio.h33 int (*bus_match)(struct device *dev, const struct device_driver *drv); member