phy_device_create
phy = phy_device_create(bus, addr, phy_id, 0, NULL);
phy = phy_device_create(bus, addr, PHY_ID_TJA1102, false, NULL);
return phy_device_create(bus, addr, phy_id,
return phy_device_create(bus, addr, phy_id, is_c45, &c45_ids);
EXPORT_SYMBOL(phy_device_create);
struct phy_device *phy_device_create(struct mii_bus *bus, int addr, u32 phy_id,