Searched refs:phy_device_create (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/drivers/net/mdio/ |
A D | fwnode_mdio.c | 136 phy = phy_device_create(bus, addr, phy_id, 0, NULL); in fwnode_mdiobus_register_phy()
|
/linux-6.3-rc2/drivers/net/phy/ |
A D | phy_device.c | 632 struct phy_device *phy_device_create(struct mii_bus *bus, int addr, u32 phy_id, in phy_device_create() function 715 EXPORT_SYMBOL(phy_device_create); 968 return phy_device_create(bus, addr, phy_id, in get_phy_device() 972 return phy_device_create(bus, addr, phy_id, is_c45, &c45_ids); in get_phy_device()
|
A D | nxp-tja11xx.c | 583 phy = phy_device_create(bus, addr, PHY_ID_TJA1102, false, NULL); in tja1102_p1_register()
|
/linux-6.3-rc2/include/linux/ |
A D | phy.h | 1542 struct phy_device *phy_device_create(struct mii_bus *bus, int addr, u32 phy_id,
|
Completed in 14 milliseconds