Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/phy/
H A Dmdio_bus.c541 mdiodev->bus_match = mdio_device_bus_match; in mdiobus_create_device()
1405 if (mdio->bus_match) in mdio_bus_match()
1406 return mdio->bus_match(dev, drv); in mdio_bus_match()
H A Dphy_device.c673 mdiodev->bus_match = phy_bus_match; in phy_device_create()
/linux-6.15/include/linux/
H A Dmdio.h34 int (*bus_match)(struct device *dev, const struct device_driver *drv); member