Home
last modified time | relevance | path

Searched refs:phy_device_create (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/of/
Dof_mdio.c59 phy = phy_device_create(mdio, addr, phy_id, 0, NULL); in of_mdiobus_register_phy()
/Linux-v4.19/drivers/net/phy/
Dphy_device.c403 struct phy_device *phy_device_create(struct mii_bus *bus, int addr, int phy_id, in phy_device_create() function
464 EXPORT_SYMBOL(phy_device_create);
639 return phy_device_create(bus, addr, phy_id, is_c45, &c45_ids); in get_phy_device()
/Linux-v4.19/include/linux/
Dphy.h911 struct phy_device *phy_device_create(struct mii_bus *bus, int addr, int phy_id,