Searched refs:phy_device_create (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/net/phy/ |
| H A D | phy.c | 620 static struct phy_device *phy_device_create(struct mii_dev *bus, int addr, in phy_device_create() function 706 return phy_device_create(bus, addr, phy_id, is_c45, in create_phy_by_mask() 887 phydev = phy_device_create(bus, sn, PHY_FIXED_ID, false, in phy_connect()
|
| /OK3568_Linux_fs/kernel/drivers/net/mdio/ |
| H A D | of_mdio.c | 124 phy = phy_device_create(mdio, addr, phy_id, 0, NULL); in of_mdiobus_register_phy()
|
| /OK3568_Linux_fs/kernel/drivers/net/phy/ |
| H A D | nxp-tja11xx.c | 510 phy = phy_device_create(bus, addr, PHY_ID_TJA1102, false, NULL); in tja1102_p1_register()
|
| H A D | phy_device.c | 608 struct phy_device *phy_device_create(struct mii_bus *bus, int addr, u32 phy_id, in phy_device_create() function 690 EXPORT_SYMBOL(phy_device_create); 914 return phy_device_create(bus, addr, phy_id, is_c45, &c45_ids); in get_phy_device()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | phy.h | 1358 struct phy_device *phy_device_create(struct mii_bus *bus, int addr, u32 phy_id,
|