Searched refs:phy_attach (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/genet/ |
H A D | bcmmii.c | 558 phydev = phy_attach(priv->dev, phy_name, pd->phy_interface); in bcmgenet_mii_pd_init()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/genet/ |
H A D | bcmmii.c | 601 phydev = phy_attach(priv->dev, phy_name, pd->phy_interface); in bcmgenet_mii_pd_init()
|
/kernel/linux/linux-5.10/drivers/net/phy/ |
H A D | phy_device.c | 1436 * phy_attach - attach a network device to a particular PHY device 1444 struct phy_device *phy_attach(struct net_device *dev, const char *bus_id, in phy_attach() function 1472 EXPORT_SYMBOL(phy_attach); variable
|
/kernel/linux/linux-6.6/drivers/net/phy/ |
H A D | phy_device.c | 1582 * phy_attach - attach a network device to a particular PHY device 1590 struct phy_device *phy_attach(struct net_device *dev, const char *bus_id, in phy_attach() function 1618 EXPORT_SYMBOL(phy_attach); variable
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | phy.h | 1380 struct phy_device *phy_attach(struct net_device *dev, const char *bus_id,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | phy.h | 1723 struct phy_device *phy_attach(struct net_device *dev, const char *bus_id,
|
Completed in 16 milliseconds