Searched refs:phy_dn (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/net/ethernet/broadcom/genet/
H A Dbcmmii.c350 phydev = of_phy_connect(dev, priv->phy_dn, bcmgenet_mii_setup,
562 priv->phy_dn = of_parse_phandle(dn, "phy-handle", 0);
567 if (!priv->phy_dn && of_phy_is_fixed_link(dn)) {
572 priv->phy_dn = of_node_get(dn);
684 of_node_put(priv->phy_dn);
H A Dbcmgenet.h607 struct device_node *phy_dn; member in struct:bcmgenet_priv
/linux-master/net/dsa/
H A Dport.c1540 struct device_node *phy_dn; local
1543 phy_dn = of_parse_phandle(dp->dn, "phy-handle", 0);
1544 if (!phy_dn)
1547 phydev = of_phy_find_device(phy_dn);
1549 of_node_put(phy_dn);
1553 of_node_put(phy_dn);
/linux-master/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp_intf.c1040 phydev = of_phy_connect(dev, intf->phy_dn,
1234 intf->phy_dn = of_parse_phandle(ndev_dn, "phy-handle", 0);
1235 if (!intf->phy_dn && of_phy_is_fixed_link(ndev_dn)) {
1242 intf->phy_dn = ndev_dn;
H A Dbcmasp.h332 struct device_node *phy_dn; member in struct:bcmasp_intf
/linux-master/drivers/net/ethernet/pasemi/
H A Dpasemi_mac.c1040 struct device_node *dn, *phy_dn; local
1044 phy_dn = of_parse_phandle(dn, "phy-handle", 0);
1050 phydev = of_phy_connect(dev, phy_dn, &pasemi_adjust_link, 0,
1053 of_node_put(phy_dn);
/linux-master/drivers/net/ethernet/broadcom/
H A Dbcmsysport.h740 struct device_node *phy_dn; member in struct:bcm_sysport_priv
H A Dbcmsysport.c1997 phydev = of_phy_connect(dev, priv->phy_dn, bcm_sysport_adj_link,
2567 priv->phy_dn = dn;

Completed in 148 milliseconds