Home
last modified time | relevance | path

Searched refs:mdio_bus_type (Results 1 – 4 of 4) sorted by relevance

/drivers/net/phy/
Dmdio_bus.c674 struct bus_type mdio_bus_type = { variable
680 EXPORT_SYMBOL(mdio_bus_type);
688 ret = bus_register(&mdio_bus_type); in mdio_bus_init()
699 bus_unregister(&mdio_bus_type); in mdio_bus_exit()
Dphy_device.c180 dev->dev.bus = &mdio_bus_type; in phy_device_create()
517 d = bus_find_device_by_name(&mdio_bus_type, NULL, bus_id); in phy_connect()
706 struct bus_type *bus = &mdio_bus_type; in phy_attach()
1395 new_driver->driver.bus = &mdio_bus_type; in phy_driver_register()
/drivers/of/
Dof_mdio.c209 d = bus_find_device(&mdio_bus_type, NULL, phy_np, of_phy_match); in of_phy_find_device()
/drivers/net/ethernet/ti/
Ddavinci_emac.c1643 phy = bus_find_device(&mdio_bus_type, NULL, NULL, in emac_dev_open()