Searched refs:phy_device_create (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/drivers/net/phy/ |
H A D | phy.c | 625 static struct phy_device *phy_device_create(struct mii_dev *bus, int addr, in phy_device_create() function 717 return phy_device_create(bus, addr, phy_id, is_c45, in create_phy_by_mask() 906 phydev = phy_device_create(bus, sn, PHY_FIXED_ID, false, in phy_connect_fixed() 936 phydev = phy_device_create(bus, 0, PHY_NCSI_ID, false, interface); in phy_connect()
|
/openbmc/linux/drivers/net/mdio/ |
H A D | fwnode_mdio.c | 143 phy = phy_device_create(bus, addr, phy_id, 0, NULL); in fwnode_mdiobus_register_phy()
|
/openbmc/linux/drivers/net/phy/ |
H A D | phy_device.c | 634 struct phy_device *phy_device_create(struct mii_bus *bus, int addr, u32 phy_id, in phy_device_create() function 718 EXPORT_SYMBOL(phy_device_create); 971 return phy_device_create(bus, addr, phy_id, in get_phy_device() 975 return phy_device_create(bus, addr, phy_id, is_c45, &c45_ids); in get_phy_device()
|
H A D | nxp-tja11xx.c | 583 phy = phy_device_create(bus, addr, PHY_ID_TJA1102, false, NULL); in tja1102_p1_register()
|
/openbmc/linux/include/linux/ |
H A D | phy.h | 1659 struct phy_device *phy_device_create(struct mii_bus *bus, int addr, u32 phy_id,
|