Searched refs:phy_device_create (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/net/phy/ |
D | phy_device.c | 151 struct phy_device *phy_device_create(struct mii_bus *bus, int addr, int phy_id, in phy_device_create() function 206 EXPORT_SYMBOL(phy_device_create); 340 return phy_device_create(bus, addr, phy_id, is_c45, &c45_ids); in get_phy_device()
|
/linux-4.1.27/drivers/of/ |
D | of_mdio.c | 55 phy = phy_device_create(mdio, addr, phy_id, 0, NULL); in of_mdiobus_register_phy()
|
/linux-4.1.27/include/linux/ |
D | phy.h | 712 struct phy_device *phy_device_create(struct mii_bus *bus, int addr, int phy_id,
|