Searched refs:phy_device_create (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/drivers/net/mdio/ |
D | of_mdio.c | 124 phy = phy_device_create(mdio, addr, phy_id, 0, NULL); in of_mdiobus_register_phy()
|
/Linux-v5.10/drivers/net/phy/ |
D | phy_device.c | 580 struct phy_device *phy_device_create(struct mii_bus *bus, int addr, u32 phy_id, in phy_device_create() function 661 EXPORT_SYMBOL(phy_device_create); 885 return phy_device_create(bus, addr, phy_id, is_c45, &c45_ids); in get_phy_device()
|
D | nxp-tja11xx.c | 510 phy = phy_device_create(bus, addr, PHY_ID_TJA1102, false, NULL); in tja1102_p1_register()
|
/Linux-v5.10/include/linux/ |
D | phy.h | 1347 struct phy_device *phy_device_create(struct mii_bus *bus, int addr, u32 phy_id,
|