Searched refs:phy_dn (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/broadcom/genet/ |
D | bcmmii.c | 367 phydev = of_phy_connect(dev, priv->phy_dn, bcmgenet_mii_setup, in bcmgenet_mii_probe() 517 priv->phy_dn = of_parse_phandle(dn, "phy-handle", 0); in bcmgenet_mii_of_init() 522 if (!priv->phy_dn && of_phy_is_fixed_link(dn)) { in bcmgenet_mii_of_init() 527 priv->phy_dn = of_node_get(dn); in bcmgenet_mii_of_init() 649 of_node_put(priv->phy_dn); in bcmgenet_mii_init() 660 of_node_put(priv->phy_dn); in bcmgenet_mii_exit()
|
D | bcmgenet.h | 596 struct device_node *phy_dn; member
|
/linux-4.4.14/net/dsa/ |
D | slave.c | 1020 struct device_node *phy_dn, *port_dn; in dsa_slave_phy_setup() local 1031 phy_dn = of_parse_phandle(port_dn, "phy-handle", 0); in dsa_slave_phy_setup() 1042 phy_dn = port_dn; in dsa_slave_phy_setup() 1048 if (phy_dn) { in dsa_slave_phy_setup() 1049 int phy_id = of_mdio_parse_addr(&slave_dev->dev, phy_dn); in dsa_slave_phy_setup() 1064 p->phy = of_phy_connect(slave_dev, phy_dn, in dsa_slave_phy_setup()
|
/linux-4.4.14/drivers/net/ethernet/pasemi/ |
D | pasemi_mac.c | 1089 struct device_node *dn, *phy_dn; in pasemi_mac_phy_init() local 1093 phy_dn = of_parse_phandle(dn, "phy-handle", 0); in pasemi_mac_phy_init() 1094 of_node_put(phy_dn); in pasemi_mac_phy_init() 1100 phydev = of_phy_connect(dev, phy_dn, &pasemi_adjust_link, 0, in pasemi_mac_phy_init()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/ |
D | bcmsysport.h | 672 struct device_node *phy_dn; member
|
D | bcmsysport.c | 1573 priv->phydev = of_phy_connect(dev, priv->phy_dn, bcm_sysport_adj_link, in bcm_sysport_open() 1806 priv->phy_dn = dn; in bcm_sysport_probe()
|