Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/phy/
H A Dmdio_device.c60 mdiodev->dev.bus = &mdio_bus_type; in mdio_device_create()
211 mdiodrv->driver.bus = &mdio_bus_type; in mdio_driver_register()
H A Dmdio_bus.c1441 const struct bus_type mdio_bus_type = { variable
1447 EXPORT_SYMBOL(mdio_bus_type);
1455 ret = bus_register(&mdio_bus_type); in mdio_bus_init()
1467 bus_unregister(&mdio_bus_type); in mdio_bus_exit()
H A Dphy_device.c670 mdiodev->dev.bus = &mdio_bus_type; in phy_device_create()
1170 d = bus_find_device_by_name(&mdio_bus_type, NULL, bus_id); in phy_connect()
1671 d = bus_find_device_by_name(&mdio_bus_type, NULL, bus_id); in phy_attach()
3205 d = bus_find_device_by_fwnode(&mdio_bus_type, fwnode); in fwnode_mdio_find_device()
3458 new_driver->mdiodrv.driver.bus = &mdio_bus_type; in phy_driver_register()
/linux-6.15/include/linux/
H A Dphy.h2104 extern const struct bus_type mdio_bus_type;
/linux-6.15/drivers/net/ethernet/ti/
H A Ddavinci_emac.c1513 phy = bus_find_device(&mdio_bus_type, NULL, NULL, in emac_dev_open()