Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/phy/
Dmdio_bus.c499 mdiodev->bus_match = mdio_device_bus_match; in mdiobus_create_device()
992 if (mdio->bus_match) in mdio_bus_match()
993 return mdio->bus_match(dev, drv); in mdio_bus_match()
Dphy_device.c616 mdiodev->bus_match = phy_bus_match; in phy_device_create()
/linux-5.19.10/include/linux/
Dmdio.h42 int (*bus_match)(struct device *dev, struct device_driver *drv); member