Searched refs:mdio_bus_type (Results 1 – 6 of 6) sorted by relevance
58 mdiodev->dev.bus = &mdio_bus_type; in mdio_device_create()203 mdiodrv->driver.bus = &mdio_bus_type; in mdio_driver_register()
990 struct bus_type mdio_bus_type = { variable996 EXPORT_SYMBOL(mdio_bus_type);1004 ret = bus_register(&mdio_bus_type); in mdio_bus_init()1016 bus_unregister(&mdio_bus_type); in mdio_bus_exit()
565 mdiodev->dev.bus = &mdio_bus_type; in phy_device_create()1024 d = bus_find_device_by_name(&mdio_bus_type, NULL, bus_id); in phy_connect()1447 struct bus_type *bus = &mdio_bus_type; in phy_attach()2959 new_driver->mdiodrv.driver.bus = &mdio_bus_type; in phy_driver_register()
356 d = bus_find_device_by_of_node(&mdio_bus_type, np); in of_mdio_find_device()
1680 extern struct bus_type mdio_bus_type;
1501 phy = bus_find_device(&mdio_bus_type, NULL, NULL, in emac_dev_open()