Home
last modified time | relevance | path

Searched refs:mdio_bus_type (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/phy/
H A Dmdio_device.c58 mdiodev->dev.bus = &mdio_bus_type; in mdio_device_create()
203 mdiodrv->driver.bus = &mdio_bus_type; in mdio_driver_register()
H A Dmdio_bus.c995 struct bus_type mdio_bus_type = { variable
1001 EXPORT_SYMBOL(mdio_bus_type); variable
1009 ret = bus_register(&mdio_bus_type); in mdio_bus_init()
1021 bus_unregister(&mdio_bus_type); in mdio_bus_exit()
H A Dphy_device.c565 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()
2953 new_driver->mdiodrv.driver.bus = &mdio_bus_type; in phy_driver_register()
/kernel/linux/linux-6.6/drivers/net/phy/
H A Dmdio_device.c60 mdiodev->dev.bus = &mdio_bus_type; in mdio_device_create()
205 mdiodrv->driver.bus = &mdio_bus_type; in mdio_driver_register()
H A Dmdio_bus.c1388 struct bus_type mdio_bus_type = { variable
1394 EXPORT_SYMBOL(mdio_bus_type); variable
1402 ret = bus_register(&mdio_bus_type); in mdio_bus_init()
1414 bus_unregister(&mdio_bus_type); in mdio_bus_exit()
H A Dphy_device.c649 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()
1593 struct bus_type *bus = &mdio_bus_type; in phy_attach()
3187 d = bus_find_device_by_fwnode(&mdio_bus_type, fwnode); in fwnode_mdio_find_device()
3438 new_driver->mdiodrv.driver.bus = &mdio_bus_type; in phy_driver_register()
/kernel/linux/linux-5.10/drivers/net/mdio/
H A Dof_mdio.c358 d = bus_find_device_by_of_node(&mdio_bus_type, np); in of_mdio_find_device()
/kernel/linux/linux-5.10/include/linux/
H A Dphy.h1680 extern struct bus_type mdio_bus_type;
/kernel/linux/linux-6.6/include/linux/
H A Dphy.h2061 extern struct bus_type mdio_bus_type;
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/
H A Ddavinci_emac.c1501 phy = bus_find_device(&mdio_bus_type, NULL, NULL, in emac_dev_open()
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/
H A Ddavinci_emac.c1515 phy = bus_find_device(&mdio_bus_type, NULL, NULL, in emac_dev_open()

Completed in 23 milliseconds