Lines Matching defs:bus
49 struct mdio_device *mdio_device_create(struct mii_bus *bus, int addr)
59 mdiodev->dev.parent = &bus->dev;
60 mdiodev->dev.bus = &mdio_bus_type;
63 mdiodev->bus = bus;
66 dev_set_name(&mdiodev->dev, PHY_ID_FMT, bus->id, addr);
75 * mdio_device_register - Register the mdio device on the MDIO bus
76 * @mdiodev: mdio_device structure to be added to the MDIO bus
104 * MDIO bus
205 mdiodrv->driver.bus = &mdio_bus_type;