Searched refs:mdio_bus_type (Results 1 – 5 of 5) sorted by relevance
60 mdiodev->dev.bus = &mdio_bus_type; in mdio_device_create()205 mdiodrv->driver.bus = &mdio_bus_type; in mdio_driver_register()
1388 struct bus_type mdio_bus_type = { variable1394 EXPORT_SYMBOL(mdio_bus_type);1402 ret = bus_register(&mdio_bus_type); in mdio_bus_init()1414 bus_unregister(&mdio_bus_type); in mdio_bus_exit()
649 mdiodev->dev.bus = &mdio_bus_type; in phy_device_create()1157 d = bus_find_device_by_name(&mdio_bus_type, NULL, bus_id); in phy_connect()1601 struct bus_type *bus = &mdio_bus_type; in phy_attach()3193 d = bus_find_device_by_fwnode(&mdio_bus_type, fwnode); in fwnode_mdio_find_device()3444 new_driver->mdiodrv.driver.bus = &mdio_bus_type; in phy_driver_register()
2061 extern struct bus_type mdio_bus_type;
1515 phy = bus_find_device(&mdio_bus_type, NULL, NULL, in emac_dev_open()