Searched refs:phy_attach (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/staging/mt7621-eth/ |
D | mdio.c | 109 phy_attach(eth->netdev[mac->id], phydev_name(phy), in phy_init()
|
/Linux-v4.19/drivers/net/ethernet/broadcom/genet/ |
D | bcmmii.c | 510 phydev = phy_attach(priv->dev, phy_name, pd->phy_interface); in bcmgenet_mii_pd_init()
|
/Linux-v4.19/Documentation/networking/ |
D | phy.txt | 239 need to manually call phy_attach() and phy_prepare_link(), and then call 251 so, you can simply call phy_attach(), and not call phy_start_machine or 280 struct phy_device * phy_attach(struct net_device *dev, const char *phy_id,
|
/Linux-v4.19/drivers/net/phy/ |
D | phy_device.c | 1096 struct phy_device *phy_attach(struct net_device *dev, const char *bus_id, in phy_attach() function 1121 EXPORT_SYMBOL(phy_attach);
|
/Linux-v4.19/include/linux/ |
D | phy.h | 938 struct phy_device *phy_attach(struct net_device *dev, const char *bus_id,
|