mdio_bus_type    1488 drivers/net/ethernet/ti/davinci_emac.c 		phy = bus_find_device(&mdio_bus_type, NULL, NULL,
mdio_bus_type     728 drivers/net/phy/mdio_bus.c struct bus_type mdio_bus_type = {
mdio_bus_type     733 drivers/net/phy/mdio_bus.c EXPORT_SYMBOL(mdio_bus_type);
mdio_bus_type     741 drivers/net/phy/mdio_bus.c 		ret = bus_register(&mdio_bus_type);
mdio_bus_type     754 drivers/net/phy/mdio_bus.c 	bus_unregister(&mdio_bus_type);
mdio_bus_type      58 drivers/net/phy/mdio_device.c 	mdiodev->dev.bus = &mdio_bus_type;
mdio_bus_type     194 drivers/net/phy/mdio_device.c 	mdiodrv->driver.bus = &mdio_bus_type;
mdio_bus_type     595 drivers/net/phy/phy_device.c 	mdiodev->dev.bus = &mdio_bus_type;
mdio_bus_type    1000 drivers/net/phy/phy_device.c 	d = bus_find_device_by_name(&mdio_bus_type, NULL, bus_id);
mdio_bus_type    1333 drivers/net/phy/phy_device.c 	struct bus_type *bus = &mdio_bus_type;
mdio_bus_type    2321 drivers/net/phy/phy_device.c 	new_driver->mdiodrv.driver.bus = &mdio_bus_type;
mdio_bus_type     299 drivers/of/of_mdio.c 	d = bus_find_device_by_of_node(&mdio_bus_type, phy_np);
mdio_bus_type    1246 include/linux/phy.h extern struct bus_type mdio_bus_type;